shlogg · Early preview
Bas Steins @bascodes

Python 3.13 New Features And Libraries Released

This Week in Python: Python 3.13 released with JIT & GIL changes, new security libraries like secure & nucs, and more!

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

  
  
  Python Articles

What’s New In Python 3.13
Python 3.13: Cool New Features for You to Try
Everything you need to know about Python 3.13 – JIT and GIL went up the hill
Multiversion Python Thoughts
When should you upgrade to Python 3.13?

  
  
  Projects


secure – Lightweight modern Python library to add security headers (CSP, HSTS, etc.) to Django, Flask, FastAPI, and more
turboAsync – A multithreaded async event loop for python
threaded_async – A self-cont...