Fri, April 22, 2022
This Week in Python is a concise reading list about what happened in the past week in the Python universe.
Python Articles
- Python’s “Type Hints” are a bit of a disappointment to me – Limitations of Pythons Type Hinting System
- Singleton is a bad idea – There are better options than singletons to maintain clean code
- Threading in Python: The Complete Guide – This guide provides a detailed and comprehensive review of threading in Python
- Permissions in Django – How to assign permissions to users and groups in order to authorize them to perform specific actions
- Easily Automate Your Documentation – Completely automated documentation process in Python using MkDocs
Projects
- memray – memory profiler for Python
- flask_for_startups – Flask boilerplate using a services oriented structure
- PyPDF2 – A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
- pytube – A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos
- localstack – A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline
Top comments (0)