Python: Create - Modify - ReuseISBN: 978-0-470-25932-0
Paperback
262 pages
July 2008
This title is out-of-print and not currently available for purchase from this site.
|
This book is for developers with some experience with Python who want to explore how to develop full-blown applications. It is also for developers with experience in other languages who want to learn Python by building robust applications. It is well-suited for developers who like to “learn by doing,” rather than exploring a language feature by feature. To get the most out of the book, you should understand basic programming principles.
This book starts with a basic overview of the Python language, designed for those familiar with other languages but new to Python. It is followed by several chapters, each of which describes a complete project that can be used as-is or modified and extended to suit your particular purposes. You'll find applications that access databases, take advantage of web technologies, and facilitate network communications, to name a few. In addition, and more important than the technologies you will be introduced to, you will learn how to use Python to solve real challenges. Following these chapters are two chapters that cover accessing operating system resources and debugging and testing, respectively.
This book is framed around the code itself. This is because
developers are typically looking for how to do something; and, as
with many activities, you learn how to do something by watching how
others do and trying it yourself. If you want to know how a
for
loop works, you'll find for
loops in
my code, but that's not the thrust of the book. Instead, this book
shows you how to do things: how to build a content management
system, how to build a test management system, how to set up a
system for tracking customer follow-up, and so on. Along the way,
you'll learn how to communicate with a SQL database, how to act as
a web server or communicate with one, how to access operating
system services, and more.