How I Installed Python on My Computer



This content originally appeared on DEV Community and was authored by Aya Ali

1- Why do you need Python?
2- Quick installation steps (commands)
3- Simple example:


python
print("Hello from Python")


This content originally appeared on DEV Community and was authored by Aya Ali