Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Daniel Arbuckle???s Mastering Python

You're reading from   Daniel Arbuckle???s Mastering Python Build powerful Python applications

Arrow left icon
Product type Paperback
Published in Jun 2017
Publisher Packt
ISBN-13 9781787283695
Length 274 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Daniel Arbuckle Daniel Arbuckle
Author Profile Icon Daniel Arbuckle
Daniel Arbuckle
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Python Primer FREE CHAPTER 2. Setting Up 3. Making a Package 4. Basic Best Practices 5. Making a Command-Line Utility 6. Parallel Processing 7. Coroutines and Asynchronous I/O 8. Metaprogramming 9. Unit Testing 10. Reactive Programming 11. Microservices 12. Extension Modules and Compiled Code

What this book covers

Chapter 1, Python Primer, is a quick primer on the Python language's syntax and semantics.

Chapter 2, Setting Up, is about getting the Python runtime installed and usable.

Chapter 3, Making a Package, shows how to create a Python source code package.

Chapter 4, Basic Best Practices, covers several of the best practices, including source code formatting rules and the use of tools such as version control in virtual environments.

Chapter 5, Making a Command-Line Utility, explains how to create a complete text-mode utility program.

Chapter 6, Parallel Processing, shows how to improve the performance of CPU-bound programs in parallel processing.

Chapter 7, Coroutines and Asynchronous I/O, explains how to improve the performance of I/O bound programs using asynchronous I/O.

Chapter 8, Metaprogramming, covers several different ways in which Python syntax or semantics can be controlled programmatically from within our own source code.

Chapter 9, Unit Testing, talks about automated unit testing and test-driven development.

Chapter 10, Reactive Programming, is about reactive programming and the RxPY framework.

Chapter 11, Microservices, is about creating microservices.

Chapter 12, Extension Modules and Compiled Code, talks about linking Python code with system-level code written in C.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime