|
2 | 2 |
|
3 | 3 | ## Python |
4 | 4 |
|
5 | | -Python the Hard Way: http://learnpythonthehardway.org/book/ |
6 | | -CS approach to Python: http://cscircles.cemc.uwaterloo.ca/ |
7 | | -Making Games with Python & Pygame: http://inventwithpython.com/pygame/ |
8 | | -Play a game to learn Python: http://www.checkio.org/ |
9 | | -Slightly more advanced intro to Python: http://www.swaroopch.com/notes/python/ |
10 | | -Good CS intro: |
11 | | - http://interactivepython.org/runestone/static/thinkcspy/index.html |
12 | | -Good review of Python: https://docs.python.org/3/tutorial/ |
13 | | -intermediate Python tutorial: http://www.diveintopython3.net/ |
| 5 | +1. Python the Hard Way: http://learnpythonthehardway.org/book/ |
| 6 | +2. CS approach to Python: http://cscircles.cemc.uwaterloo.ca/ |
| 7 | +3. Making Games with Python & Pygame: http://inventwithpython.com/pygame/ |
| 8 | +4. Play a game to learn Python: http://www.checkio.org/ |
| 9 | +5. Slightly more advanced intro to Python: http://www.swaroopch.com/notes/python/ |
| 10 | +6. Good CS intro: |
| 11 | + * http://interactivepython.org/runestone/static/thinkcspy/index.html |
| 12 | +7. Good review of Python: https://docs.python.org/3/tutorial/ |
| 13 | +8. intermediate Python tutorial: http://www.diveintopython3.net/ |
14 | 14 |
|
15 | 15 | ### free courses |
16 | 16 |
|
17 | | -Python and CS: |
18 | | -https://www.edx.org/course/cs-all-introduction-computer-science-harveymuddx-cs005x |
19 | | -Another free course: https://www.coursera.org/course/interactivepython1 |
| 17 | +1. Python and CS: |
| 18 | + * https://www.edx.org/course/cs-all-introduction-computer-science-harveymuddx-cs005x |
| 19 | +2. Another free course: https://www.coursera.org/course/interactivepython1 |
20 | 20 |
|
21 | 21 | ## JavaScript |
22 | 22 |
|
23 | | -Good JS primer: http://eloquentjavascript.net/ |
24 | | -CS and JS course: http://web.stanford.edu/class/cs101/ |
25 | | -Good JS book: |
26 | | - http://bdcampbell.net/javascript/book/javascript_the_good_parts.pdf |
27 | | -intermediate JS: http://jstherightway.org/ |
28 | | -intermediate JS: |
29 | | - https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript |
30 | | -free MOOC: https://www.udacity.com/course/javascript-basics--ud804 |
31 | | -Beginner's course: |
32 | | - http://www.microsoftvirtualacademy.com/training-courses/javascript-fundamentals-for-absolute-beginners |
| 23 | +1. Good JS primer: http://eloquentjavascript.net/ |
| 24 | +2. CS and JS course: http://web.stanford.edu/class/cs101/ |
| 25 | +3. Good JS book: |
| 26 | + * http://bdcampbell.net/javascript/book/javascript_the_good_parts.pdf |
| 27 | +4. intermediate JS: http://jstherightway.org/ |
| 28 | +5. intermediate JS: |
| 29 | + * https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript |
| 30 | + |
| 31 | +### free courses |
| 32 | + |
| 33 | +1. free MOOC: https://www.udacity.com/course/javascript-basics--ud804 |
| 34 | +2. Beginner's course: |
| 35 | + * http://www.microsoftvirtualacademy.com/training-courses/javascript-fundamentals-for-absolute-beginners |
33 | 36 |
|
34 | 37 | ## Puzzle Sites |
35 | 38 |
|
36 | | -http://cyber-dojo.org/ |
37 | | -http://www.codewars.com/ |
38 | | -https://www.hackerrank.com/ |
39 | | -https://www.codechef.com/ |
40 | | -http://coderbyte.com/ |
| 39 | +1. http://cyber-dojo.org/ |
| 40 | +2. http://www.codewars.com/ |
| 41 | +3. https://www.hackerrank.com/ |
| 42 | +4. https://www.codechef.com/ |
| 43 | +5. http://coderbyte.com/ |
41 | 44 |
|
42 | 45 | ## Learning |
43 | 46 |
|
44 | | -https://www.coursera.org/learn/learning-how-to-learn |
| 47 | +1. https://www.coursera.org/learn/learning-how-to-learn |
45 | 48 |
|
46 | 49 | ## Other |
47 | 50 |
|
48 | | -Online developer bootcamp(paid): Bloc.io |
49 | | -Free TreeHouse membership: https://teamtreehouse.com/code-oregon |
50 | | -Free Full-stack on-line coure: http://freecodecamp.com/ |
| 51 | +1. Online developer bootcamp(paid): Bloc.io |
| 52 | +2. Free TreeHouse membership: https://teamtreehouse.com/code-oregon |
| 53 | +3. Free Full-stack on-line coure: http://freecodecamp.com/ |
0 commit comments