Understanding Python: Debugging
ฝัง
- เผยแพร่เมื่อ 9 พ.ย. 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/JakeJCal...
Source: github.com/Jac...
Intro music: 失望した by Eva
Link: • EVA - 失望した [Synthwave]...
Outro music: Elix by Synthness
Link: • Synthness - Elix ★ No ...
What is your favorite debugger for Python? I personally use a mix of these and the debugger provided by VS Code.
That’s a very useful one! Great explanation!
Great video! Love the help / H command. ❤