🎉 PyCascades is coming back to Vancouver! 🌲🐍
Join us on March 21–22, 2026 at SFU Harbour Centre for two days of Python, community, and Pacific Northwest energy.
Get ready for an unforgettable conference!
👉 https://2026.pycascades.com/

Ich hoffe die Version ist nun wieder lauffähig. #Python #Projekt #LagerPlus Wenn nicht immer das lästige Kompilieren wäre. #Nuitka

Một thanh niên 18 tuổi đã tạo ra một dự án phụ thú vị, sử dụng các mô hình Ollama để nghiên cứu web, tóm tắt tin tức, giải toán, và viết code. Dự án mã nguồn mở, cần thêm sự giúp đỡ để phát triển V2.
#AI #MachineLearning #Python #Vietnamese #TríTuệNhânTạo #HọcMáy #LậpTrình
https://www.reddit.com/r/SideProject/comments/1p88xj3/hi_everyone_im_an_18yearold_working_on_a_side/
@mariatta We leave it up to the person or team that maintains each repo to upgrade #Python versions for that repo, but there are a lot of interactions between different repos and also reliance on some common infrastructure, such that when one gets upgraded, a lot of others follow quickly. Not an ideal situation, I would say, but it's getting better as we converge toward standard best practices.
It doesn't help that we use Bazel, which doesn't really play well with Python in my experience. Upgrades are a pain when you have to manually define your own toolchains.
My latest #FOSS Project: Yet another multi-tenant capable load balancer for large #BigBlueButton clusters.
https://github.com/defnull/bbblb
https://codeberg.org/defnull/bbblb
https://bbblb.readthedocs.io/en/latest/
Not ready for production yet, but on a good path. The aim is to have something fast and easy(er) to maintain that can fully replace scalelite (the reference implementation) and fixes some of its long standing bugs and issues.
aaaand.... my uptime monitoring service is now live at https://mongers.uptime.is
#Twisted #Python is scheduling and running checks which are dome using good old tools such as ping, drill and #curl. multiple locations are done using @mullvadnet
it's what I have been using myself for a couple of years, but with some not so fancy web-form to create checks.
it's also what is monitoring babb.no mastodon instance: https://mongers.uptime.is/check/113d644cb990ac9f
#python #work Питонисты свинтусы какие-то в основном. Особенно вокруг всякого модного типа bigData и ИИ. Передали проект для работы с ИИ на python и FastApi.
Есть pyproject.toml с описанием зависимостей. Ставишь на чистой системе, запускаешь - а нифига. И начинается блять python main.py, error... pip install... и так больше часа возился.
Let the user draw polygons in tkinter and Python
https://rodstephensbooks.com/tk_draw_polygon.html
#Python #Drawing #tkinter

Finished the #Google 5-day AI Agents Intensive Course, just in about 17 evenings. It gives a good intro into #MCP and #A2A protocols, and generally shows how #AI can be managed with #Python. I enjoyed most of the content, but feel unequipped to learn deeply without more specific exercises. I mostly passively consumed what was presented.
Seeing how unreliable agents are even in simple examples that are prepped by pros, I doubt we are already on a production-ready level here. Missed prompt eng.

Some more testing of sqlcoder:7b with #Ollama in #Python for #LLM Generated #SQL

Await Is Not a Context Switch: Understanding Python's Coroutines vs. Tasks (mergify.com)
https://news.ycombinator.com/item?id=46056197