All Articles

This Week in Python (March 24, 2023)

Fri, March 24, 2023

twip

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

Python Articles

Projects

  • pyenv-legacy – Diagnose python projects that lack specified versioning based on supported python versions at time of last commit
  • pysh – bash in python
  • drf-test-generator – A Django Package that generates basic unittest and pytest style tests for Django REST Framework ViewSets
  • duckargs – Productivity tool for quickly creating python programs that parse command-line arguments. Stop writing argparse boilerplate code
  • chatter – A python chatGPT cli built with Typer