| Average Rating: |
|
| Sales Rank: | 752443 (lower is better) |
| Price Used: | $14.10 |
| Shipping: | Free Shipping on most orders over $25* |
| Availability: | |
| Pages: | 366 |
| Binding: | Paperback |
| Publication Date: | 1999-04 |
| ASIN: | B00007FYCH |
| Category: | Book |
First off, Learning Python shows the relationships among Python scripts and their interpreter (in a mostly platform-neutral way). Then, the authors address the mechanics of the language itself, providing illustrations of how Python conceives of numbers, strings, and other objects as well as the operators you use to work with them. Dictionaries, lists, tuples, and other data structures specific to Python receive plenty of attention including complete examples.
Authors Mark Lutz and David Ascher build on that fundamental information in their discussions of functions and modules, which evolve into coverage of namespaces, classes, and the object-oriented aspects of Python programming. There's also information on creating graphical user interfaces (GUIs) for Python applications with Tkinter.
In addition to its careful expository prose, Learning Python includes exercises that both test your Python skills and help reveal more elusive truths about the language.