https://github.com/cdeil/pyconde2019-debugging
Examples for my PyConDE 2019 talk "10 ways to debug Python code"
https://github.com/cdeil/pyconde2019-debugging
debugging python tutorial
Last synced: 6 months ago
JSON representation
Examples for my PyConDE 2019 talk "10 ways to debug Python code"
- Host: GitHub
- URL: https://github.com/cdeil/pyconde2019-debugging
- Owner: cdeil
- License: bsd-3-clause
- Created: 2019-10-10T09:52:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T22:49:39.000Z (about 6 years ago)
- Last Synced: 2025-05-08T03:46:45.672Z (9 months ago)
- Topics: debugging, python, tutorial
- Language: Python
- Size: 13.7 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 10 ways to debug Python code
This is the code repository for my [talk from PyConDE 2019](https://de.pycon.org/program/pyconde-trfd98-10-ways-to-debug-python-code-christoph-deil/). It's not really useful code, but if you want you can use it to practice debugging of course ...
- [PDF slides](https://christophdeil.com/download/2019-10-10_PyConDE_Deil_Debug_Python.pdf)
- [YouTube video](https://youtu.be/cokP4XAhcwo)