Talk:Python (programming language): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Pat Palmer
(category check OK)
imported>Subpagination Bot
m (Add {{subpages}} and remove checklist (details))
Line 1: Line 1:
{{checklist
{{subpages}}
|                abc = Python programming language
|                cat1 = Computers
|                cat2 =
|                cat3 =
|          cat_check = n
|              status = 3
|        underlinked = y
|            cleanup = y
|                  by = [[User:Vincent Zee|Vincent Zee]] 02:40, 13 June 2007 (CDT)
}}


== High abstraction level ==
== High abstraction level ==

Revision as of 15:14, 13 November 2007

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
To learn how to update the categories for this article, see here. To update categories, edit the metadata template.
 Definition Dynamic object-oriented, general purpose interpreted programming language. [d] [e]
Checklist and Archives
 Workgroup category Computers [Categories OK]
 Talk Archive 1  English language variant British English

High abstraction level

I am missing a useful comment on the fact that since it is a very high-level interpreted scripting language, it is not as fast as a compiled program.
--Morten Juhl Johansen 06:42, 1 August 2007 (CDT)

I think the issue is a little more complicated, because python code can theoretically be JIT-compiled, which would make it run at the speed of a natively compiled program. I'm not sure about the current state of compilers/VMs though. But the statement is indeed true of CPython. --Ion Alexandru Morega 07:05, 1 August 2007 (CDT)