In 2022, many organizations had expected a continuation of the post-pandemic boom. Instead, they were met with a rude awakening—widespread inflation rises, energy shortages, and the downturn of the tech industry.
If you love building software with Python and are looking to enter the field of web development, Django might be the tool that will help you realize your goals. One of the most popular Python frameworks, Django features excellent built-in solu…
Python is an incredibly powerful programming language. Due to its versatile nature and simplicity, it continues to capture the interest of developers, those new and experienced alike.
I’m pleased to announce the release of Python 3.12 alpha 2.https://www.python.org/downloads/release/python-3120a2/This is an early developer preview of Python 3.12.Major new features of the 3.12 series, compared to 3.11Python 3.12 is still in developme…
As Pablo released Python 3.11.0 final earlier today, now it’s my turn to release Python 3.12.0 alpha 1.https://www.python.org/downloads/release/python-3120a1/This is an early developer preview of Python 3.12Major new features of the 3.12 series, …
This is the release of Python 3.11.0Python 3.11 is finally released. In the CPython release team, we have put a lot of effort into making 3.11 the best version of Python possible. Better tracebacks, faster Python, exception groups and except*, ty…
From October 3rd to October 7th a group of Python core developers gathered for a sprint hosted at Google. The event was mainly sponsored by Google and the Python Software Foundation. The core team used to do this annually between 2016 and 2019. It was …
Déjà vu? Right, a month after the expedited releases we are doing the dance again. This coincides with the regular scheduled time for 3.10.8 but since we accrued a few fixes in 3.7 – 3.9 as well, we’re again releasing all four editions at the same…
This is the second release candidate of Python 3.11https://www.python.org/downloads/release/python-3110rc2/This release, 3.11.0rc2, is the last preview before the final release of Python 3.11.0 on 2022-10-24.Entering the release candidate phase, only r…
We have some security content, and plenty of regular bug fixes for 3.10. Let’s dive right in.CVE-2020-10735Converting between int and str in bases other than 2 (binary), 4, 8 (octal), 16 (hexadecimal), or 32 such as base 10 (decimal) now raises a …