Python Programming
Data Science with Python
Welcome to Crisp Metrics Post Graduate Program in Python with Machine Learning
Installing Python through Anaconda
Writing & Execution first Python Script
Our first program in IDLE
Writing & executing python script in IDLE through anaconda
Commenting in Python
Introduction to Variables
Introduction to Data Type
Introduction to Strings
Strings & Combination of Methods
Integers & Float
4. List
Tuples
Dictonary
Basic List Manipulation
List Slicing
Looping & Copying a list
List Method - I
List Method - II
Input Function
Casting input function
Introduction to Math
Introduction to Precedence
If Statement
Else Statment
Elif Statement
For Loop
While Loop
Time Table Project
Creating Function
Function Argument
Function Default Argument
Lambda Functions
Introduction
Accessing Class Attributes
Creating Classes
Initiating Instances of a Class
Accessing Class Method
Multiple Instances of a Class
Creating Modules
Using Modules
Standard Modules
Statistic Modules
The Dice Game
Creating and writing to file
Appending to File
Reading a File
Try Except
Finally Block