How To Debug Python Code In Spyder IDE

preview_player
Показать описание
Please join as a member in my channel to get additional benefits like materials in Data Science, live streaming for Members and many more

Please do subscribe my other channel too

Connect with me here:

Рекомендации по теме
Комментарии
Автор

Thank you sir for teaching debug
Now I am expert in for Loop

gtaofficial
Автор

Finally got my answer, nothing beats seeing it in a video than reading it.

edthom
Автор

Thank you, deeply appreciated. Very useful in a very simple example. I hope all the tutorials would be like this. Thank you again.

mohsenakhavan
Автор

Thanks so much for the introduction to the Spyder Debugger.

robmac
Автор

Nice video.Thanks Krish.As a beginner to spyder from Jupyter notebook

sandipansarkar
Автор

Thank you for making these videos . If possible please also do similar video in pycharm.

_rkk
Автор

I'm in Spyder 5.1.9. It looks a little different, but not hugely.
However after launching the debugger everything just hangs.
No button clicking has any effect. There is no ipdb> prompt either.

feraudyh
Автор

Nice work. But JetBrains IDEs have much better debugger than this. Even VScode has a better debugger

savin
Автор

Thanks alot sir for this very informative Video. Please make a on how to use and executed package and module on python by spyder.

jasimkhan
Автор

Hi Krish Sir...how to debug my own fuction after panda dataframe apply..eg.below
token_features = df.apply(lambda x: get_token_features(x["question1"], x["question2"]), axis=1)
here get_token_features is my function whch i want to am debugging in spyder

shivendrashanker
Автор

My Spyder version is 3.3.6.but in variable explorer, there is not showing any name, type & size..how to get it?..Sir please help

abaninaskar
Автор

Hi Krish; need your help. I was following your tutorial but the issue i face is that when i press "step into" as you mention nothing happens even after pressing debugging nothing happens. can you share your thoughts?

kasimsaeed
Автор

still confused about "step" and "step into" QQ

yakiowokonomi
Автор

Do we have any keyboard short cut options like F6, f7 types. Is this the only way to debug?

munishasharma
Автор

Hi Krish...In Spyder 4.0.1 After clicking the Step Into, it's not displaying inside Console. The debug steps are showing on left side edit window only. Am I did anything wrong or they just modified in version 4 ?

simanchalpatnaik
Автор

Sir please make a video on CNN for plotting confusion matrix for unlabeled data and plot graphs using tensorboard

krishnakanthchowdarybandi