Python was created by Guido van Rossum, and first released on February 20, 1991.
Python, one of the most popular programming languages in the world, has created everything from Netflixâs recommendation algorithm to the software that controls self-driving cars. Python is a general-purpose language, which means itâs designed to be used in a range of applications, including data science, software and web development, automation, and generally getting stuff done.
While you may know the python as a large snake, the name of the Python programming language comes from an old BBC television comedy sketch series called Monty Python's Flying Circus.
What is Python used for?
Python is commonly used for developing websites and software, task automation, data analysis, and data visualization. Since itâs relatively easy to learn, Python has been adopted by many non-programmers such as accountants and scientists, for a variety of everyday tasks, like organizing finances.
1.3) download the exe file according to your system.
2) Running the Executable Installer
2.1) After the installer is downloaded, double-click the .exe file, for example python-3.10.10-amd64.exe, to run the Python installer.
2.2) Select the Install launcher for all users checkbox, which enables all users of the computer to access the Python launcher application.
2.3) Select the Add python.exe to PATH checkbox, which enables users to launch Python from the command line.
2.4) If youâre just getting started with Python and you want to install it with default features as described in the dialog, then click Install Now. To install other optional and advanced features, click Customize installation and continue.
2.5) The Optional Features include common tools and resources for Python and you can install all of them, even if you donât plan to use them.
2.6) Click Install to start the installation.
2.7) After the installation is complete, a Setup was successful message displays.
Installation On Linux
1) Install python on your Linux using the commands given bellow.
Write a comment ...