An Overview of the Course

Go through a summary of everything we have learned in this course.

We have reached the end of this course, so let's briefly go over all the concepts we have covered.

Basic coding guidelines

We discussed that adherence to coding styles or guidelines is important for multiple reasons. We agreed that this is a condition that is necessary, but not sufficient, and since it is a minimal requirement every solid project should comply with, it is clear that it is something we better leave to the tools. Therefore, automating all of these checks becomes critical, and in this regard, we have to keep in mind how to configure tools such as mypy, pylint, black, and others.

Get hands-on with 1200+ tech skills courses.