Python: Create - Modify - Reuse

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

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