27 julio, 2024

Learn to install Python on your computer | Bootcamps

Do you want to start programming and don’t know where to start? For us, the best option for you to start developing your knowledge as a programmer is to learn Python. This language has an excellent learning curve that makes it the easiest language to learn for people without experience. Used in web development and Big Data environments.

To start programming in Python, the first step is to have it installed on your computer, and in this post you will find the steps you must follow to do so. The process is different for Mac and Windows userseven all Macs come with a version of Python installed (which is not the current one).

Install Python on Windows

Check that Python is not installed on your computer. For this go to the command console and run python. The console should respond with the message: “python” is not recognized as an internal or external command, program, or executable batch file.
Enter the official Python website https://www.python.org/
Go to the “Downloads” section and select the “Python 3.7.4” option. Possibly every week there is a new version, but the page will automatically suggest the one that is best for your operating system.

A file has been downloaded to your computer, which is the Python installer. Now you must execute it.
On the screen that appears, you must be careful to leave the “Add Python 3.7 to path” option selected, so that you have Python available in the command console.
Then select “Install now” to start the default installation.

Once the installation is complete, go back to the command console and run python, Now a new message should appear indicating the installed version of Python on your computer and from there you can start using it.


You already have Python on your computer and you can start coding from the command console or also from the IDE that you will find in the Python folder.

Install Python on Mac

Check that you do not have Python version 3 installed. To do this, first look in the applications folder for the “Terminal” app and enter there.
Run the command python3. To which your computer must respond with the message “-bash: python3: command not found”. On the contrary, if you run the command python, The current version of python will appear and it will begin to execute this language in the terminal.

To change the version of Python to the most recent one, go to the official Python website https://www.python.org/ and download in the “Downloads” section the version “Python 3.7.4” or the one that the page recommends for your operating system.

A file has been downloaded to your computer which is the Python installer. Now you must execute it.
In all steps you must select the “continue” option to reach the sixth step in which the installation begins.


Once the installation is complete, the Python folder will open automatically and there you can find the Python IDE so you can start coding.
If you want to open the latest version of Python from the terminal, you must run the command python3 and thus this programming language will open to you.

We recommend you start learn Python with the IDE that comes installedbecause there you can create different files, debug and run your code to create your first program.

Now that you have Python on your computer, it’s time to break the fear of the blank screen and start coding. If you want to completely master Python and start your career as a developer, you have to know our Bootcamp Learn to Program from Scratch, where You will learn programming fundamentals, object-oriented programming, functional programming and the main development tools that will begin your path as a Full Stack Developer.

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *