Skip to content

Commit 320b77f

Browse files
committed
Add resources page
1 parent 3861c93 commit 320b77f

2 files changed

Lines changed: 51 additions & 0 deletions

File tree

content/pages/resources.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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)

pelicanconf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848

4949
MENUITEMS = [
5050
("Companies", "pages/pythoninnepal.html"),
51+
("Resources", "pages/resources.html"),
5152
("Meetups", "pages/meetups.html"),
5253
("Videos", "pages/videos.html")
5354
]

0 commit comments

Comments
 (0)