+ 1

What program or where can you run python. If you learn it

this my sound dumb but I just got into python and could you all the help I can get.

9th Mar 2018, 3:15 AM
Leo
4 Respostas
+ 9
If you're too lazy to use a computer like me, try downloading an app called QPython3 in the Google Play Store. You can run Python codes using it
9th Mar 2018, 5:06 AM
luʁi
+ 6
You can use the Code Playground of the app for running Python here. Just tap on your profile => Codes Tab => The "+" sign => Choose Python => Start Coding!
9th Mar 2018, 3:20 AM
Nikhil
Nikhil - avatar
+ 2
thanks
9th Mar 2018, 3:21 AM
Leo
+ 1
You'll need a python interpreter. You can go to Python.org or if your on a Unix or Linux system there's a good chance it's already installed. If that's the case you'd just type 'python' from the shell to get into an interpreter session.
9th Mar 2018, 3:22 AM
Lewis
Lewis - avatar