October TODO:
✅ PyCon Estonia 🇪🇪
✅ Python 3.14.0
✅ Python Docs Community meeting
✅ PyCon Africa online 🇿🇦
🌀 Python 3.15.0a1
◻️ Pillow 12.0.0
◻️ Tablib+pypinfo+etc
◻️ PyCon Finland 🇫🇮 + sprint
◻️ Helsinki Python meetup 🇫🇮
◻️ Crisp Sandwich Day 🥪
◻️ Stockholm Python User Group 🇸🇪
👻 PyCon Sweden 🇸🇪
AIエージェントでサイト運営の自動化に挑戦している
https://qiita.com/tetsujin_081/items/47fc5b1fbd63ffaa10ec?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Python #Django #AI #ポケモン #AIエージェント
🚀 "Why is everything scalable?" 🤔—perhaps because every #FAANG engineer wants to sound important while adding zero substance. Just another day in the endless cycle of 'how-to' guides nobody asked for, by a self-proclaimed #Python #guru who thinks #jargon equals genius. 🙄✨
https://www.stavros.io/posts/why-is-everything-so-scalable/ #scalability #techcritique #howto #HackerNews #ngated
Primeros pasos con PyQt y QtDesigner. Primer programa con Python https://myblog.clonbg.es/primeros-pasos-con-pyqt-y-qtdesigner-primer-programa-con-python/ #Programación #Python #PyQT https://clonbg.es

🚀 Posted from Google Colab with Drive image! #DataScience #Python

Man, I guess #Python *is* running on everything these days…

ZF style set theory in Knuckledragger I. ~ Philip Zucker. https://www.philipzucker.com/zf_knuckle1/ #Python #Logic #SetTheory
Digital copy of Effective Python (3rd Edition) for half the price of the print version?
Highly recommended for python coders. Basically the Google internal style guide for collaborative and maintainable python development.
Readings shared October 13, 2025. https://jaalonso.github.io/vestigium/posts/2025/10/14-readings_shared_10-13-25 #Agda #CoqProver #Erlang #FunctionalProgramming #Haskell #ITP #LeanProver #Math #OCaml #PVS #Programming #Python #Rocq
An exercise to help build the right mental model for Python data. The “Solution” link uses memory_graph to visualize execution and reveals what’s actually happening:
- Solution: https://memory-graph.com/#codeurl=https://raw.githubusercontent.com/bterwijn/memory_graph_videos/refs/heads/main/exercises/exercise8.py&breakpoints=11&continues=1&play
- Explanation: https://github.com/bterwijn/memory_graph?tab=readme-ov-file#python-data-model
#Python #Programming #memory_graph

How to install Python packages in Ubuntu 24.04.3? #drivers #packagemanagement #python #pip
https://askubuntu.com/q/1557333/612
PEP 810: lazy imports in #Python ...yet another example for building workaround by messing up the language rather than solving the core problem.