Jump to ratings and reviews
Rate this book

Mastering Python: Master the art of writing beautiful and powerful Python by using all of the features that Python 3.5 offers

Rate this book
Master the art of writing beautiful and powerful Python by using all of the features that Python 3.5 offers Python is a dynamic programming language. It is known for its high readability and hence it is often the first language learned by new programmers. Python being multi-paradigm, it can be used to achieve the same thing in different ways and it is compatible across different platforms. Even if you find writing Python code easy, writing code that is efficient, easy to maintain, and reuse is not so straightforward. This book is an authoritative guide that will help you learn new advanced methods in a clear and contextualised way. It starts off by creating a project-specific environment using venv, introducing you to different Pythonic syntax and common pitfalls before moving on to cover the functional features in Python. It covers how to create different decorators, generators, and metaclasses. It also introduces you to functools.wraps and coroutines and how they work. Later on you will learn to use asyncio module for asynchronous clients and servers. You will also get familiar with different testing systems such as py.test, doctest, and unittest, and debugging tools such as Python debugger and faulthandler. You will learn to optimize application performance so that it works efficiently across multiple machines and Python versions. Finally, it will teach you how to access C functions with a simple Python call. By the end of the book, you will be able to write more advanced scripts and take on bigger challenges. This book is a comprehensive guide that covers advanced features of the Python language, and communicate them with an authoritative understanding of the underlying rationale for how, when, and why to use them.

486 pages, Paperback

Published April 29, 2016

Loading...
Loading...

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
9 (27%)
4 stars
14 (42%)
3 stars
10 (30%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Nickolai.
967 reviews8 followers
August 25, 2022
На сегодняшний день для меня это самая лучшая книга по питону продвинутого уровня. Автору удалось легко и понятно объяснить многие сложные темы на замечательных примерах. Даже такие вопросы, как асинхронное программирование и метаклассы, которые везде подаются довольно запутанно, здесь раскрываются просто и элегантно. Однозначно рекомендую в связке с Лутцом для последовательного изучения данного языка программирования.
Displaying 1 of 1 review