What is Python?
Python is an object-oriented programming language created by Guido Rossum
in 1989. It is ideally designed for rapid prototyping of complex applications. It
has interfaces to many OS system calls and libraries and is extensible to C or
C++. Many large companies use the Python programming language, including
NASA, Google, YouTube, BitTorrent, etc.
How to Install
• To download and install Python, visit the official website of Python
https://www.python.org/downloads/ and choose your version. We have chosen
Python version 3.11.5
,• Once the download is completed, run the .exe file to install Python. Now click on the
box below to add python to Path and then click Install Now.
, • When it finishes, you can see a screen that says the Setup was successful. Now click on
“Close”.
Now to download and install Sublime Text, visit the official website
https://www.sublimetext.com/download and click on the Windows button to
start the download.