- Course
Python: Clean Code Practices
Once you are beyond the junior stages of learning to program, you are ready to start thinking about what makes good, clean code. This course will give you a set of tools to help you create higher quality, maintainable Python projects.
- Course
Python: Clean Code Practices
Once you are beyond the junior stages of learning to program, you are ready to start thinking about what makes good, clean code. This course will give you a set of tools to help you create higher quality, maintainable Python projects.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
Do you want to write better code? In this course, Python: Clean Code Practices, you will learn a number of best practices that will help you improve the quality of your Python code. First, you will discover the general principles of what makes great code. Next, you will learn about code style, the PEP 8 standard, and how to enforce these standards using linters like ruff and pylint. Finally, you will explore best practices for error handling and learn how to conduct effective code reviews. By the end of this course, you will be able to write clearer, more readable and more maintainable code with better documentation.