News

This post explains what a Python module is and how to use it to drastically extend the capabiltiies of your code. Plus: how to make your own!
Note the dot in from .file1 import fun1 it is relative import it tells Python to look for the module in the same directory as the module that contains this import statement Meanwhile from file1 import ...