Stay tuned! We’ll be launching our end-of-year fundraiser within a couple of days, and we hope you enjoy what we have prepared to share with you 🤗 if you’ve already donated and you’re a member, you can still take part by sharing our posts on social media and with your regional and project-based #Python communities!
Please join us in sending a HUGE thank you to @glyph, @amethyst, @Yhg1s, @petrillic, and @offby1, the individuals behind the community-run matching campaign.
You have the PSF’s deep gratitude for enabling, catalyzing, and most impressively, inspiring the #Python community to come together 💝💝💝
Here we are again: stunned, floored, full of hope, because of you–each of you wonderful humans in the #Python community. Since we shared the news about our withdrawal from the NSF grant opportunity two weeks ago, we have received over $160,000 in donations across nearly 2000 donors, which includes 313 new Members–WOW!
Friday Focus 🔥
#freeCodeCamp #Python #GameOff2025 #FridayFocus
📅 November 7, 2025 — Progress Report
🚀 #Beyond365DaysOfCode Day 313
💪 #100DaysOfCode Day 313
💻 #freeCodeCamp
📖 Daily Reading
• ✅ freeCodeCamp News: 1 article
• ✅ Daily.dev: 1 article
🧭 Productivity Tools
• 🧩 GitHub Projects: Added issues for core game mechanics
🎮 Learning Platforms / Projects
• 🕹️ Game Off 2025: Designed simple movement mechanic and tested sprite rendering
Practical Power: Reproducibility, Automation, and Layering with Conda
Part 3 of the 3-part series is live! 🚀 Beyond theory into engineering practice: provenance, lockfiles, rolling distribution, and real-world workflows.
#conda #packaging #python #reproducibility
https://conda.org/blog/conda-practical-power
Just noticed that the current #python is py pi, also the next two bugfix-releases will be even better approximations.
python 3.14 -> 3.14.1 -> 3.14.2
Another year, another article from a Ruby person saying they avoided #Python because of its "one-- and preferably only one --obvious way to do things" attitude.
Two points:
1. The load-bearing word is not "one", or even "preferably": it's "obvious". If something comes along that is more obvious than the current preferred way, then that new thing is worth considering, even if it creates a second way to do things. (https://www.youtube.com/watch?v=LA1Ir0s4icw)
Тестирование в школе, или Unix-way в системе образования
Здравствуйте. Я не айтишник — я учитель истории с более чем десятилетним стажем. Но информационные технологии всегда были моей страстью и надёжным инструментом в работе. В этой статье я хочу рассказать о собственном опыте внедрения системы тестирования в школьной практике. Моя программа предельно проста — она написана на Python в духе unix-way : делает одну вещь, но делает её хорошо. Опытные разработчики вряд ли увидят в ней что-то новое, но цель текста — показать, как принципы системного администрирования и инженерного мышления могут помочь в решении педагогических задач.
https://habr.com/ru/articles/964996/
#педагогика #автоматизация #образование #linux #bash #python
Coverage from the @TheNewStack about overwhelmingly positive support from the #Python community after our announcement re: NSF grant withdrawal. Ya'll are amazing 💜
https://thenewstack.io/psf-gets-a-donor-surge-after-rejecting-anti-dei-federal-grant/
🤖🪟 #Microsoft представила серію з 9 лекцій, присвячених розробці AI-агентів на #Python
Курс містить відео, презентації та приклади коду, а серед тем — RAG, ембеддинги, агенти та протокол MCP
https://github.com/orgs/azure-ai-foundry/discussions/166
[Projet] Plugin #Zim pour masquer la barre de menus.
Un truc très simple et très rapide à coder (c'est aussi pour ça que j'aime cet éditeur).
* Site web: https://omacronides.com/projets/zim-plugin-hide-menubar
* Sources: https://framagit.org/rui.nibau/zim-plugin-hide-menubar
Last week, I mentioned a neat way to plot in your terminal with #Python
But there are other terminal plotting libraries too. For example, you can plot with Textual if you get the textual-plot package.
Here's an example:
