TSC: TSC601 E-Learning Materials Development and Basic Programming
TSC: TSC601 E-Learning Materials Development and Basic Programming
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):