DEV Community

Bas Steins
Bas Steins

Posted on • Originally published at bas.codes

This Week in Python

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

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)

Collapse
 
chrisgreening profile image
Chris Greening

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 alternatives

Thanks for posting!

Collapse
 
bascodes profile image
Bas Steins

Glad that you liked it

Collapse
 
gjorgivarelov profile image
gjorgivarelov

Anything PyScript-ish happening this week? Like a PyScript framework?

Collapse
 
bascodes profile image
Bas Steins

I haven't heard about it. But I have an eye on that topic ;) Maybe next week