You are on page 1of 8

Presentation

On

Python Module 3
Key Takeaway

What is Python Modules in Python Functions in Advantages of Usage of Python


Module 3 Python Python

NAME OR LOGO 2
A module is a file consisting of Python code
that can define functions, classes and variables
related to a particular task. A module allows us
to organize our code by grouping related code,
which makes the code easier to understand and
use.

What is Python Module 3

NAME OR LOGO 3
Python modules have the
following advantages:

• Putting code into modules is useful because of


the ability to import the module functionality.
• A module can be used in some other Python
code. Hence, it provides the facility of code
reusability.
• A module allows us to logically organize our
Python code.
• Grouping related code into a module makes the
code easier to understand and use.
• Similar types of attributes can be categorized and
placed in a single module. Modules in Python

NAME OR LOGO 4
Functions in Python
A function in python is a group of statements
within a program that performs a specific task.
Usually functions input data, process it, and
<return= a result. Once a function is written, it
can be used repeatedly.

Parts of Function
• Function Header

• Parameters

• Functions Body

• Indentation

NAME OR LOGO 5
Advantages of Python

“ ” “ ”
 Python has an active, Python is widely used with IoT
supportive community. Technology.

Python empowers custom

“ ”
Python is easy to learn. automation.

 Python is efficient, fast, and


reliable.

 Python is flexible.
.

NAME OR LOGO 6
Data Analytics Finance

AI and machine Language


learning Development

Usage of Python Programming Data visualization

Game Web Design and


development Development

NAME OR LOGO 7
Thank
You
Akhjar Taqi Awsaf
Roll: 504 , 5G

g01-0009-18@dpsstsdhaka.org

You might also like