0 Members and 1 Guest are viewing this topic.
Python is good for a complete beginner.
a = "Hello"print ab = raw_input()if b = "World": print "Correct Answer"else: print "Wrong Answer"raw_input()
Yeah, I'd say Python is good for a complete beginner.However, that does not mean it's a language only for beginners. I don't see a reason why you'd "need" to transition to another language.Though, maybe you'd want to learn C, because you'd learn more about programming (it's at a lower level).Unless you actually needed to know another language for a specific reason (i.e. you're trying to program on a platform only supporting one language, or you're trying to modify something written using another language), you really don't "need" to move to Java or C++.But that's just the opinion of someone who dislikes Java and C++ and does most of his programming in Python, C, and VB .NET.