6 hr
Introduction to python: Elements of python language, python block structure, variables and assignment statement, data types in python, operations, simple input/output print statements, formatting print statement.
Text Book 1: Chapter 3 ( 3.2, 3.3, 3.4, 3.6, 3.7, 3.9 and 3.10)
DOWNLOAD PDF DOWNLOAD PDF5 hr
Decision structure: forming conditions, if statement, the if-else and nested if-else, looping statements: introduction to looping, python built in functions for looping, loop statements, jump statement.
Text Book 1: Chapter 4 (4.2 to 4.6) , Chapter 5 (5.1 to 5.4)
DOWNLOAD PDF DOWNLOAD PDF5 hr
Lists: lists, operation on list, Tuples: introduction, creating,indexing and slicing, operations on tuples. sets: creating, operation in sets, introduction dictionaries, creating, operations, nested dictionary, looping over dictionary.
Text Book 1: Chapter 7 ( 7.2 to 7.3) , Chapter 8 (8.1 to 8.4) and Chapter 9( 9.1 to 9.3, 9.7 to 9.12)
DOWNLOAD PDF DOWNLOAD PDF6 hr
The NumPy Library: Ndarray: the heart of the library, Basic operations, indexing, slicing and iterating, conditions and boolean arrays, array manipulation, general concepts, reading and writing array data on files. The pandas Library: an introduction to Data structure, other functionalities on indexes, operations between data structures, function application and mapping.
Text Book 2: Chapter 3 and Chapter 4.
DOWNLOAD PDF DOWNLOAD PDF6 hr
The pandas : Reading and Writing data: i/o API tools, CSV and textual files, Reading data in CSV or text files, reading and writing HTML files, reading data from XML files, Microsoft excel files, JSON data, Pickle python object serialization. Pandas in Depth : data manipulation: data preparation, concatenating data transformation discretization binning, permutation, string manipulation, data aggregation group iteration.
Text Book 2: Chapter 5 and Chapter 6
DOWNLOAD PDF DOWNLOAD PDF