Fri, June 03, 2022
This Week in Python is a concise reading list about what happened in the past week in the Python universe.
Python Articles
- Compiling Black with mypyc – Release 22.1.0 of Black was special, not only was it the first stable version of Black, it was also the first release to ship with mypyc compiled wheels, doubling performance
- People in your software supply chain – The people behind Python packages
- Pointers, strings, and (im)mutability
- Callables: Python's "functions" are sometimes classes
- What’s in which Python – summary of what features appeared in which versions of Python
Projects
- dunk – Prettier git diffs
- huey – a little task queue for python
- Pipe – A Python library to use infix notation in Python
- python-patterns – A collection of design patterns/idioms in Python
- DeepFaceLive – Real-time face swap for PC streaming or video calls
Top comments (4)
Ooooo gonna take a peak at Pipe 👀 I've been way to spoiled by dplyr in R and am sorely missing %>% whenever I jump back into Python lol I've been increasingly using
pandas.DataFrame.pipe
and method chaining these days but definitely wouldn't mind looking at some neat alternativesThanks for posting!
Glad that you liked it
Anything PyScript-ish happening this week? Like a PyScript framework?
I haven't heard about it. But I have an eye on that topic ;) Maybe next week