This is the P2PU Archive. If you want the current site, go to www.p2pu.org!
You haven't posted any discussions yet.
Along with the text book, Learn Python The Hard Way, I have also been using the following links (bookmarked)
Python Tutorial - http://www.tutorialspoint.com/python/index.htm
Python Quick Guide - http://www.tutorialspoint.com/python/python_quick_guide.htm
Python v2.7.1 Documentation, The Python Language Reference - http://docs.python.org/reference/introduction.html
Great idea posting these links! Thanks!
Thanks pborzel for the helpful tutorials ,I also recommend this site :
http://www.python-course.eu/
For all of those in the Atlanta area, it seems that Zeb will be teaching a class at PyCon in March.
http://us.pycon.org/2011/schedule/sessions/99/
wish I was in the Atlanta area.
Thanks a lot for those links !!
I started reading "Dive into Python" which is a free download:
http://diveintopython.org
nada and Chris, thanks for those resources.
Hey all,
Here are some good videos that will help supplement our reading. I hope this helps you.
http://www.thenewboston.com/?cat=40&pOpen=tutorial
Seth
Thanks, Seth! Very nice!
Hello!
There's a course on MIT OpenCourseWare that learns Python. There're some videos and resource content. U can look it right here:
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6...
There's an interesting book there too - "How to Think Like a Computer Scientist: Learning with Python". U can download it here:
http://www.greenteapress.com/thinkpython/thinkCSpy/thinkCSpy.pdf
Thanks for this link.
Invent Your Own Computer Games
I stumbled upon this resource: http://inventwithpython.com/index.html
What I liked was that you could see some code and actually trace through it online. As you go line by line through the code, the webpage will keep track of the variables used, provide notes as to what is happening on each line, and give output. Pretty cool.
Sweet links folks!
Python is one of the top skills to have in 2011. Python programmers earn more than Ruby on Rail programmers http://www.eweek.com/c/a/IT-Management/Java-Python-Apex-Windows-Top-List...
so guys we are in good company!
it still depends on the country you are in!
http://zetcode.com/tutorials/pythontutorial/keywords/
An explanation of most keywords in Python! Found this after having lots of troubles in exercise 37. Been really helpful though there are still many keywords in exercise 37 that I don't understand :(.
Python library for parsing MediaWiki articles: http://code.pediapress.com/wiki/wiki/mwlib
Here's a list of Python escape characters:
http://www.codecodex.com/wiki/Escape_sequences_and_escape_characters#Python
mit open course video lectures for Python
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6...