Une certaine idée de la synthèse visuelle. #Python #photography #experimental

Changing Conway's neighborhood rules is a quick way to explore closely related #CellularAutomata ... also circles!
Find the sketch-a-day archives and tip jar at: https://abav.lugaralgum.com/sketch-a-day
Code for this sketch at: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_03_03 #Processing #Python #py5 #CreativeCoding

La sensació és potent. Domini personal on s'executa aquest servidor #appy que he programat jo mateix des de zero en #Python i #fastAPI.
Proof That Python Dominates Bio Shortener Manual Slice
Proof That Python Dominates Bio Shortener Manual Slice This content explores interesting aspects of this topic. The information provided offers valuable insights and perspectives. Understanding this reveals how everyday things are more thoughtful than they appear. Next time you'll notice this detail. This fascinating detail shows how much thought goes into things we take for granted.
#python ...
https://www.youtube.com/watch?v=9J4tORmB_8s
When following advice on terminal settings check the code carefully before copy & pasting.
This one got me as I missed the missing > it therefore over wrote my config.
**Don't run this:**
```
# Make sure pyenv is on the path:
echo 'export PATH="$HOME/.pyenv/shims:$PATH"' > ~/.zshrc
```
It should be :
```
# Make sure pyenv is on the path:
echo 'export PATH="$HOME/.pyenv/shims:$PATH"' >> ~/.zshrc
```
The thing is it 5 years old and hadn't been corrected despite comments.
#linux #python
Python creator interviews python core contributors on the history of Python. The first interview with Thomas Wouters who implemented += operator and much more:
https://gvanrossum.github.io/interviews/Thomas.html
And that's the original photoblog rescued from the WordPress backup...
https://blog.davep.org/2026/03/03/original-seen-by-davep-rescued.html
#photoblog #python #programming
📢 CFP season is here @djangocon US, @pycon & more!
Unsure if your talk idea will land? Try Talk Reviews on SpeakWise.
Post your talk → Share the link → Get anonymous ratings & feedback from your community — no account needed.
Use it to refine your proposal before the deadline. Close the link anytime from your dashboard. You're always in control.
Stop submitting into the void. Get feedback first 💪
🔗 speak-wise.live
#DjangoCon #PyCon #CFP #Python #Django #SpeakerLife

“I was surprised by the amount of trust and ownership given to volunteers [...] It didn’t feel like volunteering on the sidelines, it felt like being part of the core team."
Read our full interview with @daksh777, member of the Communications & Design Team at EuroPython 2025 https://blog.europython.eu/humans-of-ep-daksh
#europython #conference #volunteers #python #contributors #europython2025 #opensource

Quantis USB – Alter Quantenzufall aus der Schublade
Ich hatte noch einen Quantis USB in der Schublade liegen. Einen Hardware-Quantenzufallsgenerator von ID Quantique aus Genf. Ein Gerät, das echten Zufall erzeugt. Nicht pseudo, nicht algorithmisch, nicht „irgendwie aus Interrupts zusammengewürfelt", sondern auf Basis von Quantenphysik. Fundamental unvorhersagbar. Nachdem ich in den letzten Beiträgen OpenSSH und Postfix/Dovecot mit Post-Quantum-Kryptografie abgesichert habe, fiel mir wieder ein: PQC schützt die Algorithmen vor […]https://www.kernel-error.de/2026/03/03/quantis-usb-alter-quantenzufall-aus-der-schublade/

Telegram-бот для дисциплины: от монолита к модульности, реферальной системе и тотемным животным
Привет, Хабр! Тут я хочу подробно разобрать архитектурные решения, которые позволили проекту расти, и показать реальные куски кода, отвечающие за ключевую логику. Будет как и само изложение фактически проделанной работы, так и спорные ситуации, а также открытые вопросы, без которых масштабирование сложно будет в дальнейшем. Что там интересного почитать, ну?
https://habr.com/ru/articles/1005754/
#python #разработка_ботов_для_telegram #разработка_ботов #программирование #архитектура_програмного_обеспечения #базы_данных #тестирование #управление_разработкой #стартап #bot
C помощью Python нашел следы Шекспира в песне Цоя
Даже беглый анализ некоторых текстов группы "Кино" наталкивает на мысль о довольно сильных символических значениях их стихотворных строк. Мне стало интересно провести сравнительный анализ текста песни Виктора Цоя и драмы Уильяма Шекспира "Гамлет" и найти пересечения, аллюзии и реминисценции в творчестве двух авторов помощью инструментов NLP на Python.
https://habr.com/ru/articles/1002004/
#говнокод #чтение #поэзия #проза #python #pymorphy2 #nltk_python #nlpмодели #nlp_обработка_текста