Python Power!: The Comprehensive Guide
- Length: 528 pages
- Edition: 1
- Language: English
- Publisher: Cengage Learning PTR
- Publication Date: 2007-07-24
- ISBN-10: 1598631586
- ISBN-13: 9781598631586
- Sales Rank: #2944579 (See Top 100 Books)
Python, a powerful and flexible general purpose programming language is growing in popularity as more people become interested in programming using open source languages. “Python Power!: The Comprehensive Guide” shows readers how to use Python to run Web sites, write GUI interfaces, control number-crunching code, process large XML data sets, build test suites for C or Java code, and much more. Technical topics are explained clearly and concisely and end-of-chapter projects encourage the reader to program on their own. A detailed table of contents and a complete, well-organized index make this book a great reference tool. All code used in the book will be available for download on the companion website.
Table of Contents
CHAPTER 1 About Python
CHAPTER 2 Python Language Overview
CHAPTER 3 Tools
CHAPTER 4 Data Types
CHAPTER 5 Control Flow
CHAPTER 6 Input and Output
CHAPTER 7 Functions and Modules
CHAPTER 8 Exception Handling
CHAPTER 9 Object-Oriented Programming
CHAPTER 10 Classes and Objects in Python
CHAPTER 11 The Python Library
CHAPTER 12 The GUI — TkInter
CHAPTER 13 The Web Server—Apache
CHAPTER 14 Working with Databases
CHAPTER 15 Putting It All Together
CHAPTER 16 Python and Graphics