The Python Journeyman
The Python Journeyman
About the Book
The Python Journeyman is the second book in our trilogy covering the core Python language. The material in these books is derived from Sixty North's popular and battle-tested training courses which have led thousands of programmers on a journey to being productive with Python.
Our books, which use Python 3, follow a spiral curriculum: We introduce topics gently and then revisit them on multiple occasions to add the depth required to support your progression as a Python developer. We've worked hard to structure the syllabus to avoid forward references. On only a few occasions do we require you to accept techniques on trust, before explaining them later; where we do, it's to deliberately establish good habits.
Bundles that include this book
Table of Contents
-
Preface
- Errata and Suggestions
- Conventions Used in This Book
- Welcome Journeyman!
-
Prerequisites
- A functioning Python 3 runtime
- Defining function, passing arguments, and returning values
- Creating, importing and executing modules
- Built-in types: Integers, Floats, Strings, Lists, Dictionaries and Sets
- Fundamentals of the Python object model
- Raising and handling exceptions
- Iterables and iterators
- Defining classes with methods
- Reading and writing text and binary files
- Unit testing, debugging and deployment
- Well begun is half done
-
Chapter 1 - Organizing Larger Programs
- Packages
- Implementing packages
- Relative imports
-
__all__
- Namespace packages
- Executable directories
- Executable packages
- Recommended layout
- Modules are singletons
- Summary
-
Chapter 2 - Beyond Basic Functions
- Review of Functions
- Functions as callable objects
-
Callable instances and the
__call__()
method - Classes are Callable
- Leveraging callable classes
- Lambdas
- Detecting Callable Objects
- Extended Formal Parameter Syntax
- Extended Call Syntax
- Transposing Tables
- Summary
-
Chapter 3 - Closures and Decorators
- Local functions
- Closures and nested scopes
- Function decorators
- Validating arguments
- Summary
-
Chapter 4 - Properties and Class Methods
- Class attributes
- Static methods
- Class methods
- Named constructors
- Overriding static- and class-methods
- Properties
- Overriding properties
- The template method pattern
- Summary
-
Chapter 5 - Strings and Representations
- Two string representations
-
Strings for developers with
repr()
-
Strings for clients with
str()
- When are the representation used?
-
Precise control with
format()
-
Leveraging
reprlib
for large strings -
The
ascii()
,ord()
andchr()
built-in functions - Case study: String representations of tabular data
- Summary
-
Chapter 6 - Numeric and Scalar Types
- Python’s basic numeric types
- The limits of floats
- The decimal module
- The fractions module
- Complex Numbers
- Built-in functions relating to numbers
- Dates and times with the datetime module
- Case study: Rational numbers and computational geometry
- Summary
-
Chapter 7 - Iterables and Iteration
- Review of comprehensions
- Multi-input comprehensions
- Functional-style tools
-
map()
-
filter()
-
functools.reduce()
- Combining functional concepts: map-reduce
- The iteration protocols
- Case study: an iterable and iterator for streamed sensor data
- Summary
-
Chapter 8 - Inheritance and Subtype Polymorphism
- Single inheritance
- Type inspection
- Multiple inheritance
- MRO: Method Resolution Order
-
super()
-
object
- Inheritance for Implementation Sharing
- Summary
-
Chapter 9 - Implementing Collections with Protocols
- Collection protocols
- Test first
- The initializer
- The container protocol
- The sized protocol
- The iterable protocol
- The sequence protocol
- The set protocol
- Summary
-
Chapter 10 - Errors and Exceptions in Depth
- Exception dangers
- Exceptions hierarchies
- Exception payloads
- User-defined exceptions
- Exception chaining
- Tracebacks
- Assertions
- Preconditions, postconditions and assertions
- Summary
-
Chapter 11 - Defining Context Managers
- What is a context manager?
- The context manager protocol
-
contextlib.contextmanager
- Multiple context-managers in a with-statement
- Context managers for transactions
- Summary
-
Chapter 12 - Introspection
- Introspecting types
- Introspecting objects
- Introspecting scopes
-
The
inspect
module - An object introspection tool
- Summary
- Afterword: Levelling Up
- Appendix A - Python implementation of ISO6346
- Notes
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them