Python Setup on MacOs: Python Complete Course — Part 6
Before we start let me tell you that:
- This article is a part of the Python Complete Beginner to Expert Course which you can find it here.
- This article is also available as a YouTube video here.
Summary
This article provides a step-by-step guide on how to set up Python and PyCharm IDE on macOS.
Abstract
The article is a part of the Python Complete Beginner to Expert Course, which is available as a YouTube video as well. It covers the installation of Python and PyCharm IDE on macOS. The article provides a detailed guide on how to download and install Python and PyCharm IDE, including screenshots of each step. The author also provides instructions on how to test whether Python was installed successfully or not. The article concludes by providing a summary of what was learned in the article.
Opinions
Before we start let me tell you that:
To start learning Python, you should get Python installed on your machine. Also, you need an editor to write and run your code.
If you are a macOS user, this article is for you. The following articles are for Windows and Linux users.
This article will cover the following outlines:
To get Python on your macOS follow these steps:

2. Select the Python release and download macOS 64-bit/32-bit installer (pkg file). Refer to Figure 2.

3. Once the pkg file has been downloaded on your computer, open the downloaded file. Now you can see the macOS installation wizard install Python on your computer.
4. You have to agree to the license agreement and keep clicking continue until the installer asks you to insert your user password, enter your password then click on install software. Refer to Figure 3.

5. Click Close, after the installer has successfully installed Python on your computer.
6. You will see a dialogue box asking you if you want to keep or remove the installation file, choose what you want. Refer to Figure 4.

Now we are going to test whether Python was installed successfully or not

python3 --versionClick enter.
You should get the Python version. Refer to Figure 6.

Let’s move on and install PyCharm IDE.
Simply, follow the steps:

3. Once the dmg file has been downloaded on your computer, open the downloaded file.
4. After the installer finished Opening and verifying your PyCharm dmg file, you should drag and drop the Pycharm file into your computer application folder. Refer to Figure 8.

5. When the installer finished copying PyCharm to your computer application folder click on the PyCharm icon in that folder, then click open. Refer to Figure 9.

6. Accept the JetBrains privacy policy and click continue. Refer to Figure 10.

7. It is up to you to share some data from your environment or don’t share. Refer to Figure 11.

8. Now we can start customizing our PyCharm. Select your preferred Keymap scheme, then click next. Refer to Figure 12.

9. Select your preferred UI theme, then click Next. Refer to Figure 13.

10. Check the box (create a script….), then click start using PyCharm. Refer to Figure 14.

11. The installer asks you to enter your user password, enter the password, and then click OK. Refer to Figure 15.

A welcome window appears, you can start and create your first project. Refer to Figure 16.

Congratulations! You can start coding on your computer…

In this article we have talked about:
P.S.: A million thanks for your time reading my story. Before you leave let me mention quickly two points:
To get back to the previous article, you can use the following link:
To move on to the next article, you can use the following link: