8. What is Data Science?
Data science is a multidisciplinary blend of
data inference, algorithmic development,
and technology in order to solve
analytically complex problems.
10. Python as a Programming Language
Python is a general-purposed
high-level programming language
Web development
Networking
Scientific computing
Data analytics
11. The nature of Python makes it
a perfect-fit for data analytics
Easy to learn
Readable
Scalable
Extensive set of libraries
Easy integration with other apps
Active community
13. Typical Python data analytics process performed in
this workshop..
1. Python basic Programming
2. Identify the dataset of interest from a file/database/web
3. Load the dataset into a Pandas dataframe
4. Check the column names and see the first few rows
5. Derive additional columns if needed and handle missing
data
6. Do analysis with visualization or apply logistic
Regression analysis