|
| 1 | +Title: Learning Resources |
| 2 | +Date: 2017-01-04 07:00 |
| 3 | + |
| 4 | +## 1. Beginners: |
| 5 | + |
| 6 | +[https://www.udacity.com/course/viewer#!/c-cs101](https://www.udacity.com/course/viewer#!/c-cs101) |
| 7 | + |
| 8 | +[http://www.tutorialspoint.com/python/index.html](http://www.tutorialspoint.com/python/index.html) |
| 9 | + |
| 10 | +[http://www.cs.usfca.edu/~afedosov/qttut](http://www.cs.usfca.edu/~afedosov/qttut) |
| 11 | + |
| 12 | +[http://www.python-course.eu/python3_course.php](http://www.python-course.eu/python3_course.php) |
| 13 | + |
| 14 | +[http://docs.python.org/release/3.0.1/tutorial](http://docs.python.org/release/3.0.1/tutorial) |
| 15 | + |
| 16 | +[http://docs.python-guide.org/en/latest/index.html](http://docs.python-guide.org/en/latest/index.html) |
| 17 | + |
| 18 | +[http://www.learnpython.org](http://www.learnpython.org) |
| 19 | + |
| 20 | +[http://www.codecademy.com/#!/exercises/0](http://www.codecademy.com/#!/exercises/0) |
| 21 | + |
| 22 | +[http://learnpythonthehardway.org/book](http://learnpythonthehardway.org/book) |
| 23 | + |
| 24 | +[http://www.dreamincode.net/forums/forum/133-python-tutorials](http://www.dreamincode.net/forums/forum/133-python-tutorials) |
| 25 | + |
| 26 | +[http://code.google.com/edu/languages/google-python-class/introduction.html](http://code.google.com/edu/languages/google-python-class/introduction.html) |
| 27 | + |
| 28 | +[Python for Informatics](http://www.py4inf.com) |
| 29 | + |
| 30 | +[http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/) |
| 31 | + |
| 32 | +[http://thenewboston.org/list.php?cat=36](http://thenewboston.org/list.php?cat=36) |
| 33 | + |
| 34 | +[http://www.checkio.org](http://www.checkio.org) |
| 35 | + |
| 36 | +[http://code.google.com/edu/languages/google-python-class/introduction.html](http://code.google.com/edu/languages/google-python-class/introduction.html) |
| 37 | + |
| 38 | +[http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures) |
| 39 | + |
| 40 | +### Beginner Python Projects: |
| 41 | +[https://www.reddit.com/r/beginnerprojects](https://www.reddit.com/r/beginnerprojects) |
| 42 | + |
| 43 | +[https://github.com/karan/Projects](https://github.com/karan/Projects) |
| 44 | + |
| 45 | +## 2. Intermediate |
| 46 | +[http://pymotw.com/2/](http://pymotw.com/2/) |
| 47 | +[http://www.reddit.com/r/Python/comments/226ahl/some_links_about_python_oop](http://www.reddit.com/r/Python/comments/226ahl/some_links_about_python_oop) |
| 48 | + |
| 49 | +**Books:** |
| 50 | +- [Learn Python the hard way](http://learnpythonthehardway.org) |
0 commit comments