What operating system and tools should a beginner use to learn programming?
yetAnotherUser @ yetAnotherUser @lemmy.ca Posts 3Comments 375Joined 2 yr. ago
yetAnotherUser @ yetAnotherUser @lemmy.ca
Posts
3
Comments
375
Joined
2 yr. ago
Removed
Affordable rule act
This. 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!