Video description
Practical techniques and methods to make your existing Python code faster, reliable, and more maintainable.
About This Video
- Learn techniques and methods to improve the design of your existing code
- Identify code that requires refactoring and apply the techniques you've learned
- Use the techniques you've learned to bring your legacy code up-to-date using refactoring
In Detail
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.
Take this course if you want to have a legacy Python code base with a lot of issues. Apply real-world refactoring techniques, and turn your code into clean, efficient, and maintainable projects.
All the code and supporting files of this course are available on GitHub at - https://github.com/PacktPublishing/Refactoring-Python-Code-v-
Publisher resources
Table of contents
-
Chapter 1 : Getting Started with Refactoring
- The Course Overview 00:02:41
- Benefits of Refactoring 00:14:35
- Understanding Refactoring Principles 00:08:48
- Overview of Refactoring Tools 00:08:34
-
Chapter 2 : Removing Python Anti-Patterns
- Overview of Python Anti-Patterns 00:06:21
- Various Types of Python Anti-Patterns 00:09:07
- Playbooks for Removing Anti-Patterns 00:08:25
- Chapter 3 : Simplifying Long and Complex Functions into Smaller Methods
- Chapter 4 : Refactoring Classes and Objects in OOP
- Chapter 5 : Pattern-Based Refactoring
-
Chapter 6 : Using 3rd Party Refactoring Tools
- Using Rope, a Python Refactoring Library 00:08:29
- Using Codemods to Do Python Refactoring 00:09:35
- Other Tools Available for Refactoring 00:06:45
Product information
- Title: Refactoring Python Code
- Author(s):
- Release date: September 2018
- Publisher(s): Packt Publishing
- ISBN: 9781788836418
You might also like
video
Python Fundamentals
51+ hours of video instruction. Overview The professional programmer’s Deitel® video guide to Python development with …
video
Python Beyond The Basics - Object Oriented Programming
In this Python Beyond the Basics - Object-Oriented Programming training course, expert author David Blaikie will …
video
Python Survival Skills
6.5+ Hours of Video Instruction Take your Python skills to the next level! Overview helps you …
video
Refactoring in Python LiveLessons: Improving Your Code Video Training
4+ Hours of Video Instruction With more than 4 hours of video instruction, learn how to …