Or how to code a pygame game for mobile!! Should be complex enough and very cool
@gidartsproduction54394 жыл бұрын
School management system software tutorial_02
@EAU1834 жыл бұрын
An efficient way to use EMACS as a IDE.
@dpskane4 жыл бұрын
there is one part about debugging that you left out, which is sometimes quite important: conditional breakpoints. Because due to an exception you might know the line where the error happens and certain values of variables at that point, but if it's inside a big for loop you might have to click "continue" hundreds of times before you get to the one loop that breaks everything. In your code e.g. there could be an exception when "num = 349". you don't understand, *why*, but you either have to change the code or you need to put a condition on your breakpoint - otherwise you might have to click a bizillion times before num actually turns into 349
@aanisnoor2292 жыл бұрын
Thank you!
@Lazerbeam504 жыл бұрын
This is easily one of the most useful programming skills I've ever learned. Thank you so much for explaining everything so clearly!
@dhruvgupta31774 жыл бұрын
right when i was getting stuck with a bunch of bugs... TIM SAVES THE DAY!!! thanks tim keep doing what u do i got my real interest in python bcz of u
@stevencvisuals4 жыл бұрын
Nothing more annoying than a bad indentation -_-
@tempor83364 жыл бұрын
Steven Cheung or mixing = and == searching for the error during 3 hours and then figuring it out.
@mandem51769 ай бұрын
I remember watching your coding tutorials and stream and here I am 4 years later, back for some nostalgia.
@_sammy4 жыл бұрын
I know most people who will watch this video probably program in either Python or Java, but for any of my C and C++ programmers, I highly suggest learning how to use gdb. It runs in the command line so it’s really light weight. I’m sure there are tons of tutorials online. It’s really powerful and save you from tons of headaches, speaking from personal experience 😅
@RahulRaj-jc7os3 ай бұрын
hey can you please suggest a tutorial for the same?
@narfee75294 жыл бұрын
I needed this! Thanks Tim 🙏
@TechWithTim4 жыл бұрын
Glad it was helpful!
@tanmaydeshpande4 жыл бұрын
Same. Never figured out how to use a debugger before this vid.
@krishshah39742 жыл бұрын
@@tanmaydeshpande ikr
@matchalover083 ай бұрын
Finally I found some reliable debugging tutorial, I barely understood the other videos
@Raghav12054 жыл бұрын
Hey Tim could you do some advanced data structures stuff like graphs and graph algorithms and how to implement them
@Moonlight-jx2sj3 жыл бұрын
I think you missed the main part: how to set up the .json file for debugger.
@mariany46913 жыл бұрын
It's usually very dependent on the language you're coding in
@MysteriousK694 жыл бұрын
Would love to see Android game development
@servantofthelord8147 Жыл бұрын
I always used to ignore this part of the menu until today. 😂😂Thank you
@toreger28522 жыл бұрын
Third video was the charm! Still the best ground-up explanation two years later :))
@TechWithTim2 жыл бұрын
Glad it was helpful!
@pjc_codes23 күн бұрын
Tim, thanks for all your great videos. They ve been really useful for me as a beginner! :)
@johndavies7293 жыл бұрын
A moment of silence for those of us who already went through the fun tutorials but broke something and now we've ended up here
@hemanth69514 жыл бұрын
One of the best editor
@hanweiz843 жыл бұрын
Thanks Tim. Felt like I somewhat "levelled up" after watching your debugger video. I have been printing debugging statements within my code the entire time!
@Bennilenny4 жыл бұрын
I knew about debugging but NOT ABOUT THE STEP BUTTON !! thanks, Tim.
@databridgeconsultants91634 жыл бұрын
Thanks Tim . Your Videos are Superb . Atleast you make videos which are directly implementable in real life projects . Great Job man .
@datarobe Жыл бұрын
This video is very helpful, I searched a lot but was unable to get step by step procedure to use VS code Debugger for Python ( even the VS Code document does not give this level of clarity ). Thank You. P.S. - I am almost new to Python ( Actually any programming language ). 😊
@umerselmani67994 жыл бұрын
Idk why, but I guess I need a bit more explanation to wrap this thing around my head, all is good, I suppose I will have to get my hands dirty with this to grasp the idea of the debugger. Thank You.
@mizel_almizel3 жыл бұрын
I’m not speaking English but you are the best you never lies u tech me something that I need thank you bro
@anandmano43753 жыл бұрын
Excellent Sir... for the Best Tutorial on Debugging on VS code...
@robosergTV6 ай бұрын
dude saved my ass at my job, thanks :)
@juliajulsen56234 жыл бұрын
Thanks for the video! I also find myself using the debug console in VS Code often. Extremely useful tool
@Dogberto9994 жыл бұрын
9:45 - Yeah, denominator goes down (or on the bottom of the fraction). That's how I remembered it.
@kunalbhatt4333 Жыл бұрын
I started learning to code in 2015, better late than never!
@saisiddhartha5375 Жыл бұрын
The best thing that you could do
@superbroker.dxb0072 жыл бұрын
amazing amazing. You will go places my friend.
@JamesTJoseph4 жыл бұрын
Conditional breakpoint, it is helpful when looping through an iterable.
@therealosose4 жыл бұрын
I just needed this thanks tim!!
@客家饒舌執牛耳3 жыл бұрын
Thank god I see this right now after finishing two homework...
@shambhaviaggarwal99774 жыл бұрын
Sublime theme in vs code is really bothering me.
@hiteshpant98684 жыл бұрын
FABULOUS EXPLANATION... KEEP IT UP
@Michael201078 Жыл бұрын
Very good explanation. Thank you
@georgitanev-w4b Жыл бұрын
Great video Tim!
@marytavakoli36922 жыл бұрын
I learned a lot, as always
@peterv31222 жыл бұрын
This is a great video. Thanks Tim!
@abhinavkuruvilajoseph92744 жыл бұрын
The video i have been waiting for
@theseusRJ73 жыл бұрын
Are you from kerala
@abhinavkuruvilajoseph92743 жыл бұрын
@@theseusRJ7 ye i am
@himbary3 жыл бұрын
Thanks! No one talked about how it actually works
@mohammadahsan787310 ай бұрын
Its really helpful. Thanks a lot. ❤
@debjyotiray83644 жыл бұрын
Man, I take you as my role model; you are just too awesome at explanation
@AliAliOxenFree Жыл бұрын
great video. clear, concise and to the point. no extra fluff. earned a sub!
@himanshuagrawal20142 жыл бұрын
Excellent Video and thoroughly explained, Stay Blessed. Thank you so much.
@frankkevy2 жыл бұрын
I finally understood it
@MinecraftLetstime4 жыл бұрын
This will sound weird, but I think using the debugger or at least relying too much on it is not good. If you don’t use the debugger you will force yourself to understand the code better and trace it in your head and figure it out that way, which in the long term will also stop you making more bugs and you will find bugs much faster, because you know the code so well... Just my opinion...
@krishj80113 ай бұрын
Awesome Tutorial...
@pampagrimaldi85842 жыл бұрын
very clearylt explained Tim, thank you very much!
@premkatta112810 ай бұрын
Thanks, simple and useful video !
@redrum44862 жыл бұрын
Awesome! I used to get frustrating runnign the debug and it would just run the app - ALL because i did not include breakpoints before hand xD
@dasten1232 жыл бұрын
I wish I had seen a video like this back when I started programming. For many years I didn't use a debugger and that was just dumb
@basetroll16272 жыл бұрын
Same here!
@rektm81414 жыл бұрын
love the videos tim
@TechWithTim4 жыл бұрын
:)
@adityaroshan16882 жыл бұрын
What a fantastic tutorial
@khangthaitran2 жыл бұрын
Very informative video! Thanks!
@Sumit-pl8rq3 жыл бұрын
Thanks for this wonderful explanation.
@ianbortnic29602 жыл бұрын
This was so useful!
@saxsafon4 жыл бұрын
Thanks, Tim! Just in time
@Kvothestark264 жыл бұрын
I love your videos Tim😍😍
@luizfelipecastrocoelho93143 жыл бұрын
DUDE! You have no idea how much of a lifesaver u r!!! And super cute as well!
@saminchowdhury79953 жыл бұрын
Thank you so much master This was very helpful
@TechWithTim3 жыл бұрын
Glad it helped!
@qorbanimaq4 жыл бұрын
Really helpful! Thank you, Tim.
@FirstLast-gk6lg3 жыл бұрын
I would like to see overviews of wide concepts. For example look at a full stack project and give a top down overview of what the technologies are and what they do
@unknownman52964 жыл бұрын
thanks your videos are very useful !!!
@rameshahparameswaraiah69082 жыл бұрын
Well explained
@therealosose4 жыл бұрын
The audio is really nice🔊🎤
@TechWithTim4 жыл бұрын
Thank you! Still need to do some tweaks but always working on making it better for you guys
@user-wc1sm8cj8s3 жыл бұрын
extremely helpful!!!!! thanks!!!
@piotrmazgaj2 ай бұрын
This is my seal. I have watched the entire video, understood it, and I can explain it in my own words, thus I have gained knowledge. This is my seal.
@paramjangale55494 жыл бұрын
Really helpful!!
@pythonmacho99544 жыл бұрын
your thumbnail looks very attractive
@TechWithTim4 жыл бұрын
Thank you!
@pythonmacho99544 жыл бұрын
@@TechWithTim joined your discord server
@akshitagarwal13093 жыл бұрын
What theme are you using in VSCode? Looks cool.
@sakman27cap454 жыл бұрын
It is cool to see live comments after reloading the page ;)
@adityachoudhary16374 жыл бұрын
great video keep posting more videos like this😀
@darkequinox41974 жыл бұрын
U should do ur intro like this "Hello everyone i am back with the best video like everyday ;) " This is the truth
@hamadler28984 жыл бұрын
ふざけんな。
@SAsquirtle3 жыл бұрын
holy shit this is an invaluable video
@mrpancakes4 жыл бұрын
Thank you for this
@TIMJR6254 жыл бұрын
Great video!
@TechWithTim4 жыл бұрын
Thanks!
@satoshinakamoto1714 жыл бұрын
software design tutorial # 2? i really liked the first part. thanks
@Tarragen4 жыл бұрын
thanks i needed this
@dineshsen18073 жыл бұрын
Really helpful
@jailnet4 жыл бұрын
Man, i'm trying to fit learning python into my schedule, but im finding it difficult to find a balance between study and python 🤷🙍
@siyam.884 жыл бұрын
I would say that if you don't get enough time to code that's not a big problem, be consistent to it, code everyday even for 20 minutes, learn a new topic each day.
@adityachoudhary16374 жыл бұрын
i would advice you to watch plenty of videos for python on youtube or any learning source you can find, rest would be easy. you can make your task easier by listing what skills you want to learn in python and move step by step
@adityachoudhary16374 жыл бұрын
each day watch 2 videos for topic you decided for yourself not more than that your interest will carry you rest of the way😀
@FalseDev4 жыл бұрын
Just study python then..... 😁
@umerselmani67994 жыл бұрын
My advice would be, if you can do 30 mins a day as a starter, it would be really good/enough imo. Though the best what you can do is actually getting yourself into coding. I use the phrase "getting your hands dirty with programming" meaning, when you start to write code, you really will get the idea and the meaning of each line of code you write. And also take notes, sometimes write the pieces of code in a paper too, in my nation they say, writing is equal to 10 readings, so your memory will be better in remembering things you write down. Attention: ONLY watching KZbin videos or reading books without applying the knowledge, will be no much of benefit, and the best way is, doing them (watching and writing) as simultaneously as possible.
@ab-zg8pt2 жыл бұрын
info starts at 4:40
@DaniloSilva-pl3sq3 жыл бұрын
Neat! Really spetacular.
@peteedwards84392 ай бұрын
How about a video on setting up the debugger environment in VSCode?
@basketballhightlight2430 Жыл бұрын
Super guide
@cprooney2 жыл бұрын
Good Tutorial. Move your pop filter farther away from your mic.
@dennissanchez51713 жыл бұрын
good stuff!
@chriszink52253 жыл бұрын
Please do more of these
@aanisnoor2292 жыл бұрын
Thank you!
@top5things968 Жыл бұрын
Thank you 🎉
@nhimaithiyen582011 ай бұрын
🎯 Key Takeaways for quick navigation: 00:01 🐛 *Understanding Recursive Debugging in Visual Studio* - Debugging a recursive C program in Visual Studio: *- Demonstrating the step-by-step process of debugging a recursive function.* *- Observing variable values and breakpoints during each recursive call.* *- Highlighting the flow of control and variable changes through recursive function execution.* 03:06 🔄 *Understanding Recursion Flow Control* - Tracking the flow of control in a recursive function: *- Explaining the return and continuation of control after recursive calls.* *- Illustrating the retention of variable values within different scopes during recursive function execution.* *- Emphasizing the gradual modification of local and global variables during recursive calls.* 05:04 📊 *Variable Value Dynamics in Recursive Functions* - Analyzing variable value dynamics within recursive calls: *- Understanding how local variables (like 'n') maintain values across different function scopes.* *- Explaining the persistence and alteration of variable values through recursive function calls.* *- Emphasizing the distinction between local and global variable behaviors within recursive functions.* Made with HARPA AI
@Lulit9994 жыл бұрын
I really like "run to cursor" option in PyCharm instead of putting a lot of breakpoints.
@Donna___9atc4 ай бұрын
Poetically, behold the confirmation of the ethereal journey of funds from the bank to your Visa/Mastercard card.
@Ronald-s6Ronald__s94 ай бұрын
Cash is returning to your pocket-notification
@grandpaK4204 жыл бұрын
What is the color theme he is using?
@sagarganiga341710 ай бұрын
when i click on debugging only 2 options are available that is pause and restart. rest are not accesible
@josephputra29872 жыл бұрын
Thanks😀
@bouloukosxontropoulos74364 жыл бұрын
Really great video !! By the way what font family are you using ? It's really good...especially how the def sticks out ! Is there a trick to do that?
@stefaandumez23193 жыл бұрын
I have the same. Only thing I did is to use the Monokai color theme. You can check out if it works for you.
@gmc97534 жыл бұрын
I thought a watchpoint is when the debugger stops when a variable changes or when it hits a certain value, or is watch and watchpoint different in VS code.
@dinakhan49612 жыл бұрын
i understand but, which extension I should download for debugging in vs code(python code)
@Carol-s6Carol_n4 ай бұрын
Peek into the crystal ball: Binance CEO’s exclusive interview about future developments
@gidartsproduction54394 жыл бұрын
Please Tim, are you going to continue with the software you just mentioned previously about school management system or you were just giving us a quick foundation?
@TechWithTim4 жыл бұрын
I do plan on continuing it, just takes a while to film and code it all out