🎤 Take a look at part of the PyCascades 2026 speaker lineup! 💜🐍
Our program includes amazing speakers like:
✨ Justin Castilla
✨ Brett Slatkin
✨ Rodrigo Silva Ferreira
✨ Constance Martineau
Don’t miss the chance to learn, connect, and be part of the Python community in Vancouver.
🎟️ Tickets 👉 https://tickets.2026.pycascades.com/
ℹ️ https://2026.pycascades.com/

I created my first #Python script by #VibeCoding, in this case I used #Gemini.
#SnakeVISE is a CLI-based video sequencer, generating media from multiple files. Can apply a range of visual effects. Synced to audio by slicing input media into beat-accurate snippets. It's #FLOSS under #AGPL.
https://github.com/haschek/snakevise
I should continue learning more Python and Lua before I continue on my esoteric programming language, PolkaPy
Return a #Python #Pandas data frame's index to a regular column with reset_index:
df = df.reset_index()
• 1-column index? It's now a regular column.
• Multi-index? Its columns are all regular columns.
reset_index returns a new data frame. It doesn't modify the original.

Not1MM Changes since last update
Work All Germany
Dutch PACC
RSGB IOTA
Basic State QSO party logging.
Zone Tracker Window
Rate Window
Poll for A and K indexes and spot counts
Many dead bugs.
#HamRadio #HF #contest #python #linux #macOS
https://github.com/mbridak/not1mm
RE: https://mastodon.social/@bmispelon/116239619637209841
That's a #PythonOddity!
See spoiler reply for the explanation.
🔍💥 Welcome to the #Python #type checker showdown nobody asked for! Watch as the nerds at #Pyrefly unleash a flood of #buzzwords, promising type-checking utopia while drowning developers in a sea of overly-complicated syntax. 🤯 Spoiler: nobody cares about your #type #completeness score, Pyrefly. 🙄
https://pyrefly.org/blog/typing-conformance-comparison/ #Checking #Developer #Struggles #HackerNews #ngated
Comparing Python Type Checkers: Typing Spec Conformance
https://pyrefly.org/blog/typing-conformance-comparison/
#HackerNews #Python #Type #Checkers #Typing #Conformance #Comparison #Developer #Tools #Programming #Python
“It's unfortunately common for some text in an application to use \n line endings, while other text uses \r\n line endings.”
Read more 👉 https://pym.dev/splitlines/
My Stack:
🤖 Copilot
🐍 Python + FastAPI
🗄️ PostgreSQL
🐳 Docker
🧠 Cortex MCP
Cortex remembers my architecture across sessions.
npm install -g cortex-mcp
Kleine Glosse: Vibe-Ai-Coding versus Projektleitung
Vom Repository-Verpfuschen und anderen Liebesgeschichten
#VibeCoding #AI #Coding #Fail #Glosse #Gemini #Python #DevLife #ProjectManagement
awww bummer
t-strings don't have enough data to do token-level errors
(you can't pinpoint syntax errors within a structured-language t-string to a line/column because there isn't enough runtime data to tell if the user wrote \n or a newline. and you can't know where a t-string was defined, just where it was used.)