AI752 Materials 5

Materials Lesson 5: Numpy Lecture Notes [PDF] Lesson 5: Pandas Lecture Notes [PDF]   What is NumPy? NumPy is a Python library used for working…

AI742 Materials 4

Materials Lesson 4 Lecture Notes [PDF]   Function A function is a block of code that only runs when it is called. You can pass…

AI732 Materials 3

Materials Lesson 3 Lecture Notes [PDF]   Dictionary Dictionaries are used to store data values in key : value pairs. Dictionary items are ordered, changeable,…

AI722 Materials 2

Materials Lesson 2 Lecture Notes [PDF]   Python Lists The list is a most versatile datatype available in Python which can be written as a…

AI712 Materials 1

Materials Lesson 1 Part 1 Lecture Notes [PDF] Lesson 1 Part 2 Lecture Notes [PDF]   Logical Operators In Python, Logical operators are used on…