So today I worked on learning to debug my code in different methords. While I did not do a single final project today I learened about methords to debug such as working though the program line by like and marking variables. I also learnt how to use use the debugger in Pycharm with will be helpful for future usecases. And I also learnt the try…exept… functions in Python. I sloved some challenges online just so that I got a grip on getting to debug a variation of problems both syntax and logic.
Related Posts
Is posible to manipulate the return value from useRefs?
I was trying to add a feature for a dropwdown in react, where you open the dropwdown by…
【Journey of HarmonyOS Next】Developing on ArkTS (3) -> JS-compatible Web Development (1)
1 -> Overview The Ark development framework, which is compatible with JS-like web development paradigm, adopts the classic…
OOP is the middle ages, FP is the enlightenment, FRP is impressionism, SOP is the modern minimalism
If you’re doing any Object-Oriented programming, chances are your code is bloated. If you’re working on an enterprise…