In this course, Python 3 Best 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 guidelines for formatting code called Pep8. Next, you will create beautiful and publishable documentation with Python docstrings and a tool called Sphinx. Finally. you will explore how to improve maintainability and prevent errors by adding type hints to your code. By the end of this course, you will be able to write clearer, more readable, and more maintainable code with better documentation.
Overview
In this course, Python 3 Best 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 guidelines for formatting code called Pep8. Next, you will create beautiful and publishable documentation with Python docstrings and a tool called Sphinx. Finally. you will explore how to improve maintainability and prevent errors by adding type hints to your code. By the end of this course, you will be able to write clearer, more readable, and more maintainable code with better documentation.
Syllabus
- Course Overview 1min
- Following Python Style Guidelines: Pep8 37mins
- Documenting Your Project 29mins
- Improve Your Code with Type Checking 35mins
Taught by
Reindert-Jan Ekker