Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where did Python come from

Status
Not open for further replies.

bsisko

Programmer
Oct 9, 2000
85
US
I've been programming in C++ and Basic for years. I've just heard of Python when I was checking out Caligari's website. What type of language is it? Where did it come from. Is similiar to C++, Basic, Pascal.
 
Python is an interpreted language like BASIC but its syntax is more like C/C++ or PERL. It is object-oriented, "loosely-typed," scalable, portable, embeddable, extendable, and (best of all) free. It is used a lot in prototyping but I've also seen it used as a replacement for other scripting languages.

It originally started out as a beginning programming language called ABC. ABC never caught on but Guido van Rossum (co-author of ABC) ovehauled it and named it Python after "Monte Python's Flying Circus."

Check out the websites , or . Included in the language download is (or used to be) a tutorial by Guido van Rossum. In it he tells how he came up with Python.

James P. Cottingham

All opinions are mine alone and do not necessarily reflect those of my employer.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top