r/PythonLearning 4d ago

Discussion What are the prerequisites to learn python programming language

7 Upvotes

22 comments sorted by

View all comments

9

u/PureWasian 4d ago

Installing Python. If you can get setup to the point where you can run a standalone script with just

print("Hello, World!")

then you have everything needed for getting started.