Guests are welcome to view our materials. To subscribe, edit, view raw markup, etc., you'll need to register for an account. Accounts are free (and will always be free) - your involvement helps us directly and indirectly (by demonstrating that our work matters to our funders...) StartingPoints has more info.
MPDL » IntroAIFall08
Python info or resources I've found critical
- Periodically revisiting the discussion of the python data model in the language reference is something I do, as how Python thinks about data is such a fundamental design principle for the language. If you don't get it, you don't get it...
Getting Started with Python
Python books
- Object-Oriented Programming in Python - Goldwasser & Letscher, a terrific book to teach both Python and superb programming design, style, etc. Teaches true functional programming.
-- HilaryHolz - 25 Sep 2008
|