Skip to content

Introduction to python.

Published: at 02:10 AM

Python is a popular programming language. It was created by Guido van Rossum,and released in 1991.

it is used for web deelopment, software development, mathematics, system scripting and more.

What can python do?

Python can be used on a server to create web applications. It can use alongside software to create workflows. It can connect to database systems and can also perform CRUD operations. It can use to handle big data and perform complex mathematical operations. It can be used for rapid prototyping, or for production-ready software development.

Why python?

Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc).It has a simple syntax similar to the English language.It has syntax that allows developers to write programs with fewer lines than some other programming languages. It runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick. It can be treated in a procedural way, an object-oriented way or a functional way.

Example

print("I am modified")