You're approaching the question as “which language is better”. Don't bother. Is a hammer better than a screwdriver? Is a car better than a ship? They don't compare.
Python's niche is fast development with high level logic. It's applicable to a wide range of applications including GUI, simple multimedia, web development, scripts, and so on. C is a systems level language and Java is a portable application platform. They all have their strengths, and you need to find out about them through Google, Wikipedia, and just reading about them.
How would you rate python when compared to those like C and java ?
Python is a great program for beginners. If someone with no experience or education with programming wants to get into it, Python is the way to go.
I like Java, it is very clean and easy to use with some know how involved, not for beginners at all, but C is where it is at for me. I love C++
I would say start with Python and read everything you can read about it, while learning it. If you use it a lot and give it a honest try, you may be able to jump right into Java and C, and C++ Good luck.
Reply:Hi,
python is an interpreted programming language, well we can't say it's for beginners, since it's has a very rich library an ready made modules that allows you to build advanced programs with less time and effort. you can compare it to perl, ruby etc... the difference between it and the compiled languages like C, C++ is in the way you run it; python need the interpreter to be installed on the machine in order to run (all linux distributions have phyton installed and you can install it on Windows) while compiled languages allows you to create executable programs that you can run on different environment.
in the end every language have it's advantages and disadvantages, it depends on your needs. but in sum python is a good one to learn
i forgot, python allows you also to make graphical interfaces based on Qt or TK easily
:)
garden centres
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment