Session – 16 (Time and Calendar)
Date & Time Time Tuple Time Functions (1/2) 1.Date & Time Date Time Calendar import time import calendar 2.Time Tuple
Let your dreams to be fulfilled in real DB world
Date & Time Time Tuple Time Functions (1/2) 1.Date & Time Date Time Calendar import time import calendar 2.Time Tuple
Sets Sets Operations Sets Functions Sets Methods 1.Sets Collection of elements Unordered Unique – No Dup.. Ele.. (wihtin same Set)
Dictionary Dictionary Operations Dictionary Functions Dictionary Methods 1.Dictionary Creating a dictionary is as simple as placing items inside curly braces {} separated
Tuple Tuple Operations Tuple Functions Tuple to List and vice versa 1.Tuples A tuple is created by placing all the
List List Operations List Functions List Methods The list is a most versatile datatype available in Python which can be
String Built-in Methods (2/2) String Built-in Methods (2/2) Function Description isalnum() Python string isalnum() function returns True if it’s made
String Built-in Methods (1/2) String Built-in Methods (1/2) Python provides a lot of built-in functions to manipulate strings. Python String
Strings Escape Characters String Operators String Formatting Operator 1.Strings A string is a sequence of characters. A type in python
Trigonometric Functions Mathematical Constants 1.Trigonometric Functions List of Trigonometric functions in Python on below : Trigonometric functions Description Example math.cos()
Number Conversion Type Mathematical Functions Random Number Function 1.Number There are three numeric types in Python: int float complex –>Int