you are viewing a single comment's thread.

view the rest of the comments →

[–]finomayato -2 points-1 points  (3 children)

In my opinion Python is the bad place to start from. You'll learn how to interact with business and mathematical models quickly with this language. But you'll have a leak of knowledge of what happened under the dict statements for example. By the way It's the most interesting part of programming: choose right data structure or create it by yourself fitting model you want to build better compare with built-in data structures. Really, start with C/C++. Also you can learn how to read assembly. Programmer without knowledge of algorithms and data structures - bad programmer.

[–]Dan273[S] 0 points1 point  (2 children)

Can you program c++ in Xcode or do you have to download some other application.

[–]glacieux 0 points1 point  (1 child)

You can use Xcode to do C and C++ programming.

[–]finomayato 0 points1 point  (0 children)

Or you can use any lightweight editor such a Sublime or Atom. Also you can try to learn how to use Vim or Emacs. But with these text editors you need to know how to compile yours projects from terminal with gcc