Supreme Debugging
Pages
(Move to ...)
Home
About The Blog and Myself
▼
June 21, 2018
Numpy array append and performance issues
›
Issue Assume you need to add 100 elements in the numpy array, the initial intuition is to run-down the loop construct and append the ele...
May 7, 2018
Use of __repr__ in python
›
Problem Statement How many times you are in the process of debugging/ printing/logging your python objects for a critical issue analy...
April 27, 2018
Python name guard and its importance
›
Why do we need "__main__" guard in python code? We all have seen code where we have protected the python code with "__mai...
1 comment:
March 31, 2018
How to use linux perf tools and save dollars - Part 2
›
Flame Graph - Introduction In our previous discussion (I strongly recommend to go through the linked blog), we have seen how in real wor...
How to find linux kernel version in your distros
›
How do you find the linux kernel version you are running? Run the below command to find out the Linux kernel version. uname - r In my...
›
Home
View web version