Think Python: Difference between revisions

From XPUB & Lens-Based wiki
(New page: For the course, we use the text book "Think Python", a textbook made available under the [http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License], and soon to be publised by C...)
 
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
For the course, we use the text book "Think Python", a textbook made available under the [http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License], and soon to be publised by Cambridge University Press.
For the course, we use the text book [http://www.greenteapress.com/thinkpython/thinkpython.html "Think Python"] (Python for Software Design), a textbook that's gone through many revisions, and has been made available under the [http://www.gnu.org/copyleft/fdl.html GNU Free Documentation License], and will soon be publised by Cambridge University Press.


[http://www.greenteapress.com/thinkpython/ Think Python website]
Starting in Chapter 4, the book makes use of the [http://www.greenteapress.com/thinkpython/swampy/install.html swampy] library. We'll look in class into installing this and making sure it's working. There are some other language translations of an [http://www.greenteapress.com/thinkpython/thinkCSpy/ earlier version of the book] (unfortunately a little out of date, but maybe useful nonetheless).
 
== Answers to Exercises ==
 
* [[Think Python C1 | Chapter 1]]
* [[Think Python C2 | Chapter 2]]
* [[Think Python C3 | Chapter 3]]
 
== Additional Exercises ==
 
This exercises attempt to bridge the textbook to subjects and examples specific to media & design.
 
* [[Think Python X2 | Chapter 2]]
* [[Think Python X3 | Chapter 3]]
* [[Think Python X8 | Chapter 8]]

Latest revision as of 11:58, 11 November 2008

For the course, we use the text book "Think Python" (Python for Software Design), a textbook that's gone through many revisions, and has been made available under the GNU Free Documentation License, and will soon be publised by Cambridge University Press.

Starting in Chapter 4, the book makes use of the swampy library. We'll look in class into installing this and making sure it's working. There are some other language translations of an earlier version of the book (unfortunately a little out of date, but maybe useful nonetheless).

Answers to Exercises

Additional Exercises

This exercises attempt to bridge the textbook to subjects and examples specific to media & design.