My Python Bookmarks
Awesome Python Packages
Package Name | URL | Stars | Version | Documentation |
---|---|---|---|---|
FastAPI | https://github.com/tiangolo/fastapi | 56.3k ⭐️ | 0.95.0 | https://fastapi.tiangolo.com/ |
SQLAlchemy | https://github.com/sqlalchemy/sqlalchemy | 7k ⭐️ | 2.0.8 | https://www.sqlalchemy.org/ |
Pydantic | https://github.com/pydantic/pydantic | 13.1k ⭐️ | 1.10.7 | https://docs.pydantic.dev/ |
Typer | https://github.com/tiangolo/typer | 10.9k ⭐️ | 0.7.0 | https://typer.tiangolo.com/ |
Notes on Bookmarks
While Developing REST API
- FastAPI a micro-framework for building APIs
- SQLAlchemy an ORM
While Testing Python Applications
- pytest for unit-testting python
- Coverage.py to measure code coverage