python

Back Open Paginator
11.12.2025 00:22
bubbaabbu (@bubbaabbu@social.vivaldi.net)

#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!

#juce #DAW #bitwig #ableton





Show Original Post


10.12.2025 23:58
bobthetraveler (@bobthetraveler@mastodon.world)

Ada Lovelace was born OTD in 1815. The Raspberry Pi was designed to teach #Python to British schoolchildren, especially the girls. cromwell-intl.com/open-source/ #education #Linux




Show Original Post


10.12.2025 23:06
AFoucart (@AFoucart@social.sciences.re)

#adventofcode en #python, jour 10.

Pas de solution complète. Partie 1, ça va. Partie 2... besoin de dormir dessus.

notes.adfoucart.be/aocode25/da




Show Original Post


10.12.2025 23:01
osunderdog (@osunderdog@dmv.community)

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




Show Original Post


10.12.2025 22:53
osunderdog (@osunderdog@dmv.community)

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




Show Original Post


10.12.2025 22:48
hermina (@hermina@mstdn.social)

#AskFedi to build a software, what language will you choose ? #Python or #Rust ? and why ?




Show Original Post


10.12.2025 22:47
NicksWorld (@NicksWorld@mastodon.stickbear.me)

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.




Show Original Post


10.12.2025 22:34
NicksWorld (@NicksWorld@mastodon.stickbear.me)

#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?




Show Original Post


10.12.2025 22:30
christian_decker (@christian_decker@mastodon.social)

🐍 pyenv – Wie installiere ich unterschiedliche Python-Versionen auf meinem System?
lookslikematrix.de/tools/2025/





Show Original Post


10.12.2025 21:53
joeposaurus (@joeposaurus@chaos.social)

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")
```




Show Original Post


10.12.2025 21:46
treyhunner (@treyhunner@mastodon.social)

Decorators are the most common use case for nested functions in Python.

Read more 👉 trey.io/4u4pj0




Show Original Post


10.12.2025 21:37
hamatti (@hamatti@mastodon.world)

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

notes.hamatti.org/technology/a

#Python




Show Original Post


1 ...838 839 840 841 842 843 844 845 846 847 848 ...1573
UP