Skip to content

Commit 23b203b

Browse files
author
Dadsaster
committed
reformated README again
1 parent e19aa12 commit 23b203b

1 file changed

Lines changed: 34 additions & 31 deletions

File tree

README.md

Lines changed: 34 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,52 @@
22

33
## Python
44

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/
1414

1515
### free courses
1616

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
2020

2121
## JavaScript
2222

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
3336

3437
## Puzzle Sites
3538

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/
4144

4245
## Learning
4346

44-
https://www.coursera.org/learn/learning-how-to-learn
47+
1. https://www.coursera.org/learn/learning-how-to-learn
4548

4649
## Other
4750

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

Comments
 (0)