About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet127/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   123   124   125   126   127   128   129   130   ...   234
Bog'liq
python3 tutorial 060821094426

Index 
Attributes 
Values 

tm_year 
2016 

tm_mon 
1 to 12 

tm_mday 
1 to 31 

tm_hour 
0 to 23 

tm_min 
0 to 59 

tm_sec 
0 to 61 (60 or 61 are leap-seconds) 

tm_wday 
0 to 6 (0 is Monday) 


Python 3 
180 

tm_yday 
1 to 366 (Julian day) 

tm_isdst 
-1, 0, 1, -1 means library determines DST 
Getting current time 
To translate a time instant from 
seconds
 
since the epoch floating-point value into a time-
tuple, pass the floating-point value to a function (e.g., localtime) that returns a time-tuple 
with all valid nine items. 
#!/usr/bin/python3 
import time 
localtime = time.localtime(time.time()) 
print ("Local current time :", localtime)
This would produce the following result, which could be formatted in any other presentable 
form- 
Local current time : time.struct_time(tm_year=2016, tm_mon=2, tm_mday=15, 
tm_hour=9, tm_min=29, tm_sec=2, tm_wday=0, tm_yday=46, tm_isdst=0) 
Getting formatted time 
You can format any time as per your requirement, but a simple method to get time in a 
readable format is 
asctime()
− 
#!/usr/bin/python3 
import time 
localtime = time.asctime( time.localtime(time.time()) ) 
print ("Local current time :", localtime)
This would produce the following result- 
Local current time : Mon Feb 15 09:34:03 2016
Getting calendar for a month 
The calendar module gives a wide range of methods to play with yearly and monthly 
calendars. Here, we print a calendar for a given month ( Jan 2008 ). 
#!/usr/bin/python3 
import calendar 


Python 3 
181 
cal = calendar.month(2016, 2) 
print ("Here is the calendar:") 
print (cal)
This would produce the following result- 
Here is the calendar: 
February 2016 
Mo Tu We Th Fr Sa Su 
1 2 3 4 5 6 7 
8 9 10 11 12 13 14 
15 16 17 18 19 20 21 
22 23 24 25 26 27 28 
29 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   123   124   125   126   127   128   129   130   ...   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