| Author |
python and scalbility
|
Mohamed El-Refaey
Ranch Hand
Joined: Dec 08, 2009
Posts: 119
|
|
Hi Peter,
Why you chose python in particular to write down your samples and tutorial? do you think it will scale well with big data chunks? and do you have any performance data about that or referenced any benchmarks with other language doing the same job?
Regards,
Mohmaed
|
Best Regards, Mohamed El-Refaey
www.egyptcloudforum.com
|
 |
Eder Suarez
Greenhorn
Joined: Jun 15, 2011
Posts: 13
|
|
|
Scalability will depend on how you construct the structure of your project. The main advantage of it is that, if it's well built, Python itself will help you have and maintain a clean and readable code with good performance. Although it's perhaps not as fast as C++ for example, I enormously prefer Python for the beautiful code you get. The programming language you choose will depend on your taste and specific needs.
|
 |
 |
|
|
subject: python and scalbility
|
|
|