All Articles

This Week in Python (January 27, 2023)

Fri, January 27, 2023

This Week in Python is a concise reading list about what happened in the past week in the Python universe.

Python Articles

Projects

  • phycv – The First Physics-inspired Computer Vision Library
  • tiny-git – Tiny implementation of Git in Python, to learn how Git works
  • beetrace – Trace your python process line by line with low overhead
  • python-third-party-imports – CLI tool that finds all third-party packages imported into your Python project
  • PyPattyrn – A simple library for implementing common design patterns