30 January 2026
id 8138965059text not yet in the index
Could be a missing web driver or a path issue on the VPS—sometimes these little things trip us up when switching environments.
31 January 2026
id 8379700820Can someone recommend YouTube channels to learn python from please ?🙏
do not considerate yt for learning a programming language, read books
Charly RománBecause we can't understand all languages
Hey, what does this word "scratch" mean which everyone mention.
Learn X from scratch, Build X from scratch.
razorblade23You could try PyGame example...
https://www.libsdl.org/
but pygame is a framework to make games with python... i would to try to make myself a graphic engine
Hydro ツbut pygame is a framework to make games with python... i would to try to make myself a graphic engine
Then you need to operate at a lower abstraction level that the one provided by python
Antares SedanoThen you need to operate at a lower abstraction level that the one provided by python
ik, i wrote i know that python isn't the best language for this type of programs but i would to try