This a demo for python beginners. You can see the following things:
- hello world with string formatting
- Creating a class with methods and static methods
- Using a module (python file in same directory)
- Creating a package (multiple modules in a folder with init.py)
- Using the package