My (Useful) Python list

A list of modules/Tutorials which seem worthwhile to remember.

Modules

System Tools

  • 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.

Web

  • AutoScraper: A Smart, Automatic, Fast and Lightweight Web Scraper

GUI

Text

  • Parse: Simplified regex

Chemistry

  • Razi: Using SQLAlchemy with chemical databases

Datasci

  • Sidetable: Create Simple Summary Tables in Pandas
  • jenkspy: Finding Natural Breaks in Data with the Fisher-Jenks Algorithm

Tutorials

Web

Misc