Fri, November 18, 2022
This Week in Python is a concise reading list about what happened in the past week in the Python universe.
Python Articles
- Carefully exploring Rust as a Python developer
- Write Chrome Extensions in Python
- How To Filter Django QuerySets – 15 Examples For Beginners
- Building Generator Pipelines in Python
- Building TUIs with textual: first impressions
Projects
- pdfsyntax – A Python PDF parsing library browse the internal structure of a PDF file
- videocr – Perform OCR upon entire videos to look for credentials or similar
- taskiq – Distributed task queue with full async support
- sunfish – A Python Chess Engine in 111 lines of code
- typer – build great CLIs. Easy to code. Based on Python type hints