This Week in Python
Bas Steins
Posted on April 29, 2022
Fri, April 29, 2022
This Week in Python is a concise reading list about what happened in the past week in the Python universe.
Python Articles
- You Should Compile Your Python And Here’s Why – write Python that’s faster than C by optimizing your code, adding standard type annotations, and using Mypyc
- Python Bi-Dictionary – Key Can Be Value, And Value Can Be Key
- How I Integrated Zapier into my Django Project
- Common Python Anti-Patterns to watch out for – Anti-patterns which will make you more mindful while writing code
- Python 3.11 Preview: Task and Exception Groups
Projects
- reloadium – Advanced hot reloading for Python
- gradio – Create UIs for your machine learning model in Python in 3 minutes
- hatch – Modern, extensible Python project management
- pypyr – automation task runner
- PyNeuraLogic – PyNeuraLogic lets you use Python to create Differentiable Logic Programs
💖 💪 🙅 🚩
Bas Steins
Posted on April 29, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
datascience Seaborn Plot Selection Made Easy: How to Visualize Your Data Effectively
November 29, 2024
python CV2: What is an Image?, Lets adjust the Brightness and Contrast of an image
November 29, 2024