View Single Post
Old 09-27-2013, 01:20 PM   #88
Billi
Wizard
Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.Billi ought to be getting tired of karma fortunes by now.
 
Billi's Avatar
 
Posts: 3,388
Karma: 14190103
Join Date: Jun 2009
Location: Berlin
Device: Cybook, iRex, PB, Onyx
it is also a programming language, like C++. The biggest difference is that Python is an interpreted language whereas C++ is a compiled one. The translation to machine code (= compiling, linking) happens during runtime. This means that the program runs a little bit slower but with nowadays computers you won't notice too much of a difference. You will find that wikipedia is a very good source to answer these kind of questions in detail.

edit: buh, much too slow.
Billi is offline   Reply With Quote