Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 992 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 992 Bytes

Python debugging

This project demonstrates various ways to debug Python programs:

Read the article: Debugging Python programs.

Installation & Usage

To install the project:

# inside python-debugging
pipenv install

To run the examples, we need to enter the virtual environment:

pipenv shell

Now just follow the instructions inside each example.

Licence

Author: Petr Stříbný

License: The MIT License (MIT)