Draw a Padovan spiral in Python
https://rodstephensbooks.com/padovan_spiral.html
#Python #Geometry #PadovanTriangles #PadovanSpiral

CPython простыми словами: всё, что нужно знать начинающему
Привет, Хабр! Сегодня вместе заглянем за дверки Python и разберемся, что же там внутри . Оказывается, под привычным синтаксисом Python скрывается целая машина – интерпретатор CPython, написанный на языке C. Это самая популярная и каноничная реализация Python. Существует и другие реализации (PyPy, Jython, IronPython и т.д.), но 99% времени, говоря Python, имеют в виду именно CPython – оригинальный и наиболее поддерживаемый интерпретатор. Без строгой формальной спецификации языка Python, именно поведение CPython во многом определяет, что такое Python. Изучить внутреннее устройство
https://habr.com/ru/companies/otus/articles/960206/
#python #Интерпретатор_Python #CPython #Внутреннее_устройство_Python
Python users: Get started with Positron, the next-gen data science IDE, using our new video by Sara Altman.
See how to: ✅ Set up virtual environments ✅ Run code in Quarto ✅ Use the Variables Pane ✅ Integrate Git & Posit Connect
Start your #Python workflow: https://posit.co/blog/first-python-project-in-positron/
📢 The Call for Proposals for #PyCascades 2026 has been extended until November 4, 2025 (AoE)! 🎉
There’s still time to share your ideas and be part of the Python community in Vancouver, BC 🇨🇦🐍
👉 Submit your talk: https://pretalx.com/pycascades-2026/cfp

Support the PSF with a Donation or by becoming a Supporting Member!
How to donate to the Python Software Foundation
#TODO #python #donations #programming
The PSF has withdrawn a $1.5 million proposal to US government grant program
"In the end, however, the PSF simply can’t agree to a statement that we won’t operate any programs that “advance or promote” diversity, equity, and inclusion, as it would be a betrayal of our mission and our community. "
#python #integrity #funding #diversity
Python Software Foundation has bigger spine than big tech – OSnews
They had a grant approval for work on security from the NSF, but the contract required them to reject any efforts to promote diversity, equity, and inclusivity - even if it wasn't funded by the grant money - and gave the NSF the right to claw back money even after it had been transferred. Having integrity (and recognizing the trojan horse in the offer), they declined.
#diversity #politics #python #integrity #funding
The first two of my series of articles on quadratic functions in Python are now live.
https://codedrome.substack.com/p/quadratic-functions-in-python-part-1
https://codedrome.substack.com/p/quadratic-functions-in-python-part-2
#python #pythonprogramming #programming #mathematics #algebra #quadraticfunctions
uv is the best thing to happen to the Python ecosystem in a decade
https://programming.dev/post/39875829
If you like free and fast access to #Python packages via PyPI be glad that these lovely folks are in charge and not somebody like me. If it were up to me I'd probably be planning big brownouts and slowdowns for institutional users in order to aggressively force the issue of properly using client-side caching.
https://fosstodon.org/@ThePSF/115457619130931818
🚀 Is #AI taking over #python coding? 🤖 Not so fast.
Generative tools like ChatGPT & Copilot can assist—but they can’t replace Pythonic thinking, creativity, or clean code mastery.
🎥 Watch this #PyTexasConference2025 talk replay on why learning to code beautifully still matters!
https://www.pytexas.org/2025/schedule/talks/#the-pythonic-ideal-in-the-age-of-generative-ai

Today I did some small changes to a #qgis plugin by changing three or maybe four lines of code, but that improved usability a lot, already. And I see further small improvements that look a bit obscure now, but may become doable if I understand enough Qt/PySide to edit the source code where needed.