Wolph

Mastering Python


Mastering Python


Mastering Python
is finally out and available in your local book store.

If you are an experienced Python developer, this might be the book for you. It will teach you the useful new features in Python 3 (currently up to 3.5) and show you a lot of Python tricks that you may not have seen before. As a Python developer with many years of experience I can guarantee you that you will learn something new. Quite a few sections result from original research which currently cannot (believe me, I’ve tried) be found online.

Some of the more interesting subjects that are covered are asyncio and coroutines. Additionally, have you ever tried to apply the lambda calculus to Python?

Give it a try, here’s the Quicksort algorithm using the Y combinator:

You can get a sneak preview of the code samples through Github: https://github.com/mastering-python/code

Exit mobile version