top of page

Installing Python

  • Writer: Jino Shaji
    Jino Shaji
  • Jan 7, 2015
  • 1 min read

Updated: Jun 9, 2020

Installing Python

•Python is installed on the PCs in 156.

•Python for Win/Mac/Unix/Linux is available from http://www.python.org.

–Generally an easy install.

–On macs, already part of OS X.

–For NLTK you need Python 2.3 or higher.

•GUI development environment: IDLE.

IDLE Development Environment


•Shell for interactive evaluation.

•Text editor with color-coding and smart indenting for creating python files.

•Menu commands for changing system settings and running files. 

•We will use IDLE in class.

Recent Posts

See All
Program to Create an investment report.

“””Program: investment.py Author: JINO SHAJI Compute an investment report. 1. The inputs are        starting investment amount       ...

 
 
 

Comments


bottom of page