#python is just so odd. A lot of time things are perfectly reasonable, then it throws you a nonsense curveball like `len` being a global function or `.join` being part of string, not list.
Gloeophyllum sepiarium
PH Lena Struwe
Uppsala, Sweden
2016-04-11 07:13:00 UTC
http://www.inaturalist.org/observations/3271486
#iNaturalist #Nature #Wild #Python #FedivEarth #Environment

I also wrote a second post that puts together my whole DjangoCon US 2025 experience.
It is a timeline of the live posts I shared here during the conference, with photos and short notes from talks, hallway conversations, and community moments.
https://www.paulox.net/2025/10/05/my-djangocon-us-2025/
#Django #DjangoCon #Community #Python
DjangoCon US is also, and maybe mostly, about people.
Meeting in person folks you usually talk to online, having long conversations between talks, sharing meals, and spending time together without any agenda.
This human side is what keeps Open Source healthy and sustainable over time. It is one of the reasons why these moments matter so much to me.
Photos by Bart Pawlik.
#DjangoCon #Django #Community #Python #YearInReview

DjangoCon US 2025 · Chicago
Looking back at DjangoCon US, these photos bring back many great moments.
I was there as a speaker and as a member of the Django Software Foundation board. I gave my talk and spent some time on stage sharing updates about the work of the DSF, from governance to long-term sustainability.
In the end, conferences like this are about people, trust, and things built together over time.
Photos by Bart Pawlik
#DjangoCon #Django #Community #Python #YearInReview

I am asked why I called my monitoring service "uptime mongers".
Well, the name is inspired by Perl Mongers -- #Perl is special for me, even though I mostly write #Python during the last 15 years or so.
A "monger" isn't just someone who uses a tool, but someone who champions it, cares deeply about the craft, and advocates for doing things right.
It was appropriate.
Веб-мониторинг МФУ и уровня тонера через SNMP на Python + Flask
В этой статье я расскажу, как с помощью Python, Flask и SNMP создать простой веб-мониторинг для МФУ в корпоративной сети. Решение позволяет видеть статус, уровень тонера, тип картриджа и серийный номер принтера прямо в браузере.
https://habr.com/ru/articles/976506/
👉 don’t chase every trend. You keep your home base in #Python, and you selectively raid the other villages for their best tools.
«A Pythonista’s Guide to the 2026 Code Rush»
https://efficientcoder.net/python/career%20advice/developer%20trends/programming-in-2026/
#advice #programming101
Show your support for PhillyPUG, a PSF Fiscal Sponsoree! 🐍 With 3,200 members and growing, PhillyPUG hosts events for all levels of #Python enthusiasts, from project nights to workshops. Your donations help grow and sustain this community! https://psfmember.org/civicrm/contribute/transact?reset=1&id=11

Python String Repetition Trick You Need To Know
Stop scrolling! Multiplying strings in Python creates magic. See what 'Python' * 3 does. One line of code, huge impact!
#python #pythontricks #codingtips #programmingtutorial #pythonstrings #stringmultiplication #stringoperations #pythonquiz #codingchallenge #pythonshorts #stringmanipulation #pythontext
https://www.youtube.com/watch?v=2nPuBc2XgM4
#Python in #OpenBSD 7.8-current has been bumped to #Python313 from 3.12.
If you run any applications via #pipx then you might find they are failing to launch and cannot be upgraded either because of the version bump. You need to reinstall them all:
$ pipx reinstall-all
Solved my woes ![]()
Автоэнкодер: как нейросеть учится понимать норму
Непосвящённому человеку кажется, что нейронная сеть может всё. Средства массовой информации этот миф только подпитывают, а где-то в недрах Голливуда Джеймс Камерон шепчет: «Я не режиссёр — я пророк». В реальной же повседневной работе от нейронной сети мне нужна одна простая и приземлённая вещь — поиск аномалий в данных . И вот с этим нейросети действительно справляются. Более того, для этого у них есть специальный инструмент — автоэнкодер . В этом небольшом опусе я попробую быстро, просто и без магии объяснить, что такое автоэнкодер, как он работает и почему он вообще способен находить аномалии .
https://habr.com/ru/articles/976480/
#автоэнкодер #ии #python #data_science #data_analysis