Introduction To Python
Introduction To Python
HTML
CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C
Python Introduction
❮ Previous Next ❯
What is Python?
Python is a popular programming language. It was created by Guido van Rossum, and
released in 1991.
It is used for:
Why Python?
Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc).
Python has a simple syntax similar to the English language.
https://www.w3schools.com/python/python_intro.asp 1/8
11/25/24, 10:10 PM Introduction to Python
Python has syntax that allows developers to write programs with fewer lines than
Tutorials
some Exercises languages.
other programming Services Sign Up Log in
Python runs on an interpreter system, meaning that code can be executed as soon
HTML
CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C
as it is written. This means that prototyping can be very quick.
Python can be treated in a procedural way, an object-oriented way or a functional
way.
Good to know
The most recent major version of Python is Python 3, which we shall be using in
this tutorial. However, Python 2, although not being updated with anything other
than security updates, is still quite popular.
In this tutorial Python will be written in a text editor. It is possible to write Python
in an Integrated Development Environment, such as Thonny, Pycharm, Netbeans or
Eclipse which are particularly useful when managing larger collections of Python
files.
print("Hello, World!")
Try it Yourself »
https://www.w3schools.com/python/python_intro.asp 2/8