Popup Ads are only for guests, Please Login or Register to disable popup ads.

PACKT REFACTORING PYTHON CODE-JGTiSO

Category: 
Genre: 
Practical techniques and methods to make your existing Python code faster, reliable, and more maintainable.

Even the most well-planned code can develop anti-patterns over the years. These make the codebase difficult to maintain. Small changes can break major features because Python anti-patterns are a symptom of deeper problems in your code base.

Learn to resolve Python anti-patterns with techniques and methods to improve the design of your existing code. Tackle bugs by understanding the principles of refactoring, and learn to spot opportunities by identifying code that requires refactoring. We will also show you how to build test-driven processes to make refactoring easier. This course will show you how to remove Python anti-patterns from your programs in simple steps. We cover specific techniques for refactoring and improving sloppy Python code.