shlogg · Early preview
Bas Steins @bascodes

Python Speedup And New Features

This Week in Python: 100x speedup with unsafe Python, new REPL in Python 3.13, What's New In Python 3.13 and more!

Fri, May 10, 2024
This Week in Python is a concise reading list about what happened in the past week in the Python universe. 

  
  
  Python Articles


A 100x speedup with unsafe Python 
How Python Asyncio Works: Recreating it from Scratch 
The new REPL in Python 3.13 
What’s New In Python 3.13 
How to Watermark a Graph with Matplotlib 

  
  
  Projects


unsafe-python – A library to assist writing memory-unsafe code in "pure" python, without any imports
Repoman – A Python tool to manage GitHub Organizations and perform backup
chardet – Python character encoding detector
Scrapegraph-ai – Pyt...