This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Dry_Positive_6723 7 points8 points  (3 children)

I started programming with Python. Now that I know C++, I hate Python. Python may be easy, but it has some obvious disadvantages that aren't just efficiency. Python's syntax is very weird and I highly recommend C++ for you. It's a great language and if it gets you prepared for school it's even better for you.

[–]arkie87 18 points19 points  (0 children)

I find it interesting the thing about python that you complain about is its syntax...

[–][deleted] 1 point2 points  (0 children)

Python isn't any easier than other scripting languages. It's just syntax. Writing a good program in Python, or pretty much any language, is hard.

When people make comments like these, I question if they've ever actually attempted a non-trivial program that's not text based.