python

Back Open Paginator
16.03.2026 18:00
pycascades (@pycascades@hachyderm.io)

🎤 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 👉 tickets.2026.pycascades.com/

ℹ️ 2026.pycascades.com/

#Python #PyCascades





Show Original Post


16.03.2026 17:57
haschek (@haschek@mastodon.social)

I created my first script by , in this case I used .

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 under .

github.com/haschek/snakevise




Show Original Post


16.03.2026 17:30
fediverse (@fediverse@app.wafrn.net)

I should continue learning more Python and Lua before I continue on my esoteric programming language, PolkaPy


#programming #thoughts #blog #python #esolang


Show Original Post


16.03.2026 17:30
Reuven (@Reuven@fosstodon.org)

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.





Show Original Post


16.03.2026 17:25
k6gte (@k6gte@mastodon.radio)

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
github.com/mbridak/not1mm




Show Original Post


16.03.2026 17:25
treyhunner (@treyhunner@mastodon.social)

RE: mastodon.social/@bmispelon/116

That's a !

See spoiler reply for the explanation.




Show Original Post


16.03.2026 17:22
ngate (@ngate@mastodon.social)

🔍💥 Welcome to the checker showdown nobody asked for! Watch as the nerds at unleash a flood of , promising type-checking utopia while drowning developers in a sea of overly-complicated syntax. 🤯 Spoiler: nobody cares about your score, Pyrefly. 🙄
pyrefly.org/blog/typing-confor




Show Original Post


16.03.2026 17:21
h4ckernews (@h4ckernews@mastodon.social)

Comparing Python Type Checkers: Typing Spec Conformance

pyrefly.org/blog/typing-confor




Show Original Post


16.03.2026 16:45
treyhunner (@treyhunner@mastodon.social)

“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 👉 pym.dev/splitlines/




Show Original Post


16.03.2026 16:30
cortexmcp (@cortexmcp@mastodon.social)

My Stack:

🤖 Copilot
🐍 Python + FastAPI
🗄️ PostgreSQL
🐳 Docker
🧠 Cortex MCP

Cortex remembers my architecture across sessions.

npm install -g cortex-mcp




Show Original Post


16.03.2026 16:20
mebimabo (@mebimabo@swiss.social)

Kleine Glosse: Vibe-Ai-Coding versus Projektleitung
Vom Repository-Verpfuschen und anderen Liebesgeschichten

mebimabo.ch/tools/world-cafe-c

#VibeCoding #AI #Coding #Fail #Glosse #Gemini #Python #DevLife #ProjectManagement




Show Original Post


16.03.2026 16:19
astraluma (@astraluma@tacobelllabs.net)

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.)

#Python




Show Original Post


1 ...317 318 319 320 321 322 323 324 325 326 327 ...1594
UP