Importing Module in Python | Module in Python | Python Modules | Python Tutorial in Hindi

preview_player
Показать описание
Importing Module in Python | Module in Python | Python Modules | Python Tutorial in Hindi
This video is part of python tutorial for beginners in hindi.In this video, I have explained about modules in python.In this video,you will learn how to import module in python. There are different ways of importing module in python.Python provides lot of inbuilt modules. We just have to import those modules.
queries covered:-
1) importing module in python
2) module in python
3) python modules
4) python tutorial for beginners in hindi
5) How to create module in python

Hello guys,welcome to codeyug to build your computer science skills.Here,you will learn programming tutorials and computer science tutorials from basics to advanced.

source code :-
Thanks for watching this video
Subscribe codeyug for more programming tutorials.
About this channel:-
This channel provides free tutorials on programming,coding,web development.There are programming tutorials which covers from basics to advanced absolutely in hindi.

Our social links:-
creator:-
------shantanu kejkar-------
#module,#python #python3 #codeyug #shantanukejkar #import #tutorial #pythonmodule
Рекомендации по теме
Комментарии
Автор

Thankuuuu sir. Explain so clearly
😍😍

rahana
Автор

Dil khush kardiya itna acha samjate ho bhie

mkmutentgaming
Автор

NOTES:
1. WHAT IS MODULES?
We use modules to break down large program into Small and manageable program.

2. TYPES OF MODULES?
BUILD IN MODULES
USER DEFINED MODULES
There are numbers of build in modules in python.
And user defined modules are created by us.
Saving the file with .py extension and if need later just use import keyword and file name .

Important point :
Never save a file name with module name .

SYNTAX OF IMPORTING:
import folder
Import folder as f
from folder import file
from folder import *
from folder import file, app, os

Factorial of 5 ?
5! = 5×4×3×2×1 = 120

KaranSinghD-yjep
Автор

Super clear I understand the topic crystal clearly

gungun-qpsf
Автор

We don't want modules in python we asked import module from a package

g.karthikeyakarthikeya
Автор

After import the content in main module at the time of execution it give error name 'null' is not defined so how to execute the program

ashwinimahajan
Автор

Sir mujye datafetch karna hai COVID 19 ka or usmaise death cases chahiye ye bathai sir pls 🙏🙏

aartipawar
Автор

What is the use of
If __name__:'__main__'.
Please tell me.

earth_
Автор

how to do it in pycharm ide, im so confused:(

mvszgkd
Автор

Hi Code-yug, assume that I have 2 python files and I want them in almost every python projects. How to import them in other projects ? Now I am using

kcvinu
Автор

Sir math module ko print function m likhte h tbhi output aata h lekin jab user define module jese add function ko use krte h print function m to vo none return krta h esa kyu

soni_g
Автор

u havent return the arguments in function add

mvszgkd