0

how to learn python

24th Aug 2016, 1:31 PM
hermans
hermans - avatar
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.
24th Aug 2016, 6:07 PM
Amarie
+ 1
Yea.Take online pyrhon quizes too
24th Aug 2016, 7:14 PM
John Gachina
John Gachina - avatar
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.
25th Aug 2016, 3:43 AM
Jesse Burkes-Miller
Jesse Burkes-Miller - avatar
0
You can also use IDLE, an IDE for Python. IDEs makes programming much easier especially when debugging
25th Aug 2016, 4:14 AM
John Gachina
John Gachina - avatar