Learning Python Application Development. Click here to enter text - Helion
Tytuł oryginału: Learning Python Application Development. Click here to enter text.
ISBN: 9781785885709
stron: 454, Format: ebook
Data wydania: 2016-09-07
Księgarnia: Helion
Cena książki: 125,10 zł (poprzednio: 139,00 zł)
Oszczędzasz: 10% (-13,90 zł)
Python is one of the most widely used dynamic programming languages, supported by a rich set of libraries and frameworks that enable rapid development. But fast paced development often comes with its own baggage that could bring down the quality, performance, and extensibility of an application. This book will show you ways to handle such problems and write better Python applications.
From the basics of simple command-line applications, develop your skills all the way to designing efficient and advanced Python apps. Guided by a light-hearted fantasy learning theme, overcome the real-world problems of complex Python development with practical solutions. Beginning with a focus on robustness, packaging, and releasing application code, you’ll move on to focus on improving application lifetime by making code extensible, reusable, and readable. Get to grips with Python refactoring, design patterns and best practices. Techniques to identify the bottlenecks and improve performance are covered in a series of chapters devoted to performance, before closing with a look at developing Python GUIs.
Osoby które kupowały "Learning Python Application Development. Click here to enter text", 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
Learning Python Application Development. Click here to enter text eBook -- spis treści
- 1. Developing simple applications
- 2. Dealing with Exceptions
- 3. Modularize.. package...deploy
- 4. Documentation and best practices
- 5. Unit testing and refactoring
- 6. Design Patterns
- 7. Performance: Identifying Bottlenecks
- 8. Improving Performance-I
- 9. Improving Performance-II, NumPy and Parallelization
- 10. Simple GUI Applications