Data Science Using Python 2020
Data Science Using Python 2020
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
• Installing library and packages for machine learning and data science
• Matplotlib,Seaborn
• Scipy and Numpy
• Pandas
• IPython toolkit
• scikit-learn,
• Introduction to Pandas
• Data Type of Pandas
• Creating DataFrame using Pandas
• Importing and Exporting Database
• Working with Complex Data
• Data Mining using Pandas.