0% found this document useful (0 votes)
8 views11 pages

Python Installation Guide for NetAcad

The document provides an introduction to a Programming Essentials course in Python, detailing the course structure and topics covered. It includes step-by-step installation instructions for Python on both Windows and macOS. For Windows, users are guided to download the installer and check installation via Command Prompt, while macOS users are instructed to use Terminal for verification.

Uploaded by

Gayan Indunil
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views11 pages

Python Installation Guide for NetAcad

The document provides an introduction to a Programming Essentials course in Python, detailing the course structure and topics covered. It includes step-by-step installation instructions for Python on both Windows and macOS. For Windows, users are guided to download the installer and check installation via Command Prompt, while macOS users are instructed to use Terminal for verification.

Uploaded by

Gayan Indunil
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Programming Essentials

in
Python

1
Introduction

2
Learning Management System (LMS)

3
[Link]

4
[Link]

5
Course Structure

6
Topics

7
8
Python Install steps (For Windows)

[Link] to the official Python website. [Link]

[Link] the latest windows installer

3. Locate the downloaded .exe file and double-click it.

[Link] the box that says, “Add Python to PATH.”

5. Click on "Install Now."

6. Open Command Prompt (search for “cmd” in the start menu) .

7. Type python and press Enter to check installation

9
For macOS

[Link] to the official Python website. [Link]

2. Download the latest macOS installer.

3. Open the downloaded .pkg file.

[Link] the on-screen instructions to complete the installation.

[Link] Terminal (you can find it in Applications > Utilities).

[Link] python3 and press Enter to check the installation.

10
11

You might also like