this post was submitted on 31 Jul 2023
64 points (100.0% liked)

Python

6287 readers
4 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

A summary of Python news for the month of July 2023:

  • Python without the GIL, for good

  • LPython: a new Python Compiler

  • Pydantic 2 is getting usable

  • PEP 387 defines "Soft Deprecation", getopt and optparse soft deprecated

  • Cython 3.0 released with better pure Python support

  • PEP 722 – Dependency specification for single-file scripts

  • Python VSCode support gets faster

  • Paint in the terminal

top 2 comments
sorted by: hot top controversial new old
[–] [email protected] 11 points 1 year ago

GIL out of here

[–] [email protected] 4 points 1 year ago

Wait, does python have a JIT now? Or is that still just pypy?