Understanding Python: Debugging

Поделиться
HTML-код
  • Опубликовано: 31 мар 2024
  • #python #pythontutorial #pythontutorialforbeginners
    Python errors, strange behaviors, cryptic messages; all too common roadblocks on the way to your perfect code. Well, what if I told you there are ways that you can reach into your code and unravel its runtime mysteries? It's time to take the next step on your way to becoming a Python expert with debugging!
    As always, please comment below if you have any questions or suggestions for future videos.
    Chapters
    1:00 - help and printing
    4:10 - next and continue
    6:15 - post-mortems
    7:06 - next vs step
    9:17 - ipdb
    10:37 - IPython
    12:08 - Navigating the stack
    13:44 - IPython.embed()
    Follow me on X: x.com/JakeJCallahan
    Source: github.com/JacobCallahan/Unde...
    Intro music: 失望した by Eva
    Link: • EVA - 失望した [Synthwave]...
    Outro music: Elix by Synthness
    Link: • Synthness - Elix ★ No ...
  • НаукаНаука

Комментарии • 3

  • @JakeCallahan
    @JakeCallahan  3 месяца назад +1

    What is your favorite debugger for Python? I personally use a mix of these and the debugger provided by VS Code.

  • @blanky_nap
    @blanky_nap 3 месяца назад +2

    That’s a very useful one! Great explanation!

  • @dragonkat13
    @dragonkat13 3 месяца назад +1

    Great video! Love the help / H command. ❤