Favorite Packages

Here is a list of python packages, that I like to work with or heard of in some podcasts.

Category Name Description
Api Fastapi Modern async ready framework with automatic documentation features based on starlette and pydantic
Django Most popular but also old python webframework primarily built for html templating
Data Validation with schemas pydantic Pydantic models use type hints to build and validate data
marshmallow Another datavalidation library widely used
jsonschema jsonschema is an implementation of the JSON Schema specification for python
Terminal rich Colourful text outputs for all platforms
textual Build an async webapp in the terminal based on rich
CLI click Powerful decorator-based command line building tool
typer Pydantic/type based cli building tool
Async helpers unsync Handle async and sync functions together
Data Science Streamlit Super easy made webapps using python
Terminal rich Colourful text outputs for all platforms

Letztes Update: March 25, 2023
Erstellt: June 27, 2022