Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.
To understand why Python is a useful scripting language for developers.
To learn how to design and program Python applications.
To learn how to use lists, tuples, and dictionaries in Python programs.
To learn how to identify Python object types.
Deals with basics of Python and to give a brief introduction.
Details with conditional statements, looping and control statements.Brief idea with examples.
You will study about analyzing, parsing,etc. with strings.
You will study about Lists, tuples and dictionaries.
You will learn about functions in python.
You will learn about modules in python.
You will learn about Input-Output in Python.
You will study about Exceptional Handling.
You will study about Regular expressions.
You will learn about Database in python.
You will learn about GUI Programming.