Computer Programming for Everybody
For more info contact VernCeder
Presented at NECC 2008, San Antonio, TX
Slides (as PDF)
Source code
General
http://www.python.org Python's Home Page - This is the best place to start, in general
http://wiki.python.org/moin/BeginnersGuide A Beginner's Guide to Python
http://www.ibiblio.org/obp/pyBiblio/ PyBiblio - stuff relating to teaching with Python
Documentation and Books
http://www.python.org/doc/2.4.2/ Python Documentation
http://wiki.python.org/moin/IntroductoryBooks Introductory Python Books
http://python.oreilly.com/ O'Reilly's Python Center
Texts and Tutorials
http://thinkpython.com/ How to Think Like a Computer Scientist: Learning with Python
http://diveintopython.org/ Dive Into Python: Python for Experienced Programmers
http://www.byteofpython.info/ A Byte of Python
http://www.python.org/doc/Intros.html The Official Python List of tutorials
http://docs.python.org/tut/tut.html Guido's Python Tutorial
http://www.hetland.org/python/instant-python.php Instant Python (for programmers)
http://www.hetland.org/python/instant-hacking.php Instant Hacking (for non-programmers)
http://www.freenetpages.co.uk/hp/alan.gauld/ Learning to Program (for non-programmers)
Software
http://vpython.org/ Visual Python - AKA vpython
http://pygame.org/ PyGame - Game and graphics programming in Python
For more info contact VernCeder
