Author(s): James O. Knowlton
Publisher: Wrox
Year: 2008
Language: English
Pages: 262
Python ® Create-Modify-Reuse
About the Author
Credits
Acknowledgments
Contents
Introduction
Who This Book Is For
What This Book Covers
How This Book Is Structured
What You Need to Use This Book
Source Code
Errata
p2p.wrox.com
Chapter 1: A Python Primer
Getting Started
Lexical Structure
Operators
Expressions and Statements
Iteration and Decision-Making
Functions
Modules
Classes
Summary
Part I: The Projects
Chapter 2: Directory/File Snapshot Program
Using the Program
Design
Code and Code Explanation
Testing
Modifying the Program
Summary
Chapter 3: DVD Inventory System
Using the Program
Design
Code and Code Explanation
Testing
Modifying the Program
Summary
Chapter 4: Web Performance Tester
Using the Program
Design
Code and Code Explanation
Testing
Modifying the Program
Summary
Chapter 5: Customer Follow-Up System
Using the Program
Design
Code and Code Explanation
Testing
Modifying the Program
Summary
Chapter 6: Test Management/Reporting System
Using the Program
Design
Code and Code Explanation
Testing
Modifying the Program
Summary
Chapter 7: Version Management System
Using the Program
Design
Code and Code Explanation
Testing
Modifying the Program
Summary
Chapter 8: Content Management System
Plone Overview
Installing and Configuring Plone
Design
Navigation
Content Management
User Permissions
Summary
Part II: Advanced Topics
Chapter 9: Interacting with the Operating System
Generic Operating System Services
Accessing Windows Services
Accessing Unix/Linux Services
Summary
Chapter 10: Debugging and Testing
The Python Debugger
Python Test Frameworks
Summary
Final Remarks
Appendix A: Where to Go From Here — Resources That Can Help
Books
Websites and Blogs
Appendix B: Installing Supplemental Programs
Installing MySQL
Installing Win32All
Index