Become an ace Python programmer by learning best coding practices and advance-level concepts with Python 3.5 About This Book Based on the latest stable version of Python (version 3.5) Creating well manageable code that will run in various environments with different sets of dependencies Packed with
Expert Python Programming, 2nd Edition: Become an ace Python programmer by learning best coding practices and advance-level concepts with Python 3.5
β Scribed by Michal Jaworski, Tarek Ziade
- Publisher
- Packt Publishing
- Year
- 2016
- Tongue
- English
- Leaves
- 536
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Python is a dynamic programming language, used in a wide range of domains by programmers who find it simple, yet powerful. Even if you find writing Python code easy, writing code that is efficient and easy to maintain and reuse is a challenge. The focus of the book is to familiarize you with common conventions, best practices, useful tools and standards used by python professionals on a daily basis when working with code. You will begin with knowing new features in Python 3.5 and quick tricks for improving productivity. Next, you will learn advanced and useful python syntax elements brought to this new version. Using advanced object-oriented concepts and mechanisms available in python, you will learn different approaches to implement metaprogramming. You will learn to choose good names, write packages, and create standalone executables easily. You will also be using some powerful tools such as buildout and vitualenv to release and deploy the code on remote servers for production use. Moving on, you will learn to effectively create Python extensions with C, C++, cython, and pyrex. The important factors while writing code such as code management tools, writing clear documentation, and test-driven development are also covered.
π SIMILAR VOLUMES
Attain a deep understanding of building, maintaining, packaging, and shipping robust Python applications Key Features β’ Discover the new features of Python, such as dictionary merge, the zoneinfo module, and structural pattern matching β’ Create manageable code to run in various environments wit
Code <p><b>Attain a deep understanding of building, maintaining, packaging, and shipping robust Python applications</b></p><h4>Key Features</h4><ul><li>Discover the new features of Python, such as dictionary merge, the zoneinfo module, and structural pattern matching</li><li>Create manageable code
<p><b>Attain a deep understanding of building, maintaining, packaging, and shipping robust Python applications</b></p><h4>Key Features</h4><ul><li>Discover the new features of Python, such as dictionary merge, the zoneinfo module, and structural pattern matching</li><li>Create manageable code to run
<p>Β </p><p>If you want to learn the most modern programming language in the world, then keep reading. Python is an high-level programming language.Β It's a modern language, easy to learn and understand but very powerful.</p><p>It's a versatile programming language that is now being used on a lot o
This book "Python: Best Practices to Programming Code with Python", will give you a straightforward guide on how to write better Python code. <br><br>With this book, you will learn:<br>β’ General Concepts of Python Coding<br>β’ Python Coding Recommendations<br>β’ The best way to layout Python Code<br>β’