Clean Code - Write better code using Python
This course will give you the tools to write better code using Clean Code principles with Python language, Happy Coding!
Syllabus
7 chapters28 lessonsIntroduction
2 lessonsNaming Conventions
3 lessonsComments Conventions
3 lessonsPythonic Code
6 lessonsPEP8
6 lessonsSOLID
6 lessonsFinal Words
2 lessonsMore like this
File Handling in Python
In this course you will learn everything about file handling in Python, from create, read and write to append and delete.
- 12
Python Lambda Functions
In this course you will learn about lambda functions in Python, also known as anonymous functions in other languages, after this course you will be able to master this topic!
- 9
Email validator using Python
In this course, you will create a fully working email validator program that takes input email from the user and outputs whether it's valid email or not!
- 8
- 2
Sets in Python
In this course, you will master Python sets. You'll learn how to create, manipulate, and perform operations on sets through comprehensive lessons and practical challenges. By the end, you'll be proficient in using sets to optimize your Python code.
- 11
Python Decorators
In this course, you'll learn how to use decorators in Python, a powerful tool for modifying the behavior of functions. Practice with a series of coding challenges to reinforce your understanding.
- 12