Python has been updated to version 3.12! 🎉 Explore the latest features and improvements. 🐍✨ #Python312 #Programming #Coding #jupyterlite
https://pin.it/XIHkkO0bd via @pinterest
Pin on Tech Tools & Techniques

This Pin was discovered by SeveTech. Discover (and save!) your own Pins on Pinterest.

Pinterest

Hello everyone.
In today's article we are reviewing the released 2024.4 version of Kali Linux.

I wish everyone good reading and work.
https://denizhalil.com/2024/12/17/kali-linux-2024-4-features-tools/

#cybersecurity #ethicalhacking #newtoolsinkali #python312 #penetrationtesting #gnome47

Discover the Exciting New Features of Kali Linux 2024.4 - Deniz Halil

Explore the exciting new features and tools in Kali Linux 2024.4, designed for cybersecurity professionals and ethical hackers.

Deniz Halil

Neden indirdiğim Python kodlarının çoğu çalışmıyor?!

Py5 modülü istedi onu da ekledim, ama hâlâ çalışmıyor!

Ben daha öğrenmeye çalışan bir python öğrencisiyim, neden her şeyi zorlaştırıyorsunuz?

Üstelik İngilizce de bilmiyorum ve bâzan bir ilkokul öğrencisinin bile kolayca anlayabileceği tavsiye ve cevapları anlayamayabiliyorum!

https://mastodon.online/@villares@pynews.com.br/113297848799407948

#python #python312 #python313 #py5

Mastodon

Special limited edition RC3 of Python 3.13.0 is now out! Please test it so we can release the proper one next week! 🤞

As a thank you, have a Python 3.12.7!

https://discuss.python.org/t/python-3-12-7-and-3-13-0rc3-released/66306

#Python #Python312 #Python313 #release

Python 3.12.7 and 3.13.0rc3 released

This is not the release you’re looking for… (unless you’re looking for 3.12.7.) Because no plan survives contact with reality, instead of the actual Python 3.13.0 release we have a new Python 3.13 release candidate today. Python 3.13.0rc3 rolls back the incremental cyclic garbage collector (GC), which was added in one of the alpha releases. The incremental GC had more significant performance regressions in specific workloads than we expected. Rather than try to fiddle with its details in the ho...

Discussions on Python.org

🐍2️⃣🚀 The **final** release candidate of Python 3.13 is out!

➡️ Library maintainers, please upload wheels to PyPI **now**, especially if you have compiled extensions (there are no more ABI changes), so everything is in place for the big 3.13.0 release in 3 weeks!

🔒 Also! Security releases have been made for the full set of Python 3.8 - 3.12. Please upgrade!

ℹ️ https://discuss.python.org/t/python-3-13-0rc2-3-12-6-3-11-10-3-10-15-3-9-20-and-3-8-20-are-now-available/63161?u=hugovk

🧪 https://dev.to/hugovk/help-test-python-313-14j1

#Python #Python313 #RC #RC2 #Python312 #Python311 #Python310 #Python39 #Python38

Python 3.13.0RC2, 3.12.6, 3.11.10, 3.10.15, 3.9.20, and 3.8.20 are now available!

Hi there! A big joint release today. Mostly security fixes but we also have the final release candidate of 3.13 so let’s start with that! Python 3.13.0RC2 Final opportunity to test and find any show-stopper bugs before we bless and release 3.13.0 final on October 1st. Get it here: Call to action We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.13 compatibilities during this phase, and where necessary publish Python 3.13 wheels on PyPI to be re...

Discussions on Python.org

Anyone noticed tests running slower on Python 3.12 ? If you're using coverage.py, the quick fix is to set env variable COVERAGE_CORE=sysmon. Just got 3.5x speedup for my tests.

Ref: https://github.com/nedbat/coveragepy/issues/1665 and https://github.com/python/cpython/issues/107674

#python #python312 #coveragepy #pytest #coverage #pytest_cov

Poor performance in Python 3.12 · Issue #1665 · nedbat/coveragepy

Describe the bug I recently added a Python 3.12-dev build to a project where I enable coverage on all the CI test runs, and the 3.12 build has consistently been taking nearly twice a long to comple...

GitHub

To test installation of mapdata.py (https://pypi.org/project/mapdata/) under Python 3.12 in a venv (my dev machine runs 3.10), the following additional system packages must be installed during the installation of Python 3.12: libssl-dev, build-essential, libffi-dev, libsqlite3-dev, and tk-dev. After installation of these (e.g., with apt on Debian), the Python installation must be completed with `./configure & make & make install`.

#MapData #Python #Python312

mapdata

An interactive map and table explorer for geographic coordinates in a spreadsheet, CSV file, or database that includes data plotting and statistical summaries

PyPI
@ambv One of the symptoms of installing multiple #Python versions on my #Ubuntu #Linux system is dependency errors. I have installed your #Python312 interpreter, which is unable to be configured (the other #Deadsnakes installations have succeeded).
Python 3.12.3 and 3.13.0a6 released

It’s time to eclipse the Python 3.11.9 release with two releases, one of which is the very last alpha release of Python 3.13: Python 3.12.3 300+ of the finest commits went into this latest maintenance release of the latest Python version, the most stablest, securest, bugfreeest we could make it. Python 3.13.0a6 What’s that? The last alpha release? Just one more month until feature freeze! Get your features done, get your bugs fixed, let’s get 3.13.0 ready for people to actually use! Until th...

Discussions on Python.org
@foxmask #supervisor works just fine with #python312 . What made you think it's only for python 3.6?