89 private links
Automatically upgrade your Polars code to use the latest syntax available. Run over python polars code and it switches out deprecated stuff for up-to-date stuff. Simple, easy, nice.
Hold presentations with a projector connected (i.e. dual-screen) - you get to read notes you prepared and see the current and upcoming slide in a little side-window while the big screen just sees the current slide.
I think slide.js/reveal.js has a similar feature that can be activated with a key combination but this has it baked in
A side-by-side comparison of the Polars and Pandas libraries. Nice gentle comparison and thus simultaneous 'introduction' to the tools.
(It's not really an introduction, it does expect you to have some prior knowledge on e.g. the pandas core concepts.)
Enable scraping (and interaction) with websites, a little more high-level and a different api than beautifulsoup
Read and write json line format with python, easy, efficient.
Fantastically easy approach for .jsonl format to be loaded into pandas.
A small python script to send files through KDEConnect - can presumably be adapted for any other non-ranger related use (e.g. other TUI fm such as nnn, xplr or vifm) or even just as a one-off script to be invoked
Takes a CSV file from the Sleep as Android app and generates monthly JSON files with the data provided, excluding noise recording information. - GitHub - GwynHannay/sleep_parser: Takes a CSV file from the Sleep as Android app and generates monthly JSON files with the data provided, excluding noise recording information.
🐍🕸 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.