Skip to content

Commit

Permalink
Merge pull request #7 from constantinius/debugging
Browse files Browse the repository at this point in the history
Adding debugging chapter
  • Loading branch information
lubojr authored Jun 4, 2024
2 parents ff015da + 0a52dbc commit 5edeebd
Show file tree
Hide file tree
Showing 11 changed files with 471 additions and 2 deletions.
463 changes: 463 additions & 0 deletions lessons/beginners-en/debugging/index.md

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions lessons/beginners-en/debugging/info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
title: Debugging Python
style: md
attribution:
- Fabian Schindler
license: cc-by-sa-40
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lessons/beginners-en/debugging/static/context.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lessons/beginners-en/debugging/static/setup-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lessons/beginners-en/debugging/static/setup-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions runs/2024/pyladies-en-vienna-2024-spring/info.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Beginners course PyLadies Vienna
subtitle: Online - spring 2024 - Tuesdays
place: |
place: |
Online
timezone: Europe/Vienna
default_time:
Expand Down Expand Up @@ -92,7 +92,7 @@ plan:
type: cheatsheet
- lesson: beginners-en/lesson-2-homework
type: homework

- title: Conditions, modules and functions
slug: loops
date: 2024-04-02
Expand Down Expand Up @@ -238,6 +238,7 @@ plan:
url: https://github.com/ehmatthes/pcc/releases/download/v1.0.0/beginners_python_cheat_sheet_pcc_files_exceptions.pdf
type: cheatsheet
- lesson: beginners-en/argparse
- lesson: beginners-en/debugging
# - title: Homework
# url: https://docs.google.com/document/d/1Tjy0uSqdVMmQI2tbHWBmDtrnwMl-Px3J7-N6_xRh12o
# type: homework
Expand Down

0 comments on commit 5edeebd

Please sign in to comment.