83 private links
🐍🕸 WebAssembly runtime for Python
Target your python program to wasm blobs
Package python pygame apps as wasm blobs
“Graphviz” package produced by Sebastian Bank (available here: https://pypi.org/project/graphviz/) can be used to produce “Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA)” (Moher et al., 2009) flow chart.
Wonderful for those cases where you need the full python environment at your disposal.
Bibtex parser for Python 3. Parse bibtex, do whatever you want with it now as a python data structure.
One example of doing bibtex -> pandas dataframe is here
From figma to tkinter - a 'translating' app cutting everything up and preparing it for you to start displaying in a python GUI
Good discussion and examples on best practices for building/delivering python poetry projects with Docker: Dockerfile tips, which command line arguments/ env vars to use for poetry, and how to approach multi-stage builds.
'Static' and very low-overhead type checking for Python. Uses the standard python type hints, requires a simple decorator and will crash the program if inputs do not fit types hinted.
Run it over your python code (whether manually, as part of build/check step or in pre-commit hook) and you will get 'upgraded' python code!
I.e. all the stuff you grabbed from old tutorials and stackoverflow answers will appear in the more modern pythonic versions.
Put in your account information for 2 (or more) lemmy accounts and it will migrate all your subscribed communities from account A to account B (and C and D and...). Neat! (and necessary atm since lemmy does not have this feature on its own)
Contains live graphs (using jupyter kernels), or can even include full jupyter notebooks and allow you to edit them. Contains what they call 'rabbit-hole' links which allow a reader to drill down into definitions/examples/sources.
Seems pretty neat - though I would need it to be included in Quarto (thus Pandoc) to be of real use.
A fantastic e-book reader for the terminal.
Supports common ebook formats like epub, mobi, awzs.
Can currently not show images in-line (would be a nice project for e.g. kitty image protocol), but can open them in your external image software.
Commandline ChatGPT interaction program, using python. Has a few quality of life features like conversation continuing, and token cost estimation.
Requires OpenAI API key to function.
Allows you to instantly try any python packages from the command line.
Basically like pipx, just for python libraries (i.e. packages without a runnable executable).
A lot (and I mean a lot) of coding challenges preparing you for learning algorithms, data structures, some pointers on system design.
Also has Anki flashcards, though I do not know how effective they are considering a lot of the challenges amount to coding up a solution.
A deep dive 'problem solving report' of how to use property decorators (i.e. creating getters and setters) for python dataclasses. Not as easy as it seems! But in the end fairly elegant.
Pretty in-depth hexagonal world generator, taking temperature, moisture and more into account.
A useful early warning signal computing library which can detect, calculate and notify you of bifurcations in time series.
A framework for elegantly configuring complex applications.
Configuration management for python projects, may be useful to store simple and repeatable configurations for data science projects as well.
Open-source version control system for Data Science and Machine Learning projects. Git-like experience to organize your data, models, and experiments.
A way to track data - even if it is in different locations - alongside code, mimicking its version control. Seems a little complicated but really useful, especially with additional features like data pipelines that are contained