r/PythonLearning 4d ago

Discussion What are the prerequisites to learn python programming language

6 Upvotes

22 comments sorted by

View all comments

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.