Comment on What operating system and tools should a beginner use to learn programming?

NostraDavid@programming.dev ⁨6⁩ ⁨months⁩ ago

Linux (because Unix was originally created for programmers), and C because so many other languages derive from it.

Learn the language (types, functions, how to set up a project, etc), then learn the library (you can use the man pages from Linux).

You can use this knowledge for Python, as Python uses the library too, under the hood.

source
Sort:hotnewtop