https://github.com/gryf/debugging_python
Presentation about debugging, debuggers and the practical introduction to pdb.
https://github.com/gryf/debugging_python
beamer debugger latex presentation python
Last synced: 2 months ago
JSON representation
Presentation about debugging, debuggers and the practical introduction to pdb.
- Host: GitHub
- URL: https://github.com/gryf/debugging_python
- Owner: gryf
- Created: 2015-06-28T15:58:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T04:01:49.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T19:48:24.340Z (4 months ago)
- Topics: beamer, debugger, latex, presentation, python
- Language: TeX
- Homepage:
- Size: 824 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Debugging Python
================This is a presentation about debugging, debuggers and the practical introduction
to ``pdb``. You can download it from `bitucket`_ and `github`_To build it you'll need DejaVu fonts installed and XeLaTeX:
.. code:: shell-session
$ xelatex debugging_python.tex
.. _bitucket: https://bitbucket.org/gryf/debugging_python
.. _github: https://github.com/gryf/debugging_python