Expert Python Programming. Write proffesional, efficient and maintainable code in Python - Second Edition - Helion
Tytuł oryginału: Expert Python Programming. Write proffesional, efficient and maintainable code in Python - Second Edition
ISBN: 9781785884399
stron: 536, Format: ebook
Data wydania: 2016-05-20
Księgarnia: Helion
Cena książki: 125,10 zł (poprzednio: 139,00 zł)
Oszczędzasz: 10% (-13,90 zł)
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.
You will now dive deeper to make your code efficient with general rules of optimization, strategies for finding bottlenecks, and selected tools for application optimization.
By the end of the book, you will be an expert in writing efficient and maintainable code.
Osoby które kupowały "Expert Python Programming. Write proffesional, efficient and maintainable code in Python - Second Edition", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Expert Python Programming. Write proffesional, efficient and maintainable code in Python - Second Edition eBook -- spis treści
- 1. Current status of python
- 2. Syntax best practices - below the class level
- 3. Syntax best practices - above the class level
- 4. Choosing good names
- 5. Writing a Package
- 6. Deploying code
- 7. Python extensions in other languages
- 8. Managing code
- 9. Documenting your project
- 10. Test-driven development
- 11. Optimization: general principles and profiling techniques
- 12. Optimization: Some powerfu techniques
- 13. Concurrency:
- 14. Useful design patterns