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