Okay yet another useful post. This post is really important and useful
for anyone just starting out with python. So what is the __init__.py
file ?
Files name __init__.py are used to mark directories on disk as Python package directories. If you have the files
mydir/spam/__init__.py ...
So the chances are that you already know about the with statement but some of us do not know about it. Lets face the reality the with statement saves us a lot of time and reduces our code base. Just imagine you are opening a file width python and then ...!--more-->