Refine your programming techniques and approaches to become a more productive and creative Python programmer. This book explores the concepts and features that will improve not only your code but also your understanding of the Python community with insights and details about the Python philosophy.
Pro Python 3: Features and Tools for Professional Development
โ Scribed by J. Burton Browning, Marty Alchin
- Publisher
- Apress
- Year
- 2019
- Tongue
- English
- Leaves
- 458
- Edition
- 3
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Refine your programming techniques and approaches to become a more productive and creative Python programmer. This book explores the concepts and features that will improve not only your code but also your understanding of the Python community with insights and details about the Python philosophy.
Pro Python 3, Third Edition gives you the tools to write clean, innovative code. It starts with a review of some core Python principles, which are illustrated by various concepts and examples later in the book. The first half of the book explores aspects of functions, classes, protocols, and strings, describing techniques which may not be common knowledge, but which together form a solid foundation. Later chapters cover documentation, testing, and app distribution. Along the way, youโll develop a complex Python framework that incorporates ideas learned throughout the book.
Updates in this edition include the role of iterators in Python 3, web scraping with Scrapy and BeautifulSoup, using Requests to call web pages without strings, new tools for distribution and installation, and much more. By the end of the book you'll be ready to deploy uncommon features that can take your skills to the next level in Python.
What Youโll Learn
โข Implement programs with various types of Python functions
โข Work with classes and object-oriented programming
โข Use strings from the standard library and third-party libraries
โข Harvest web site data with Python
โข Automate unit testing by writing a test suite
โข Review imaging, random number generation, and NumPy scientific extensions
โข Understand The Zen of Python documentation to help you decide the best way to distribute your code
Who This Book Is For
Intermediate programmers familiar with Python who are looking to move to an advanced level. You should have written at least a simple Python application, and be comfortable with a basic object-oriented approach, using the interactive interpreter, and writing control structures.
โฆ Table of Contents
Front Matter ....Pages i-xxi
Principles and Philosophy (J. Burton Browning, Marty Alchin)....Pages 1-26
Advanced Basics (J. Burton Browning, Marty Alchin)....Pages 27-81
Functions (J. Burton Browning, Marty Alchin)....Pages 83-159
Classes (J. Burton Browning, Marty Alchin)....Pages 161-223
Common Protocols (J. Burton Browning, Marty Alchin)....Pages 225-267
Object Management (J. Burton Browning, Marty Alchin)....Pages 269-303
Strings (J. Burton Browning, Marty Alchin)....Pages 305-329
Documentation (J. Burton Browning, Marty Alchin)....Pages 331-347
Testing (J. Burton Browning, Marty Alchin)....Pages 349-371
Distribution (J. Burton Browning, Marty Alchin)....Pages 373-390
Sheets: A CSV Framework (J. Burton Browning, Marty Alchin)....Pages 391-448
Back Matter ....Pages 449-458
โฆ Subjects
Python; CSV; Object-Oriented Programming; Programming Style; Packages; Unit Testing; Testing; Standard Library; Sphinx
๐ SIMILAR VOLUMES
<div><span>There is no doubt that tools separate the professional from the dilettante.</span><br><span>With Essential Python Tools, you will learn all the tools professional Python programmers use.ย </span><br><br><span><b>Table of Contents:</b></span><br><br><ul><li><span>Interactive environments an
<p><p>This book covers the fundamental concepts in signal processing illustrated with Python code and made available via IPython Notebooks, which are live, interactive, browser-based documents that allow one to change parameters, redraw plots, and tinker with the ideas presented in the text. Everyth