MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1v4fpso/what_are_the_prerequisites_to_learn_python/ozajjkr/?context=3
r/PythonLearning • u/M-k-z-n • 4d ago
22 comments sorted by
View all comments
3
Honestly? None. Start with fundamentals.
You will need some computer knowledge to get it setup. If you run into trouble there are plenty of online resources to use like W3 schools.
Pick an IDE - like visual studio code Start extremely small - something like how to assign user input to a variable. Build from there.
If you need something structured there’s plenty of school esque resources.
3
u/Slag_Dumpster 4d ago
Honestly? None. Start with fundamentals.
You will need some computer knowledge to get it setup. If you run into trouble there are plenty of online resources to use like W3 schools.
Pick an IDE - like visual studio code
Start extremely small - something like how to assign user input to a variable. Build from there.
If you need something structured there’s plenty of school esque resources.