Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
38 views

Data Science Using Python 2020

This document provides an introduction to Python programming for data science. It covers Python basics like variables, data types, control flow, and functions. It also introduces key linear algebra and statistics concepts. Additionally, it discusses working with data, including structuring, preprocessing, and analysis using Python libraries like NumPy, Pandas, and scikit-learn. The document aims to equip readers with the Python and data skills needed for data analysis and machine learning.

Uploaded by

Olatunji Ajose
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

Data Science Using Python 2020

This document provides an introduction to Python programming for data science. It covers Python basics like variables, data types, control flow, and functions. It also introduces key linear algebra and statistics concepts. Additionally, it discusses working with data, including structuring, preprocessing, and analysis using Python libraries like NumPy, Pandas, and scikit-learn. The document aims to equip readers with the Python and data skills needed for data analysis and machine learning.

Uploaded by

Olatunji Ajose
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Data

Science using Python



Introduction to Python Programming

What is Python?

• Why Python?
• Python Philosophy And The Zen Of Python
• A Brief History Of Python
• Features of Python
• Installation on Windows Gnu/Linux and Unix Systems

Programming Basics

• Hello World Program
• Comments
• Literal Constants
• Numbers
• Strings
• The Format Method

Basics Continued

• Raw String
• Escape Sequences
• Variables
• Identifier Naming
• Data Types
• Object
• How To Write Python Programs
• Indentation

Operators and Expressions
• Operators
• Evaluation Order
• Changing The Order Of Evaluation
• Associativity
• Expressions
Control Flow

• The if Statement
• The while Statement
• The for Loop
• The break Statement
• The continue Statement

Functions

• Function Parameters
• Local Variables
• Using The Global Statement
• Default Argument Values
• Keyword Arguments
• VarArgs Parameters
• Keyword Only Parameters
• The return Statement
• DocStrings

Linear Algebra, Statistics

• Array ,Metrix, Metrix operation Eigen Value,


• Eigen Vector,orthogonality Mean,
• Median,
• Mode
• Variance and Standard Deviation
• Probability
• Random Variables Probability Density
• Functions Normal Distribution
• Gaussian Distribution
• Conditional Probability Bayes' Theorem
• Bernoulli Distribution Binomial distribution
• Vector,
• Dotproduct
• Co-variance

Data and Data Processing

• Unstructured vs. Structured data Qualitative and Quantitative


• Data Discrete data and Continuous data
• Data and Information
• Nominal and Ordinal Data
• Data Preprocessing Data Cleaning Data Integration
• Data Transformation Data Reduction Normalization Standardization
• Handling Missing Data

Python/Anaconda

• Introduction to python and anaconda


• Conditional Statements
• Looping, Control Statements
• Lists, Tuple ,Dictionaries
• String Manipulation
• Functions Installing Packages

Introduction of Various Tool



• Introduction of Anaconda
• Working on spyder
• Jupyter notebook

Working on Various Python Library

• Installing library and packages for machine learning and data science
• Matplotlib,Seaborn
• Scipy and Numpy
• Pandas
• IPython toolkit
• scikit-learn,

Data Analysis Using Pandas

• Introduction to Pandas
• Data Type of Pandas
• Creating DataFrame using Pandas
• Importing and Exporting Database
• Working with Complex Data
• Data Mining using Pandas.

You might also like