
Tarek Ziadé
Yearly subscription | $220.00 | Monthly subscription | $21.99 |
Overview of Expert Python Programming
- Learn Python development best practices from an expert, with detailed coverage of naming and coding conventions
- Apply object-oriented principles, design patterns, and advanced syntax tricks
- Manage your code with distributed version control
- Profile and optimize your code
- Proactive test-driven development and continuous integration
- Read Chapter 10 Documenting Your Project [PDF 3 MB]
[ Detailed Information ]
Language : EnglishPaperback : 372 pages [ 235mm x 191mm ]
Release Date : September 2008
ISBN : 184719494X
ISBN 13 : 9781847194947
Author(s) : Tarek Ziadé
Topics and Technologies : All Books, Application Development, Open Source, Python
[ Book Links ]
[ In Detail ]
Python is a dynamic programming language, used in a wide range of domains by programmers who find it simple, yet powerful. From the earliest version 15 years ago to the current one, it has constantly evolved with productivity and code readability in mind.
Even if you find writing Python code easy, writing code that is efficient and easy to maintain and reuse is not so straightforward. This book will show you how to do just that: it will show you how Python development should be done. Python expert Tarek Ziadé takes you on a practical tour of Python application development, beginning with setting up the best development environment, and along the way looking at agile methodologies in Python, and applying proven object-oriented principles to your design.
What you will learn from this book :
- Set up a productive development environment
- Customize the Python prompt and deploy setuptools
- Write efficient syntax: iterators, generators, and decorators
- Build arguments by design and follow the best practices for working on API
- Build, release, and distribute your applications
- Write an application based on several eggs
- Distribute and deploy your application with zc.buildout
- Build and release your packages and set up a development cycle
- Manage your code with distributed version control and continuous integration
- Use an iterative and incremental approach to write software
- Practice Test-Driven Development
- Profile and optimize your code to speed up your programs
- Apply design patterns to your applications
Chapter 1, Getting Started, explains how to install Python and makes sure all readers have the closest, standardized environment.
Chapter 2, Syntax Best Practices—Below the Class Level, presents iterators, generators, descriptors and so on, in an advanced way.
Chapter 3, Syntax Best Practices—Above the Class Level, is also about syntax best practices, but focuses on above the class level.
Chapter 4, Choosing Good Names, is an extension to PEP 8 with naming best practices, but also gives tips on designing good APIs.
Chapter 5, Writing a Package, explains how to write a package and how to use code templates, then focuses on how to release and distribute your code.
Chapter 6, Writing an Application, extends Chapter 5 by describing how a full application can be written. It demonstrates it through a small case study called Atomisator.
Chapter 7, Using zc.buildout, is about zc.buildout, a system for managing a development environment and releasing applications, which is widely used in the Zope and Plone community and is starting to be used outside the Zope world.
Chapter 8, Managing Code, shows how your project code base can be managed with distributed instead of centralized version control and explains how to set up continuous integration.
Chapter 9, Managing Life Cycle, presents how to manage software life cycle through an iterative and incremental approach.
Chapter 10, Documenting Your Project, is about documentation and gives tips on technical writing and how Python projects should be documented.
Chapter 11, Test-Driven Development, explains Test-Driven Development and the tools that can be used to do it.
Chapter 12, Optimization—General Principle and Profiling Techniques, gives profiling techniques and an optimization strategy guideline.
Chapter 13, Optimization—Solutions, extends Chapter 12 by providing some solutions to speed up your programs.
Chapter 14, Useful Design Patterns, ends the book with a set of design patterns and when to use them.
Approach
This book is an authoritative exploration of Python best practices and applications of agile methodologies to Python, illustrated with practical, real-world examples.
Who this book is written for
This book is for Python developers who are already building applications, but want to build better ones by applying best practices and new development techniques to their projects.
The reader is expected to have a sound background in Python programming.