Introduction to data science, Knowledge domains of Data Analysis, Understanding
structured and unstructured data, Data Analysis process, State of the Practice in
Analytics, The Data Scientist, Data Analytics Lifecycle Challenges of Conventional
Systems.
Installation of Python in Windows, Linux and Osx, Using Interactive shell. Creating,
Saving and Running a Python Script. Intro to Python's data types: String, Lists,
Dictionaries, Tuples, Variables, Assignments; Immutable variables, Numerical types,
operators and expressions.
Understanding If-Else, While, For, Iterations. Functions Basics, Scopes and Argument
Passing. Advanced Functions. Modules creation and Managing Code with modules.File
handling in python.