+ 3
Best source to learn python for beginners
9 Answers
+ 1
On web:
https://docs.python.org/
3.7.4 Documentation
https://www.w3schools.com/python/
Python Tutorial - W3Schools
On YouTube:
https://m.youtube.com/playlist?list=PLlRFEj9H3Oj7Bp8-DfGpfAfDBiblRfl5p
Python for Everybody - Exploring Information (PY4E) - YouTube
Textbook:
https://goo.gl/search/Python+for+Everybody:+Exploring+Data+Using+Python+3
Python for Everybody: Exploring Data Using Python 3, Book by Charles Severance
+ 4
SoloLearn has a Python tutorial.
I recommend it for beginners.
https://www.sololearn.com/Course/Python/?ref=app
+ 4
Use SoloLearn Python Tutorial and practice along with every lesson.
Try Exercism website where you can find various problems to practice.
+ 3
www.python.org
you can try it here in solo learn
+ 2
After the beginner's tutorial, try to challenge people within this app and get familiar with reading the code.
Also, don't forget to practice yourself. There is no better way to learn coding, than by coding yourself!
+ 2
everyone choosing his own way. At first you may finish sololearn tutorial, but it is shirt overview. At that step be curious and pay attention to comments, under lessons. Also for better understanding how some code work use debug. and official tutorial. But in some situation even that doesn't give an answer. In this case stackoverflow helps you a lot. And of course coding itself, try to write different pr., firstly simple for fun, and try make it more complicate with different approaches, step by step. But python itself only first step...in a long road..
+ 2
www.codeacademy.com has a great free course on Python 2.
+ 1
Use 'encode'
+ 1
Iâm taking this course on EdX: https://www.edx.org/course/programming-for-everybody-getting-started-with-JUMP_LINK__&&__python__&&__JUMP_LINK
Itâs very nice and easy to understand. The instructor also provide a free copy of his book, including simple exercises that you can try.