Link

Instructions

To use Python to work with Excel, this guide is consisted of 4 tasks:

  • Installing Python 3.8.2 and Pycharm
  • Configuring Python and downloading libraries
  • Writing a basic Python code
  • Running code that you have written and fixing some possible bugs

Installing Python 3.8.2 and Pycharm

Python will be doing most our work. We are going to download Python 3.8.2 and Pycharm.


Downloading Python

1) Go to Python download page: Python.

This is the page you are at

python-download-page

2) Click “Download Python 3.8.2”.

Download Button

3) Click on just downloaded folder “python-3.8.2.exe” at the bottom left corner of the screen.

Folder

4) Tick on “Add Python 3.8 to PATH”.

5) Click “Install now”.

Install

Now we are waiting for it to download.

Progress

When it finishes, we should encounter this:

Done

6) Click “Close”.


Downloading Pycharm

1) Go to Pycharm download page: Pycharm.

Download Pycharm

2) Choose your Operating System (Windows/Mac/Linux).

3) Click “Download” in “Professional” column. We will wait for it to download.

Wait

4) When it finishes, click “Next >”

Next

5) Browse the location you want to put this folder then click “Next >”.

Browse

6) Tick all the boxes in “Installation Options” then click “Next >”.

Option

7) Click “Install”.

Install

8) Click “Finish”.


Conclusion

Installing Python and Pycharm is the primary step of the whole instruction. Once you have downloaded them, you are halfway done.