[Online] Into the rabbit hole: Debugging in Python

![[Online] Into the rabbit hole: Debugging in Python](https://secure.meetupstatic.com/photos/event/d/7/b/5/highres_515215221.webp?w=750)
Details
## How to join the webinar:
NOTE: You can join via your browser (no app download required). Use Chrome or Firefox.
Pre-register for the webinar:
https://www.bigmarker.com/neo4j/Data-Umbrella-Webinar
--------------------------------
Video Recording
--------------------------------
This event will be recorded and placed on our YouTube. We usually have it up within 24 hours of the event. Subscribe to our YouTube and set your notifications:
https://www.youtube.com/c/DataUmbrella/
--------------------------------
Time
--------------------------------
16:00 UTC
9 am PT / 12 pm ET / 7 pm EAT / 9:30 pm IST
## Speaker
Juan Luis Cano Rodríguez
## Talk Level
Intermediate
## Pre-reqs
Beginner knowledge of Python, exposure to Jupyter, exposure to VSCode
## Prep Work
Submit code that *doesn't* work ahead of the workshop! I will collect several examples and choose a few of them to show how to debug them. Follow the instructions in https://github.com/astrojuanlu/workshop-debugging-python
## Resources
https://github.com/astrojuanlu/workshop-debugging-python
## Event
Your code gives an error. Or worse: it doesn't give an error, but doesn't do what you want. Welcome to the hard part of programming! What to do now?
In this talk we will talk about debugging, which includes a broad set of techniques to identify the root causes of undesired behavior in programs and eventually fix them. We will start with a theoretical introduction of the different types of debugging, we will describe a couple of techniques that you can use, and we will apply them in practice, both in Jupyter Notebook (using its new interactive debugger) and in VSCode.
## CONNECTING WITH US
We invite you to follow us on our social networking sites to keep up to date on the latest news we will be sharing.

[Online] Into the rabbit hole: Debugging in Python