Practices of the Python Pro
eBook - ePub

Practices of the Python Pro

,
  1. 248 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Practices of the Python Pro

,
Book details
Table of contents
Citations

About This Book

Summary
Professional developers know the many benefits of writing application code that's clean, well-organized, and easy to maintain. By learning and following established patterns and best practices, you can take your code and your career to a new level.
With Practices of the Python Pro, you'll learn to design professional-level, clean, easily maintainable software at scale using the incredibly popular programming language, Python. You'll find easy-to-grok examples that use pseudocode and Python to introduce software development best practices, along with dozens of instantly useful techniques that will help you code like a pro.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technologyProfessional-quality code does more than just run without bugs. It's clean, readable, and easy to maintain. To step up from a capable Python coder to a professional developer, you need to learn industry standards for coding style, application design, and development process. That's where this book is indispensable. About the bookPractices of the Python Pro teaches you to design and write professional-quality software that's understandable, maintainable, and extensible. Dane Hillard is a Python pro who has helped many dozens of developers make this step, and he knows what it takes. With helpful examples and exercises, he teaches you when, why, and how to modularize your code, how to improve quality by reducing complexity, and much more. Embrace these core principles, and your code will become easier for you and others to read, maintain, and reuse. What's inside

  • Organizing large Python projects
  • Achieving the right levels of abstraction
  • Writing clean, reusable code Inheritance and composition
  • Considerations for testing and performance


About the readerFor readers familiar with the basics of Python, or another OO language. About the authorDane Hillard has spent the majority of his development career using Python to build web applications. Table of Contents: PART 1 WHY IT ALL MATTERS1 ¦ The bigger picturePART 2 FOUNDATIONS OF DESIGN2 ¦ Separation of concerns3 ¦ Abstraction and encapsulation4 ¦ Designing for high performance5 ¦ Testing your softwarePART 3 NAILING DOWN LARGE SYSTEMS6 ¦ Separation of concerns in practice7 ¦ Extensibility and flexibility8 ¦ The rules (and exceptions) of inheritance9 ¦ Keeping things lightweight10 ¦ Achieving loose couplingPART 4 WHAT'S NEXT?11 ¦ Onward and upward

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Practices of the Python Pro by in PDF and/or ePUB format, as well as other popular books in Ciencia de la computación & Programación en Python. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Manning
Year
2019
ISBN
9781638350132

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Preface
  5. Acknowledgments
  6. About this book
  7. About the Author
  8. About the cover illustration
  9. Part 1. Why it all matters
  10. Part 2. Foundations of design
  11. Part 3. Nailing down large systems
  12. Part 4. What’s next?
  13. Appendix Installing Python
  14. Index
  15. List of Figures
  16. List of Listings