Skip to content
Home / Fundamentals

Welcome

Welcome to our In-Practice Guides! In this course, we'll be diving into some of the more practical concepts in the Python programming language which are essential for anyone who seeks to work as a Python developer.

We'll be covering topics such as debugging, testing, and general good practices, which are essential skills for any serious Python developer. These concepts can be challenging to master, but with our guidance, you'll be able to take your Python skills to the next level.

By the end, you'll have a deep understanding of these important concepts and be well on your way to becoming a proficient Python programmer.

Python General Practices

Learn general recommended practices for Python

Debugging in Python

Explore approaches to debugging in Python

Testing

Learn the most important concepts about unit tests in Python and how to write them