Python Programing
Python Programming :
Guido van Rossum
Tutorial's :-
Pyth Interpreters: Top 5 Python Interpreters
Syllabus :
UNIT -1 - Download
Introduction:- History Of Python-Needs Of Python-Applications-Basics Of Python Programming - Using The REPL(Shell)-Running Python Script (IDLE), Keywords - I/O Functions- Indentation
UNIT -2-Download
Data Types:-Integers-Strings-Booleans
Operators:- Arithmetic- Comparison - Assignment -Logical - Bitwise -Membership-Identity Operators
[Some Built-In Strings Methods]
Expressions & Order Evaluations:- Control Flow
Conditional Statements:- If ,If-else, Else
Loops:- For, While loops and Nested Loops
Jump Control Statements :- Break, Continue,Pass
UNIT -3-Download
Python Data Structures : String-List-Dictionary-Tuple-Set .
Operations & Methods in: Strings,List,Tuple,Dictionary,Set .
Loops : Looping in Strings,List,Tuple,Dictionary,Set .
Sequence Lists: String-List-Tuple-Bytes-Bytearrays-Range .
Comprehension : List-Dictionary-Tuple-Set-Generator's Comprehension
Functions : Defining Functions, Calling functions,Passing arguments
Actual arguments and Formal Arguments : Positional arguments-Keyword arguments-Default argumnets-Variable length arguments,
Function Types : Anonymous functions, Fruitful functions (Function returning values),Void Function(Function without returning values )
Function Decorator : function generators
Scope of the variables: in a function -Global and Local variables .
Modules :
Creating modules, import statement,from.Import statement, namespacing
Python Packages : Introduction to PIP , Installing Packages via PIP, Using Python packages.
UNIT-5-Download
Object Oriented Programming (OOPS) in Python : Over-view of OOP Terminology :Classes,”self-variable”, Methods, Class Variable,data member, Function Overloading Constructor Method, Inheritance, Overriding
Methods, Data Hiding,Operator Overloading
Class: Base Class, parent & child class , derived class
Inheritance: Types of Inheritance
Operation In Methods
Error and Exceptions : Difference between an error and Exception, Handling Exception, try except block, Raising Exceptions,
User Defined Exceptions.


Comments