Hi guys, I have been learning Python for about a week now, it is my first programming language and I was just wondering if I should drop it and start learning C++ which I hear is much more usefull.
All help is appreciated
Language learning question
Started by Andrew.G, Jun 21 2009 07:37 PM
5 replies to this topic
#1
Posted 21 June 2009 - 07:37 PM
|
|
|
#2
Posted 21 June 2009 - 11:27 PM
Buddy you have to go to the Basics...
First learn C++ after then you can easily learn other languages..Because c++ is the basic language and many function like inheritance is used by other languages..
So i will suggest you to go for C++ first ...
Thanks And regards..
Mark Gats.....
........................................................................................................
First learn C++ after then you can easily learn other languages..Because c++ is the basic language and many function like inheritance is used by other languages..
So i will suggest you to go for C++ first ...
Thanks And regards..
Mark Gats.....
........................................................................................................
#3
Posted 22 June 2009 - 02:29 AM
C++ is a large and difficult language to master. It is certainly great, but I wouldn't recommend it as a first language. Python is a good scripting language I hear, but if you want something useful - yet more suitable for beginners - C# could perhaps be a good idea? Yet, if you are willing to spend some frustrating hours, I'm sure you'll be able to learn C++. That is up to you :)
Posted via CodeCall Mobile
Posted via CodeCall Mobile
#4
Posted 22 June 2009 - 03:23 AM
gatsmark01 said:
Buddy you have to go to the Basics...
First learn C++ after then you can easily learn other languages..Because c++ is the basic language and many function like inheritance is used by other languages..
So i will suggest you to go for C++ first ...
First learn C++ after then you can easily learn other languages..Because c++ is the basic language and many function like inheritance is used by other languages..
So i will suggest you to go for C++ first ...
Your point is? You can learn the basics of programming and object based programming with any object oriented language, java, python, vb.net, etc.... Also most object languages are different from the object model in C++ with regards to it's implementation of inheritance.
If you put the time into it, you could learn C++. It wouldn't hurt to learn it. Some of the concepts are a bit tricky (references, pointers) but it is often used in an introductory computer science class.
Then again, if you really put the time into Python, you will find that you can do a lot in small amounts of code. The built in data structures it has are just amazing. If you have been using Python for awhile, and find that you like what it can do, stay with it.
#5
Posted 22 June 2009 - 06:40 AM
Thanks for all the help, I think I will be sticking with Python till I get that down and will move on to C++
#6
Posted 22 June 2009 - 07:20 AM
Most languages can accomplish the same things. They have different strengths and weaknesses. Language hopping is a great way to know a little about a lot of languages and be able to do nothing meaningful in any of them.


Sign In
Create Account


Back to top









