Programming Essentials
in
Python
1
Introduction
2
Learning Management System (LMS)
3
https://access.uom.lk
4
https://www.netacad.com/
5
Course Structure
6
Topics
7
8
Python Install steps (For Windows)
1.Go to the official Python website. https://www.python.org/
2.Download the latest windows installer
3. Locate the downloaded .exe file and double-click it.
4.Check 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
1.Go to the official Python website. https://www.python.org/
2. Download the latest macOS installer.
3. Open the downloaded .pkg file.
4.Follow the on-screen instructions to complete the installation.
5.Open Terminal (you can find it in Applications > Utilities).
6.Type python3 and press Enter to check the installation.
10
11