_
Overview
Python is a programming language that lets you work quickly and integrate systems more effectively. It is often used as a support language for software developers, for build control and management, testing, and in many other ways. It is also used to build ERP and e-commerce systems. Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. It was created by Guido van Rossum during 1985- 1990. Like Perl, Python source code is also available under the GNU General Public License (GPL). This Course gives enough understanding on Python programming language.
_
Topics Covered
Python Interpreter | Lambda forms |
Executable Python Script | Built-in functions |
Interactive Python | Date and Time |
Python syntax | Own Functions |
Variables | Standard Libraries (Useful Modules) |
Conditional Statements | User Interface and Interaction |
Operators and Loops | Scoping |
One-Liners | Regular Expression |
Data Structures | Exception Handling |
Lists and Tuples | Class |
Sets and Dicts | Instance |
String Formatting | Method Objects |
Reading and Writing Files | Inheritance |
User defined Functions | Database Connectivity |
Keyword arguments | Generators |