print("Welcome")

This page is about one of the most known programming language

This website has one purpose is to share my knowledge of Python.

🛠️ Downloading Python3

Before we begin anything, how about we download python3 as it is the latest version of python.

Downloading Python3 on window

You can either go to the official website (Python3)

Hover on each image to see the steps of downloading it on windows

step one of installing python on window

Step -1-

step one of installing python on window

Step -2-

step one of installing python on window

Step -3-

step one of installing python on window

Step -4-

step one of installing python on window

Step -5-

On Window

window 11 = using winget on terimnal

winget install --id Python.Python.3

Or save yourself the trouble and just download it using the Terminal

On linux

ubunty = using apt

script.sh
sudo apt install python3