Description
Conquer the Basics of Python Debugging
During the Debugging in Python Course, you will learn all the fundamentals of debugging Python code with the development tools that are baked into the language. We are going to begin with the command-line debugger, pdb, and learn how to set breakpoints, how to examine variables, and how to step through the code to better identify and resolve errors. These are principles without which any Python developer will not be able to write clean and bug-free code and know how his or her program is behaving during run time.
New Deepen Your PDB Techniques
After learning the basics of debugging, the Debugging in Python Course goes deeper into what pdb can also do and teaches more advanced ways to handle the debugging process. You will learn how to manipulate the execution of your programs, browse the call stack, and apply other commands to get information about what is going on inside your programs. This part can make you more effective and smart in locating and fixing bugs.
Debug Like a Pro in Visual Studio Code
Next, you’ll move into the modern development environment of Visual Studio Code. You’ll learn how to configure Python projects for debugging, set conditional breakpoints, use logpoints, and debug inside Jupyter Notebooks. The Debugging in Python Course also introduces useful extensions and demonstrates how to debug Python applications running in Docker containers, giving you practical techniques for real-world development scenarios.
Explore Debugging Workflows in PyCharm
Finally, you’ll explore the powerful debugging features of PyCharm, one of the most popular IDEs for Python development. You’ll learn how to choose the right edition, enable remote debugging, and use PyCharm’s graphical tools to track down issues quickly and effectively. Whether you’re working on a local script or a remote application, this section equips you to take full advantage of PyCharm’s robust debugging capabilities.
Demo
Table of Content

Reviews
Clear filtersThere are no reviews yet.