Welcome to SICT COMPUTER EDUCATION

Welcome to SICT COMPUTER EDUCATION

 
Certificate IN DATA SCIENCE WITH PYTHON ( S-SICT-DATASCIPYTHON )

BASIC INFORMATION

1.     Introduction and Setting Up Your Integrated Analysis Environment

2.     Using Python to Control and Document Your Data Science Processes

         Python Essentials

         Data types and objects

         Loading packages, namespaces

         Reading and writing data

         Simple plotting

         Control flow

         Debugging

         Code profiling

3.      Accessing and Preparing Data

         Acquiring Data with Python

         Loading from CSV files

         Accessing SQL databases

Cleansing Data with Python

         Stripping out extraneous information

         Normalizing data

         Formatting data

4.      Numerical Analysis, Data Exploration, and Data Visualization with NumPy Arrays, Matplotlib, and Seaborn

·         NumPy Essentials

·         The NumPy array

·         N-dimensional array operations and manipulations

·         Memory mapped files

Data Visualization

·         2D plotting with Matplotlib

·         Advanced data visualization with Seaborn

5.      Exploring Data with Pandas

·         Searching for Gold in a Pile of Pyrite

·         Data manipulation with Pandas

·         Statistical analysis with Pandas

·         Time series analysis with Pandas

6.      Machine Learning

·         Predicting the Future Can Be Good for Business

·         Input: 2D, samples, and features

·         Estimator, predictor, transformer interfaces

·         Pre-processing data

·         Regression

·         Classification

·         Model selection