0% found this document useful (0 votes)
26 views

TSC: TSC601 E-Learning Materials Development and Basic Programming

This document provides instructions for setting up an e-learning development environment including installing Python 3.5.2, the pygame module, and Visual Studio Community Edition integrated development environment on a Windows 10 system with a 64-bit processor. It outlines downloading and installing Python from the official website, manually installing the pygame module by downloading and running a .whl file via pip, and downloading Visual Studio Community along with the Python tools extension.

Uploaded by

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

TSC: TSC601 E-Learning Materials Development and Basic Programming

This document provides instructions for setting up an e-learning development environment including installing Python 3.5.2, the pygame module, and Visual Studio Community Edition integrated development environment on a Windows 10 system with a 64-bit processor. It outlines downloading and installing Python from the official website, manually installing the pygame module by downloading and running a .whl file via pip, and downloading Visual Studio Community along with the Python tools extension.

Uploaded by

raj28_999
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

TSC: TSC601 E-learning materials development and basic

programming
Hardware and Software used for this tutorial:
1) 64 Bit Processor
2) Windows 10 OS
3) Python 3.5.2 64 bit
4) Visual Studio Community Edition 2015 along with "Python
tools for Visual Studio 2.2.5".
Step1: Install Python 3.5.2 64 Bit:
https://www.python.org/downloads/windows/
Step2:
a. Install pygame module:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
Download .whl file for Python3.5 64 bit
b. Move this (pygame-1.9.2b1-cp35-cp35m-win_amd64.whl) file
to your Python directory where it is being installed.
(C:\Program Files\Python35)
c. Open command prompt (as administrator) and navigate to
C:\Program Files\Python35>
Type: pip install pygame-1.9.2b1-cp35-cp35mwin_amd64.whl
For example, C:\Program Files\Python35> pip install pygame1.9.2b1-cp35-cp35m-win_amd64.whl
d. Type Import pygame in Python based command line.
Step 3: Install IDE (Integrated Development Environment):

For example, Visual Studio Community along with Python


tools for Visual Studio. Link:
https://www.visualstudio.com/downloads/

You might also like