My slide "Python-Type-Challenges" for @pybay 2024 (happening today!) is live:
https://docs.google.com/presentation/d/1GVPJI8MVKLQ_XTXUG07hdayjtw49QgFQunuV6ns0Dpk
I will talk about why I made Python-Type-Challenges, and how it works under the hood.
My slide "Python-Type-Challenges" for @pybay 2024 (happening today!) is live:
https://docs.google.com/presentation/d/1GVPJI8MVKLQ_XTXUG07hdayjtw49QgFQunuV6ns0Dpk
I will talk about why I made Python-Type-Challenges, and how it works under the hood.
Bitte boosten!
Die Leute von @fsfwdresden haben bis zum 06. Januar 2025 noch für ihr #Schulstick Projekt einige Programmieraufgaben zu einer Lernsoftware zu verteilen.
Bis dahin läuft noch eine Förderung des sächsischen Kultusministeriums für dieses Projekt.
Wer Zeit und Lust hat, gegen eine übliche und angemessene Vergütung einige der zu erledigenden Aufgaben an diesem Projekt umzusetzen kann sich gerne bei der FSFW oder bei schulstick@c3d2.de melden.
I've played a bit with the #TODOmd hook and I know how many TODOs there are in some popular Open Source projects:
* CPython: 187 TODOs
* Linux: 3788 TODOs
* Git: 112 TODOs
* Go: 455 TODOs
What other Open Source projects should I enhance with the TODO.md file?:)
#OpenSource #TODOmd #CPython #Python #Linux #Kernel #Git #Go #Golang #DevTools
#genuary26 prompt: symmetry.
#genuary27 prompt: something interesting with no randomness or noise.
If there's gotta be no randomness, you need to introduce control. I made this cute discontinued device called the #Monome Arc work with #PyScript. This is usually driven by a UDP server, but turns out browsers can't use UDP, so I wrote a WebSocket bridge. Looks like it works 😎
https://ambv.pyscriptapps.com/genuary-prompt-26-27/latest/
#genuary2025 #genuary #GenerativeArt #CreativeCoding #WebGL #Python #Monome
My latest blog post: Next Trains
https://mikecoats.com/next-trains/
My two-year-old loves trains so any time we can swing past the station and see them is worth the detour. This web app displays the next few arrivals and departures to help us schedule a visit. It's also my first time publishing code as a package on PyPI.