Quote:
|
Originally Posted by kaustav_geek
C# in Linux ? Is it not proprietary too ? In case it isn't.. I don't think Linux has inherent support for C# , right ?
A side question.... How strong is Python when compared to C++ or C# ?? Give a neutral opinion over it.........
|
Python is a scripting language and is not meant for heavy duty System Software development ,
whereas C++/C# are for system level application development .
although C# is a lot easier and as powerful as c++ .
python , Perl , etc r very useful when you wanna do simple tasks n automation like extracting links from web-page , or designing phone-cook kinda software .
also C++/C# give much more performance as they r compiled n Python apps r interpreted .