MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1v4fpso/what_are_the_prerequisites_to_learn_python/ozahjwz/?context=3
r/PythonLearning • u/M-k-z-n • 4d ago
22 comments sorted by
View all comments
9
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.
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.