Szczegóły ebooka

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

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

Igor Milovanovic, Rick van Hattem

Ebook
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.
  • 1. Getting started, one environment per project
  • 2. Pythonic syntax, common pitfalls and style guide
  • 3. Containers and collections
  • 4. Functional programming, readability versus brevity
  • 5. Decorators, enabling code reuse by decorating
  • 6. Generators and coroutines, infinity, one step at a time
  • 7. Async IO, multithreading without threads
  • 8. Metaclasses, making classes (not instances) smarter
  • 9. Documentation, reStructuredText, Napoleon and how to use Sphinx
  • 10. Testing and logging, preparing for bugs
  • 11. Debugging, solving the bugs
  • 12. Performance, tracking and reducing your memory and cpu usage
  • 13. Multiprocessing, when a single cpu core is not enough
  • 14. Extensions in C/C++, system calls and C/C++ libraries
  • 15. Packaging, creating your own libraries/applications
  • Tytuł: Mastering Python. Master the art of writing beautiful and powerful Python by using all of the features that Python 3.5 offers
  • Autor: Igor Milovanovic, Rick van Hattem
  • Tytuł oryginału: Mastering Python. Master the art of writing beautiful and powerful Python by using all of the features that Python 3.5 offers
  • ISBN: 9781785289132, 9781785289132
  • Data wydania: 2016-04-29
  • Format: Ebook
  • Identyfikator pozycji: e_3cb3
  • Wydawca: Packt Publishing