Sunday, July 29, 2018

Few Words About Python Programming Language



Python is a popular programming language that can be used for:

web development (server-side)
Software development,


Main Features of Python


Python can be used on a server to create web applications.

Python can work with database.

Python uses new lines to denote end of statement.

Indentation is compulsory in Python language to define scope; such as the scope of loops, functions and classes. No curly-brackets are used in Python to mark block. (In C, C++ and Java language, we need to set semicolon at the end of statements and block is necessary in loop, function, decision making statements etc.)


Advantages of Python


Python works on different platforms.

Python uses simple syntax similar to the English language.

Using Python programming language, one can write programs with fewer lines than some other programming languages.

Python is an interpreted programming language.

No comments:

Post a Comment

Subscribe via email

Enter your email address:

Delivered by FeedBurner