AI752 Materyaller 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 Materyaller 4

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

AI732 Materyaller 3

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

AI722 Materyaller 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 Materyaller 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…