top of page

What is Python?

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

Updated: Jun 9, 2020


•A programming language with strong similarities to PERL, but with powerful typing and object oriented features. 

–Commonly used for producing HTML content on websites.  Great for text files.

–Useful built-in types (lists, dictionaries).


–Clean syntax, powerful extensions.

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