Agree on the bootcamp part, but 8k a year for a degree? Hopefully OP has more options than that
Comment on What operating system and tools should a beginner use to learn programming?
ericjmorey@programming.dev 11 months ago
I want start with python
Start with futurecoder.io.
Bookmark:
The official documentation for Python
realpython.com [stick to the free content]
If you want to get a degree, consider WGU.edu
Good luck, have fun!
Miaou@jlai.lu 11 months ago
ericjmorey@programming.dev 11 months ago
Are you from somewhere that’s not the US? University of Southern California is not a particularly stand out school for academics costs 80k per semester. 8K a year is hard to beat in the US.
yetAnotherUser@lemmy.ca 11 months ago
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!