Comment on What operating system and tools should a beginner use to learn programming?
yetAnotherUser@lemmy.ca 11 months agoThis. If you want to start coding on your own computer, the Python IDLE is great for beginners (it’s probably inside a package named idle
). Just click on ‘File > New’ to start writing a new program and press the F5 key to run it!