Skip to content

Commit e19aa12

Browse files
author
Dadsaster
committed
Formatted README
1 parent 05c1888 commit e19aa12

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,29 @@ CS approach to Python: http://cscircles.cemc.uwaterloo.ca/
77
Making Games with Python & Pygame: http://inventwithpython.com/pygame/
88
Play a game to learn Python: http://www.checkio.org/
99
Slightly more advanced intro to Python: http://www.swaroopch.com/notes/python/
10-
Good CS intro: http://interactivepython.org/runestone/static/thinkcspy/index.html
10+
Good CS intro:
11+
http://interactivepython.org/runestone/static/thinkcspy/index.html
1112
Good review of Python: https://docs.python.org/3/tutorial/
1213
intermediate Python tutorial: http://www.diveintopython3.net/
1314

1415
### free courses
1516

16-
Python and CS: https://www.edx.org/course/cs-all-introduction-computer-science-harveymuddx-cs005x?gclid=Cj0KEQjwvo6wBRCG3Zv92ZSLlIYBEiQA5PLVAvUlkz9RorB-R5PvhASYd3RCMroqHwNZi8nbf2Vmx8YaAlf18P8HAQ
17+
Python and CS:
18+
https://www.edx.org/course/cs-all-introduction-computer-science-harveymuddx-cs005x
1719
Another free course: https://www.coursera.org/course/interactivepython1
1820

1921
## JavaScript
2022

2123
Good JS primer: http://eloquentjavascript.net/
2224
CS and JS course: http://web.stanford.edu/class/cs101/
23-
Good JS book: http://bdcampbell.net/javascript/book/javascript_the_good_parts.pdf
25+
Good JS book:
26+
http://bdcampbell.net/javascript/book/javascript_the_good_parts.pdf
2427
intermediate JS: http://jstherightway.org/
25-
intermediate JS: https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
28+
intermediate JS:
29+
https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
2630
free MOOC: https://www.udacity.com/course/javascript-basics--ud804
27-
Beginner's course: http://www.microsoftvirtualacademy.com/training-courses/javascript-fundamentals-for-absolute-beginners
31+
Beginner's course:
32+
http://www.microsoftvirtualacademy.com/training-courses/javascript-fundamentals-for-absolute-beginners
2833

2934
## Puzzle Sites
3035

0 commit comments

Comments
 (0)