Python Introduction

Python is general-purpose, interpreted, interactive, Object-Oriented, high level and popular programming language. It was created by Guido van Rossum from 1985 to 1990, and released in 1991. Python introduction topic we will get know basic knowledge about python.

It’s great as a first language because it’s concise and easy to read, and it’s also a good language to have in any programmer’s stack because it can be used for everything from web development to software development and data science applications.

Please read SQL Tutorial

  • It is processed at runtime by the interpreter. You do not need to compile your program before executing it.
  • You can actually sit at a Python prompt and interact with the interpreter directly to write your program.
  • Python also supports object-oriented concepts so it is an object-oriented language.
  • Python is a beginner’s language and also supports the development of a wide range of applications from simple text processing to WWW browser to games.

Features of Python:-

It supports functional and structures programming methods as well as object-oriented programs.
It can be used as a scripting language or can be compiled to byte code for building large applications.
It provides a very high-level dynamic data type and supports dynamic type checking
It supports automatic garbage collection
It can be easily integrated with C, C++, com, Active X, Corba, Java, etc.
Easy to read, learn and maintain the code
A board standard library
Interactive mode (testing and debugging)
Portable (Easy to share the program with others)
Extendable
Support database
GUI programming
Scalable (better structure)

Leave a Comment

Your email address will not be published. Required fields are marked *