Learn what is module in Python , types of Python Modules - Built-in &User defined, Examples of various Modules in Python , packages in Python . Learn how to create and use modules in Python , which are files containing definitions and statements that can be imported into other scripts or interactive sessions. See examples of importing, executing, and accessing functions and variables from modules . In this tutorial, you'll learn about Python modules and how to develop your own modules in Python . In this article, we will cover all about Python modules , such as How to create our own simple module , Import Python modules , From statements in Python , we can use the alias to rename the module , etc.