Development Team/Resources: Difference between revisions
No edit summary |
|||
| Line 36: | Line 36: | ||
* The [[:Category:Developers | Developer's Category]] collects everything in the wiki that's been tagged as pertaining to developers (it's a bit hard to navigate) | * The [[:Category:Developers | Developer's Category]] collects everything in the wiki that's been tagged as pertaining to developers (it's a bit hard to navigate) | ||
* [[Sugar Code Snippets]] a few canonical code fragments that may be of use when coding in PyGTK | * [[Sugar Code Snippets]] a few canonical code fragments that may be of use when coding in PyGTK | ||
== Beginner's tools == | |||
Link to Andrew's course in the Overview chapter of the Extending | |||
Sugar section of the FLOSS manual for Sugar | |||
(http://en.flossmanuals.net/Sugar/Overview). | |||
# The Byte of Python (http://www.swaroopch.com/notes/Python) | |||
# How to Think Like a Computer Scientist: Learning with Python, 2nd edition (http://openbookproject.net/thinkcs/python2e.php) | |||
# Python for Fun (http://www.openbookproject.net/py4fun/) | |||
# Python Bibliotheca (http://www.openbookproject.net/pybiblio/) | |||
# Dive into Python (http://diveintopython.org/) | |||
# Hands-on Python Tutorial (http://www.cs.luc.edu/~anh/python/hands-on/) | |||
# Snake Wrangling for Kids (http://www.briggs.net.nz/log/writing/snake-wrangling-for-kids/) | |||
# PyGame (scattered throughout the site) (http://www.pygame.org/) | |||
Please feel free to add other suggested resources to the ones already there and to add some | |||
feedback, e.g., good for beginners/experts, etc. | |||
== FAQ == | == FAQ == | ||