I am a backend focused full stack software engineer
I am available for python mentoring and consulting :)
Sep 14, 2023 · 5 min read · There are many resources on how to write code but not many on how to debug. In this article, I am highlighting my approach to debug both synchronous and asynchronous Python programs. Approach to debugging Using IDE: Running a program in debug mode in...
PPratap commented
May 29, 2021 · 3 min read · Introduction In programming iterable, iterator and iteration are pretty familiar words and one can have much confusion explaining and understanding these pretty common topics. Let's demystify them one by one. Iterable The natural language definition...
MPMausam and 1 more commented
May 23, 2021 · 4 min read · Introduction Let's first talk about the word inheritance, oxford dictionary defines it as something from the past or from your family that affects the way you behave, look, etc. In object-oriented programming, inheritance facilitates code reuse with...
DPDilip and 1 more commented