Book description
Python 3 is the best version of the language yet: It is more powerful, convenient, consistent, and expressive than ever before. Now, leading Python programmer Mark Summerfield demonstrates how to write code that takes full advantage of Python 3’s features and idioms. The first book written from a completely “Python 3” viewpoint, Programming in Python 3 brings together all the knowledge you need to write any program, use any standard or third-party Python 3 library, and create new library modules of your own.
Summerfield draws on his many years of Python experience to share deep insights into Python 3 development you won’t find anywhere else. He begins by illuminating Python’s “beautiful heart”: the eight key elements of Python you need to write robust, high-performance programs. Building on these core elements, he introduces new topics designed to strengthen your practical expertise–one concept and hands-on example at a time. This book’s coverage includes
Developing in Python using procedural, object-oriented, and functional programming paradigms
Creating custom packages and modules
Writing and reading binary, text, and XML files, including optional compression, random access, and text and XML parsing
Leveraging advanced data types, collections, control structures, and functions
Spreading program workloads across multiple processes and threads
Programming SQL databases and key-value DBM files
Utilizing Python’s regular expression mini-language and module
Building usable, efficient, GUI-based applications
Advanced programming techniques, including generators, function and class decorators, context managers, descriptors, abstract base classes, metaclasses, and more
Programming in Python 3serves as both tutorial and language reference, and it is accompanied by extensive downloadable example code–all of it tested with the final version of Python 3 on Windows, Linux, and Mac OS X.
Table of contents
- Title Page
- Copyright Page
- Contents
- Developer’s Library
- List of Tables
- Introduction
- Chapter 1. Rapid Introduction to Procedural Programming
- Chapter 2. Data Types
- Chapter 3. Collection Data Types
- Chapter 4. Control Structures and Functions
- Chapter 5. Modules
- Chapter 6. Object-Oriented Programming
- Chapter 7. File Handling
- Chapter 8. Advanced Programming Techniques
- Chapter 9. Processes and Threading
- Chapter 10. Networking
- Chapter 11. Database Programming
- Chapter 12. Regular Expressions
- Chapter 13. Introduction to GUI Programming
- Epilogue
- About the Author
- Index
Product information
- Title: Programming in Python 3: A Complete Introduction to the Python Language
- Author(s):
- Release date: December 2008
- Publisher(s): Addison-Wesley Professional
- ISBN: 9780137155149
You might also like
book
Programming in Python 3: A Complete Introduction to the Python Language, Second Edition
A Fully Revised Edition Featuring New Material on Coroutines, Debugging, Testing, Parsing, String Formatting, and More …
video
Python Programming Language
6+ Hours of Video Instruction Python Programming Language LiveLessons provides developers with a guided tour of …
book
Python for Programmers
The professional programmer’s Deitel® guide to Python® with introductory artificial intelligence case studies Written for programmers …
book
Python 3 Object-Oriented Programming. - Third Edition
Uncover modern Python with this guide to Python data structures, design patterns, and effective object-oriented techniques …