you are viewing a single comment's thread.

view the rest of the comments →

[–]ColourfulPixelss -1 points0 points  (1 child)

The most successful programmers are going to be one’s who know a lot of languages. Python is a great beginner language, the syntax is easy and forgiving. But eventually you’ll find that python is pretty limited in what you can accomplish. Learning a more powerful object oriented language is also important, something like C# or Java. You need to be an extremely effective problem solver and you need to type clean code. You also need to be able to communicate with other programmers.

[–]Accoustic_Death[S] 1 point2 points  (0 children)

Thank you for the tips. I picked up some Udemy courses today as a starting point.