Introducing 

Prezi AI.

Your new presentation assistant.

Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.

Loading…
Transcript

Python module

what is python module?

Modules refer to a file containing Python statements and definitions. A file containing Python code, for example: example.py , is called a module, and its module name would be example .

Why module is used in python

uses

  • module in python allows us to reuse one or more functions in out programs, even in the programs in which those functions is not define.
  • module allows you to logically organize your Python code.

Topic 3

A Python module is basically a file that contains Python code. The Python standard library contains thousands of functions distributed throughout the modules. The user-defined module is written by the user at the time of program writing. How to create a User-defined Module?

The built-in modules provide an easy-to-use programmatic interface for performing a variety of useful operations.

For example, you can use built-in modules to perform the following functions:

Send and receive messages and alerts across connections.

Write to and read from files and directories on the operating system's file system.

Generate reports containing a variety of monitor information.

Chart

Chart

Timeline

Timeline

YEAR

Topic 4

Learn more about creating dynamic, engaging presentations with Prezi