Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: Is Python a commercial proposition ?

Reply
Thread Tools

Re: Is Python a commercial proposition ?

 
 
Terry Reedy
Guest
Posts: n/a
 
      07-29-2012
On 7/29/2012 12:01 PM, lipska the kat wrote:
> I'm trying to understand where Python fits into the set of commonly
> available, commercially used languages of the moment.


Ever heard of a little startup called Google? It was built with C, Java,
.... and Python. I believe Youtube is scripted in Python.

> Are applications generally written entirely in python
> or is it more often used for a subset of functionality.


Even if the direct application is in Python, if it runs on CPython, it
probably uses modules coded or re-coded in C, and it certainly used
builtin functions and classes coded in C.

The first 'killer app' for Python, in the 1990s, was its use as a glue
language for interactive and batch scientific/numerical computation
mostly done in compiled Fortran.

--
Terry Jan Reedy



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Is Python a commercial proposition ? Michael Hrivnak Python 2 07-29-2012 09:47 PM
Re: Is Python a commercial proposition ? Tim Chase Python 0 07-29-2012 06:28 PM
Re: Is Python a commercial proposition ? Brandon Schaffer Python 0 07-29-2012 05:50 PM
counting source lines (was: Is Python a commercial proposition ?) Stefan Behnel Python 0 07-29-2012 05:49 PM
Re: Is Python a commercial proposition ? Mark Lawrence Python 0 07-29-2012 05:43 PM



Advertisments