- 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
- Handle Exceptions
- Read and Write files using the Files API
- Do pattern matching using Regular expressions
- Deal with data and time
- All in simple steps