954,549 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Python speed !

At the beginning I found Python was very good at its data structures , concise code, and some strong aspects !
but it's very difficult to solve a program with higher speed than C++ and java !

I'm very confused !
could you tell me why do you choose Python to substitute for java , C++ or visual Basic ?

thanks !

greatbear
Newbie Poster
3 posts since Apr 2006
Reputation Points: 10
Solved Threads: 0
 
... why do you choose Python to substitute for java , C++ or visual Basic ?


Developing an application is simply much faster. The code is easier to maintain by yourself and other people.

Like Java, Python has JIT compilers and speed optimized modules available for higher speed applications. For real speed critical applications you can easily include C or C++ in your Python code. This is common practice at Google, and might explain why Microsoft lacks behind.

In contrast to Visual Basic, Python is open source and works an many different operating systems. The Boa Constructor IDE is much like the Visual or Delphi RAD.

vegaseat
DaniWeb's Hypocrite
Moderator
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
 

Vega,
your are right! In the real world it is more important to be out on the market with a working program at the right time. There are a few cases, where it is critical to milk the speed of program execution for every microsecond.

Ene Uran
Posting Virtuoso
1,723 posts since Aug 2005
Reputation Points: 625
Solved Threads: 213
 

:cheesy:
Thanks !
Now I have more confidence in Python !

greatbear
Newbie Poster
3 posts since Apr 2006
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You