0
how to learn python
4 Answers
+ 2
Do this tutorial!!!
And practice as much as you can. You can use the code playground here to write your first simple programs.
+ 1
Yea.Take online pyrhon quizes too
0
get notepad++ and the python 3.5/newest version package. copy/paste the notepad to a a new idle file and press f5 top run the module. notepad is so organized and can auto-fill your code after selecting what language you're using.
0
You can also use IDLE, an IDE for Python. IDEs makes programming much easier especially when debugging