Python-Modules-Videos

           <<Back to Class 12 notes

           Python Modules
           
Click to view notes.

001)    Module and e.g.
           Page 29, Sl. No. 1 in the
           in the printed notes
           Defines module,
           its use and 
           difference b/w
           functions

002)    Python Library
           Defines python
           library and e.g. 

003)    import module
           Page no. 29, Sl. No. 2 in the
           in the printed notes

           Different methods
           of importing modules 

004)    Literal - pi and e
           Page no. 29, Sl. No. 3 in the
           in the printed notes

           The constants pi and e
           are explained here 

005)    ceil function
           Page no. 29, Sl. No. 4 in the
           in the printed notes

           The ceil(n) function
           is explained here 

006)    floor function
           Page no. 29, Sl. No. 5 in the
           in the printed notes

           The floor(n) function
           is explained here 

007)    floor function
           Page no. 29, Sl. No. 5 in the
           in the printed notes

           The floor(n) function
           is explained here 

008)    pow function
           Page no. 30, Sl. No. 6 & 7
           in the printed notes

           The two different pow
           functions are explained here 

009)    fabs function
           Page no. 30, Sl. No. 8
           in the printed notes

           The fabs function is
           explained here 

010)    Degree to radian
           This video explains
           converting degree
           measure to radian  

011)    sin cos and tan function
           Page no. 30, Sl. No. 9
           in the printed notes

           The trigonometric functions
           are explained here

012)    Functions in Statistics Module
           Page no. 30, Sl. No. 10
           in the printed notes

           The functions in the Statistics
            module are explained here  

013)    mean
           Page no. 30, Sl. No. 11
           in the printed notes

           The mean function
            is explained here

014)    median
           Page no. 30, Sl. No. 12
           in the printed notes

           The median function
            is explained here

015)    mode
           Page no. 31, Sl. No. 13
           in the printed notes

           The mode function
           is explained here 

           DICTIONARY
  

016)    keys
           Page no. 31, Sl. No. 1
           in the printed notes

           Different ways to
           retrieve keys from a
           dictionary 
  

017)    values
           Page no. 31, Sl. No. 2
           in the printed notes

           Different ways to
           retrieve values from a
           dictionary 
      

018)    items
           Page no. 32, Sl. No. 3
           in the printed notes

           Different ways to
           retrieve items from a
           dictionary

019)    Insert Items
           Page no. 32, Sl. No. 4
           in the printed notes

           Different ways to
           insert items into a
           dictionary

020)    Property of Dictionary
           Page no. 32, Sl. No. 5
           in the printed notes

           Different properties
           associated with a
           dictionary

021)    Dictionary - len
           Page no. 32, Sl. No. 6
           in the printed notes

           Display the no. of
           items using len
           function

022)    Create dictionary - dict
           Page no. 32, Sl. No. 7
           in the printed notes

           Creating dictionary
           using dict

023)    Shallow and Deep Copy
           Page no. 32, Sl. No. 8
           in the printed notes

           It explains shallow copy
           and deep copy

024)    Question based on dict
           Page no. 33, Sl. No. 9
           in the printed notes

           It explains a question based on
           dict

025)    dict - get function
           Page no. 33, Sl. No. 10
           in the printed notes

           It explains get function
           associated with dict

026)    dict - update function
           Page no. 33, Sl. No. 11
           in the printed notes

           It explains update function
           associated with dict

027)    dict - del keyword
           Page no. 33, Sl. No. 11
           in the printed notes

           It explains deleting
           dictionary and items

028)    Question based on del
           This video explains a
           question based ion del

029)    Dictionary - clear function
           Page no. 33, Sl. No. 12
           in the printed notes

           This video explains the
           clear function associated
           with dictionary 

030)    Question based on clear function
           This video explains a
           question based on
           clear function

031)    Dictionary - fromkeys
           Page no. 33, Sl. No. 13
           in the printed notes

           This video explains the
           fromkeys function based
           on a dictionary

032)    Question based on fromkeys
           This video explains a
           question based on fromkeys

033)    Dictionary - pop
           Page no. 34, Sl. No. 15
           in the printed notes

           This video explains the
           pop function based
           on a dictionary 

034)    Question based on Dictionary and pop
           This video explains a
           question based on
           pop function

035)    popitem
           Page no. 34, Sl. No. 16
           in the printed notes

           This video explains the
           popitem function based
           on dictionary  

036)    Dictionary - setdefault
           Page no. 34, Sl. No. 17
           in the printed notes

           This video explains the
           setdefault function based
           on dictionary

037)   List - max and min functions
           This video explains the
           max and min function
           based on List. The keyword
           argument is also explained.

037)   List - max and min functions
           This video explains the
           max and min function
           based on List. The keyword
           argument is also explained.

038)   Dictionary - max and min functions
           This video explains the
           max and min function
           based on Dictionary. The keyword
           argument is also explained.

          
    



Comments

Popular posts from this blog