Skip to content

Commit a57becf

Browse files
Lambda AdiLambda Adi
authored andcommitted
Added two more resources
Though there are links to comprehensive resources, I feel the MIT 6.00 course is a solid foundation-building resource for CS, using Python. Also, Check.io is a very uinque and exciting attempt to create Python-based gameplay.
1 parent 1700101 commit a57becf

File tree

1 file changed

+44
-42
lines changed

1 file changed

+44
-42
lines changed

pages/python-resources.md

Lines changed: 44 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,44 @@
1-
---
2-
layout: entry
3-
title: Resources for Python
4-
---
5-
6-
### Download / Install Python
7-
* [Python.org Downloading Python](http://wiki.python.org/moin/BeginnersGuide/Download)
8-
9-
### Online books / tutorials
10-
11-
#### Beginners
12-
* [A Byte of Python](http://www.swaroopch.com/notes/Python/)
13-
* [Python.org Python Tutorial](http://docs.python.org/3/tutorial/index.html) _(Note: Python version can be selected from dropdown at top left)_
14-
15-
#### Exercises Driven Learning
16-
* [Learn Python the Hard Way](http://learnpythonthehardway.org) _(Do not let the title fool you)_
17-
* [Python Koans](https://bitbucket.org/gregmalcolm/python_koans)
18-
19-
#### For intermediate programmers
20-
* [Dive Into Python](http://www.diveintopython.net/toc/index.html)
21-
* [Dive Into Python 3](http://getpython3.com/diveintopython3/) (for Python 3)
22-
23-
### Python API Reference
24-
* [Python Documentation](http://docs.python.org) _(Note: There is a drop down box at the top left to select the python version)_
25-
26-
### Comprehensive collections of resources
27-
* [Python.org resources for Programmers](http://wiki.python.org/moin/BeginnersGuide/Programmers)
28-
* [Python.org resources for Non Programmers](http://wiki.python.org/moin/BeginnersGuide/NonProgrammers)
29-
30-
### Comprehensive collection of python packages
31-
* [Pypi](http://pypi.python.org/pypi)
32-
33-
### Discussion Forums
34-
* [Http interface to comp.lang.python via google groups](https://groups.google.com/forum/?fromgroups#!forum/comp.lang.python)
35-
* [Stack Overflow Q&A related to Python](http://stackoverflow.com/questions/tagged/python)
36-
37-
### Other Python interest groups
38-
* [Python India](http://python.org.in)
39-
40-
### Python Events
41-
* [Pycon](http://pycon.org)
42-
* [Pycon India](http://in.pycon.org)
1+
---
2+
layout: entry
3+
title: Resources for Python
4+
---
5+
6+
### Download / Install Python
7+
* [Python.org Downloading Python](http://wiki.python.org/moin/BeginnersGuide/Download)
8+
9+
### Online books / tutorials
10+
11+
#### Beginners
12+
* [A Byte of Python](http://www.swaroopch.com/notes/Python/)
13+
* [Python.org Python Tutorial](http://docs.python.org/3/tutorial/index.html) _(Note: Python version can be selected from dropdown at top left)_
14+
* [MIT 6.00: Introduction to Computer Science and Programming (Spring 2011)] (http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/) _The course is led by Prof. John Guttag, taught with Python and is structured particularly for remote students._
15+
16+
#### Exercises Driven Learning
17+
* [Learn Python the Hard Way](http://learnpythonthehardway.org) _(Do not let the title fool you)_
18+
* [Python Koans](https://bitbucket.org/gregmalcolm/python_koans)
19+
20+
#### For intermediate programmers
21+
* [Dive Into Python](http://www.diveintopython.net/toc/index.html)
22+
* [Dive Into Python 3](http://getpython3.com/diveintopython3/) (for Python 3)
23+
24+
### Python API Reference
25+
* [Python Documentation](http://docs.python.org) _(Note: There is a drop down box at the top left to select the python version)_
26+
27+
### Comprehensive collections of resources
28+
* [Python.org resources for Programmers](http://wiki.python.org/moin/BeginnersGuide/Programmers)
29+
* [Python.org resources for Non Programmers](http://wiki.python.org/moin/BeginnersGuide/NonProgrammers)
30+
31+
### Comprehensive collection of python packages
32+
* [Pypi](http://pypi.python.org/pypi)
33+
34+
### Discussion Forums
35+
* [Http interface to comp.lang.python via google groups](https://groups.google.com/forum/?fromgroups#!forum/comp.lang.python)
36+
* [Stack Overflow Q&A related to Python](http://stackoverflow.com/questions/tagged/python)
37+
38+
### Other Python interest groups
39+
* [Python India](http://python.org.in)
40+
* [CheckIO: Python-programming-driven online adventure game] (http://www.checkio.org/) _Solve problems with Python to advance to new levels. It welcomes beginner and experienced programmers. It is new (as of Dec 2012), so could be buggy sometimes. Also turn your "Proper English" language filters off :)_
41+
42+
### Python Events
43+
* [Pycon](http://pycon.org)
44+
* [Pycon India](http://in.pycon.org)

0 commit comments

Comments
 (0)