Complete Python Courses Contents
What is Python?
Python was introduced by Guido van Rossum during 1985- 1990. Python is an easy to learn, powerful programming language. Python is a general-purpose interpreted, interactive, object- oriented, and high-level programming language with dynamic semantics. Python is one of those rare languages which can claim to be both simple and powerful. The Python source code is available under the GNU General Public License (GPL).
Python's elegant syntax and dynamic typing together with its interpreted nature makes it an ideal language for scripting and rapid application development in many areas on most platforms.Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are accessible in source or binary form without charge for all key platforms and can be freely distributed. Learning Python does not need any pre- requisites. However one should have the basic understanding of computer programming languages. A basic understanding of any of the programming languages is an advantage.
Python Tutorial Python Features Python History Python Applications Python Install Python Example Python Variables Python Data Types Python Keywords Python Literals Python Operators Python Comments Python If else Python Loops Python For Loop Python While Loop Python Break Python Continue Python Pass Python Strings Python Lists Python Tuples Python Sets Python Dictionary Python Functions Python Built-in Functions Python Lambda Functions Python Files I/O Python Modules Python Exceptions Python Date Python Regex Python Sending Email Read CSV File Write CSV File Read Excel File Write Excel File Python Assert Python List Comprehension Python Collection Module Python Math Module Python OS Module Python Random Module Python Statistics Module Python Sys Module Python IDEs Python Arrays Command Line Arguments Python Magic Method Python Stack and Queue Python OOPs Python OOPs Concepts Python Object Class Python Constructors Python Inheritance Python MySQL Environment Setup Database Connection Creating New Database Creating Tables Insert Operation Read Operation Update Operation Join Operation Performing Transactions