All Articles

This Week in Python (November 18, 2022)

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

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