About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet150/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   146   147   148   149   150   151   152   153   ...   234
Bog'liq
python3 tutorial 060821094426

Packages in Python 
A package is a hierarchical file directory structure that defines a single Python application 
environment that consists of modules and subpackages and sub-subpackages, and so on. 
Consider a file Pots.py available in Phone directory. This file has the following line of 
source code- 
#!/usr/bin/python3 
def Pots(): 
print ("I'm Pots Phone")
Similarly, we have other two files having different functions with the same name as above. 
They are − 

Phone/Isdn.py
file having function Isdn() 

Phone/G3.py
file having function G3() 
Now, create one more file __init__.py in the 
Phone
directory- 

Phone/__init__.py 
To make all of your functions available when you have imported Phone, you need to put 
explicit import statements in __init__.py as follows- 
from Pots import Pots 
from Isdn import Isdn 
from G3 import G3 
After you add these lines to __init__.py, you have all of these classes available when you 
import the Phone package. 
#!/usr/bin/python3 
# Now import your Phone Package. 
import Phone 
Phone.Pots() 
Phone.Isdn() 
Phone.G3() 
When the above code is executed, it produces the following result- 


Python 3 
214 
I'm Pots Phone 
I'm 3G Phone 
I'm ISDN Phone 
In the above example, we have taken example of a single function in each file, but you 
can keep multiple functions in your files. You can also define different Python classes in 
those files and then you can create your packages out of those classes. 


Python 3 
215 
This chapter covers all the basic I/O functions available in Python 3. For more functions, 
please refer to the standard Python documentation. 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   146   147   148   149   150   151   152   153   ...   234




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish