A list of modules/Tutorials which seem worthwhile to remember.
- Invoke: Task execution tool & library
- Ubelt: A Python utility belt containing simple tools, a stdlib like feel, and extra batteries.
- sh: subprocess replacement, call any program as if it were a function.
- AutoScraper: A Smart, Automatic, Fast and Lightweight Web Scraper
- Streamlit: build beautiful custom web-apps
- Parse: Simplified regex
- Razi: Using SQLAlchemy with chemical databases
- Sidetable: Create Simple Summary Tables in Pandas
- jenkspy: Finding Natural Breaks in Data with the Fisher-Jenks Algorithm
- recipe-converter: web-app using Flask / Spectre
- Jonas Neubert: The Best Python Packages for Generating Barcodes
- pylibdmtx: Read and write Data Matrix barcodes
- itertools: Tour of Python Itertools