Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

https://lara.co.

in

Python Course Content


Python Installation
Install Editplus and Run first Python Program
Comments
print() function
Easiness of Python when compared with Other Languages
Where we can use Python
Features of Python
Limitations of Python
Python Versions
Language Fundamentals
Python Identifiers
Literatls and Constants
Python Reserved Words
Data Types
Global and Local variables
+ and * operators
Type Casting
Immutability
Python Datastructures: List,Tuple, Set, FrozenSet, Dict
None Data Type
Escape Characters
Arithmetic Operators
Relational Operators
Equality Operators
Logical Operators
Bitwise Operators
Shift Operators
Assignment Operator
Ternary Operator

https://lara.co.in
https://lara.co.in

Identity & Membership Operators


Operator Precedence
Python Module
math Module
Input
raw_input() and input() functions
Command Line Arguments
Indentation
if-elif-else statement
for loop
While Loop
Nested Loops
break statement
continue statement
Loops with else block
pass statement
del statement
Python Strings
Slice
Mathmatical, Membership and Comparison Operators for Strings
strip(),lstrip(),rstrip(), find(), rfind(), replace(), split() and join()
Python Functions
Recursive Functions
Anonymous Functions/Lambda Functions
filter() function
map() Function
reduce() Function
Python Modules
Python Packages
__init__.py file

https://lara.co.in
https://lara.co.in

Python Object Oriented Programmings ( OOPS)


Class, Object and Reference Variable In Simple Way
self variable
Constructor
Instance, Static and Local
Setter and Getter Methods
Accessing Members of one class inside another class
Inner classes
Nested Methods
Garbage Collection Introduction
Destructor
HAS-A Relationship
Composition vs Aggregation
Inheritance
IS-A Relationship
Method Resolution Order
Polymorphism
Operator Overloading
Abstract Method and Abstract Class
Interfaces
Access specifies
Python Exception Handling
Python Assertions
Python Logging
Python File Handling
Introduction and Types of Files
Handling Binary Files
Object Serialization
Python Decorators
Python Generators

https://lara.co.in
https://lara.co.in

Machine Learning Basics


Mean Median Mode
Standard Deviation
Percentile
Data Distribution
Normal Data Distribution
Scatter Plot
Linear Regression
Polynomial Regression
Multiple Regression
Scale
Decision Tree
Supervised
Unsupervised
Bayesian Methods
Implementing a Spam Classifier
Graphviz
Ensemble Learning
Support Vector Machines (SVM) Overview

https://lara.co.in

You might also like