PEP — это не стиль. это язык, которым ты думаешь о коде

Я долго думала, что PEP — это про оформление. PEP 8: называй переменные вот так, PEP 257: пиши докстринги вот так. Потом начала использовать их по‑настоящему и выяснилось, что часть из них вообще не про то, как выглядит код!

https://habr.com/ru/articles/1006908/

#pep8 #pep544 #pep698 #pep634 #pep695 #python312 #python3 #python

PEP — это не стиль. это язык, которым ты думаешь о коде

Я долго думала, что PEP — это про оформление. PEP 8: называй переменные вот так, PEP 257: пиши докстринги вот так. Потом начала использовать их по‑настоящему и выяснилось,...

Хабр

If you're using Python 3.10-3.12 and you upgrade to these security releases:

https://discuss.python.org/t/python-3-12-13-3-11-15-and-3-10-20-are-now-available/106363/1

Then I'll tell you about Guido van Rossum's new oral histories series, starting with @Yhg1s:

https://gvanrossum.github.io/interviews/Thomas.html

#Python #Python310 #Python311 #Python312 #security

Python 3.12.13, 3.11.15 and 3.10.20 are now available!

Python Releases For Your Security! New security releases for 3.10, 3.11 and 3.12 are now available. (As these Python versions are now in security-fix-only mode, these are source-only releases, and there is no pre-set release cadence.) Security content in these releases Email and header-related gh-144125: email.generator.BytesGenerator now refuses to serialize headers that are unsafely folded or delimited (see email.policy.Policy.verify_generated_headers); addressing CVE-2024-6923. gh-143935: F...

Discussions on Python.org
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
@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).