https://pin.it/XIHkkO0bd via @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
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
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
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...
🐍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://dev.to/hugovk/help-test-python-313-14j1
#Python #Python313 #RC #RC2 #Python312 #Python311 #Python310 #Python39 #Python38
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...
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
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`.
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...