this is so cool! I ported to #webxdc TIC-80 fantasy #computer for making, playing and sharing tiny #games
you can import/export files with add/get commands!
with this you can create #retro games in #lua, #fennel, #python, #ruby, #javascript etc and play/share them with friends as in-chat apps in #DeltaChat / #ArcaneChat
I would like to expose the webxdc API to TIC-80 games so they can do networking/multiplayer and send in-chat messages
#fantasyconsole #console #retrogaming #tic80 #pico8

Python Collections Userdict Userlist
collections.UserDict and UserList for custom containers
Extend dictionary and list behavior
#python #programming #tutorial #coding #collections #userdict #userlist
https://www.youtube.com/watch?v=mLuD7D4C0Ws
i'm already adding SO MUCH MORE lmao :3

Content warning:Advent of Code - Day 7
I just completed "Laboratories" - Day 7 - Advent of Code 2025 #AdventOfCode #Python
Figuring out how to solve each of these parts (especially part 2) was not fun.
https://github.com/treyhunner/advent-of-code/tree/main/2025/day07
THE VANTA POSTING SUITE!!!
the first official pre-pre-alpha release of the Vanta Posting Suite is now available!!! this is my first software release EVER and i'm sooooooooo happy!!!!! i just started learning python the other day lmao
it's a command line thingy to modify text, rn the current options are all caps or all lowercase or removing commas or removing newlines but i plan on adding a lot more as i learn how :3
yayyyyyyyyyyyyy
https://codeberg.org/vantablack/vanta-posting-suite/
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_12_06
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding

IT'S ALIIIIIIIIIIVE
I CAN MAKE TEXT ALL CAPS AUTOMATICALLY
FIRST FEATURE OFFICIALLY COMPLETE
YAY

Mirror_bridge – C++ reflection for generating Python/JS/Lua bindings
https://chico.dev/Mirror-Bridge/
With every iteration of #python I had the feeling it turned more and more into "The Car Built for Homer" language. And the urge to find some alternative for me grew every time. So I tipped my toe in #golang, #rust and #zig. And I can't actually say what it is, but only zig seems to be able to evoke some of the excitement I once had while reading the excellent "THE C BOOK" by Mike Banahan (1988). I still don't know if zig is going to stick with me, but I enjoy the fun dabbling with it.
🕹️ 24 jours de #Python / #Pyxel
Jour 6: https://24jdpp.forge.apps.education.fr/jour.html?j=6
Pour des activités en classe, pour ceux qui veulent découvrir Pyxel et/ou se préparer pour la Nuit du Code (http://nuitducode.net).
I don't have find or replace implemented yet, but I decided to post Leif anyway.
No documentation.😅
No warnings for some things, like closing without saving.🥶
But it probably runs on anything with #Python #Tkinter though. And if you have that, you can probably hack it to do what you want!
Besides, Leif the lizard gives jump scares. So art imitates life!
Kid says: "When you're trying to avoid the problem."
Ssh! xD
https://codeberg.org/AdamOnza/Leif
I've completed "Trash Compactor" - Day 6 - Advent of Code 2025
Python is like poetry for the challenges where input parsing is 90% of the problem. It was fun to do using list composition without numpy, and re.finditer was today's hero.
https://github.com/jstanden/advent-of-code-python/blob/main/2025/day6.ipynb
#AdventOfCode #Python #Programming