News

# defining a class Object to view the use of dir print "dir(1) its same as dir(int) which will print all the methods implemented in the integer class" print "1 is an interger so dir(1) will return ...
Simple and short code examples to find the root directory of your project in different ways. This can be useful in projects where you are reading or writing data to directories inside your project ...