Python for beginners
What you'll
learn
·
Master the Features of Python Language
·
Install Python Virtual Machine and the Eclipse
IDE(PyDev)
·
Execute your first python program
·
Learn various simple types as well as collection types
·
Define logic using conditional statements ,looping
constructs
·
Use the different types of operators
·
See the input and output functions in action
·
Pass Command line arguments
·
Create and use functions , Lambdas Decorators and Generators
·
Learn what Object Oriented Programming is the four OOPs
principles
·
Implement inheritance, abstraction, polymorphism and
encapsulation
·
Understand interfaces, their importance, and their uses
· Use abstract classes and interfaces to implement abstraction
Python setup
Python IDE
Variables
Python Operators
Arithemetic Operator
Comparison Operator
Assignment Operator
Bitwise Operator
Membership Operator
Identity Operator
If Statement
If Else Statement
Break & Continue Statement
For Loop
While Loop
Home Assignment
String
Number
List
Dictionary
Function
Module
Exception
Home Assignment
File Operation
File Reading
File Writing
Appending File