#AI video:
i am working on a synth engine followed by #VST build
#python (google #antigravity)
(re)creates iconic DX7 sounds. catch: the math input is open. u can change the formula of what u are hearing in realtime.
stay tuned!
Ada Lovelace was born OTD in 1815. The Raspberry Pi was designed to teach #Python to British schoolchildren, especially the girls. https://cromwell-intl.com/open-source/raspberry-pi/networking.html?s=mb #education #Linux
#adventofcode en #python, jour 10.
Pas de solution complète. Partie 1, ça va. Partie 2... besoin de dormir dessus.
https://notes.adfoucart.be/aocode25/day10.html
@hermina
#rust
Because I already know #python.
I'm interested in doing things with lots of data and it needs to run fast. I like Rust because it is strict on memory safety and typing. I'm tired of finding typing related bugs late in development.
I like the idea of writing fast libraries in #rust and exporting it as a Python package for those that will use the code in #python.
@NicksWorld
There are lots of resources available to help learn Python. #python. You aren't going to wipe your computer while learning the Python language.
Politely asking questions will be answered.
Lots to learn for an inquisitive mind.
#AskFedi to build a software, what language will you choose ? #Python or #Rust ? and why ?
i know nothing of #Programming and honestly, I'm afraid to try. I don't want to ruin my computer doing it and I've never learned coding at all. I honestly don't know if I have the type of mind required to do it. It's easy doing spreadsheet stuff but things like #Python are an entirely different beast.
#Python users. I have a question for you, and this is specifically made for those who like to mod games. There's this game, Dragonball Z Budokai Tenkaichi 2 which has a mapping system. Problem is that because I'm blind I can not navigate through the storymode. I have been told that its possible to mod games using this thing called Python Ghidra. The game, Dragonball Z Budokai Tenkaichi 3 has been modded to add content that wasn't origionally in the game for those who love the game and want to continue the story through it, so I am curious, if entire content libraries have been added to one game, how possible would it be to mod the previous game so that audio cues could be added to the map so I can have my character fly to the parts of the story? I already have the game on my computer. Would it not be easy to get into the game's code? I have heard of people doing this to look at hidden assets and cut content, so if that's the case, this should be possible right?
🐍 pyenv – Wie installiere ich unterschiedliche Python-Versionen auf meinem System?
https://lookslikematrix.de/tools/2025/12/10/pyenv.html
#python #pyenv #lookslikematrix

There's a lot going on in this snippet of #Python code:
```Python
light = Light()
assert(light.GetStatus() == "Dark")
light.SetSwitch(on=True)
assert(light.GetStatus() == "Bright")
```
Decorators are the most common use case for nested functions in Python.
Read more 👉 https://trey.io/4u4pj0
#AdventOfCode 2025, day 10
Today's been a day of jumping into a deep end of a new client project, doing some real life santa's elf community touring and celebrating another community's Christmas party.
Somehow, I managed to fit in part 1 solution for today's puzzle and decided to leave part 2 for a later date.
https://notes.hamatti.org/technology/advent-of-code/2025/day-10