🚀 If you want to join the EverythingPython Whatsapp Channel to learn something new in Python everytime I learn something, here you go - EverythingPython Channel.

⏱️ 1 min 20 sec read

I want to learn Python

11th Jan 2025

This is one of the most common questions I get asked by people who are just starting out with Python.

If you have no prior programming experience, how Do you start? Valid question.

alt text

Let's take it step by step.

Most guides start with understanding the syntax of Python, the basic data types, control structures etc. Which is all well and good but I think the first thing you should do is to install Python on your system.

That will be the end state of this Post i.e you will have Python installed on your system.

Install Python

  1. Go to the Python website and download the latest version of Python.

alt text

  1. Run the installer and make sure to check the box that says "Add Python to PATH".

alt text

alt text

If your setup was successful, you should see this screen -

alt text


Verify the installation

  1. Open a command prompt and type python --version. You should see the version of Python you just installed.

alt text

If you have reached this stage, congratulations! You have successfully installed Python on your system.

If you have any questions, login to Github and comment on this post. I will try to help you out! Alternatively you can also mail me.