Email the Author
You can use this page to email Matt Harrison about Treading on Python: Volume 2 Intermediate Python.
About the Book
Write Python code like the masters
These constructs, while not necessary per se, allow you to be more succinct, re-use code, and think about code in a different way. You will learn:
-
how the constructs work
-
when to use them
-
real like examples from the standard library
Understand other's code
This book covers many of these intermediate constructs that are available in Python. The book covers both Python 2 and 3. Topics include:
-
Functional programming
-
List comprehensions
-
Generator expressions
-
Set & dict comprehensions
-
Iteration
-
Generators
-
Closures
-
Decorators
About the Author
Matt Harrison has been using Python since 2000.
He runs MetaSnake, a Python and Data Science consultancy and corporate training shop. In the past, he has worked across the domains
of search, build management and testing, business intelligence and
storage.
He has presented and taught tutorials at conferences such as Strata, SciPy, SCALE,
PyCON and OSCON as well as local user conferences. The structure and
content of this book is based off of first hand experience teaching
Python to many individuals.
He blogs at hairysun.com and occasionally tweets useful Python
related information at @__mharrison__.