Basic Programming Using Python (KV Teacher 10 June)


Introduction

Lessons (Click on lesson name to open lesson)

  1. All participants should have a working computer to participate in this workshop
  2. Download the Canopy Python distribution for your OS and architecture from here. You may download it for either Python 2.x or 3.x, although 3.x is recommended.
  3. Install Canopy using instructions: Docs
  4. After installation , run Canopy application once to complete the setup.
  5. If you have downloaded Canopy with Python 3.x, then install the following packages
    a) Launch the package manager from Canopy and install pyqt
    b) or Launch the Canopy terminal ( in tools menu) and on the terminal type : edm install pyqt