+ 3
Was Python really the right choice?
I am learning Python first but Iām wondering what you all did first and if I chose the right language? So far Iāve answered other peopleās questions that Python is a good base language but Iām starting to wonder if I made the wrong assumption because I still get this big limited feeling.
6 Answers
+ 12
@Gordie is right. I think, too, you must begin with low level programming languages, like C/C++ or Assembly (joking:) ). It is important to understand how the computer thinks and how the programmer must think.
But (!), as I like the Python and code more in it, I don't think it is wrong choice. You can learn it first, because Python is very good in introducing to programming. But, if you want to be good programmer, you must know how to use the things you've learnt and to know how they work. In Python, the last thing is harder to understand than in lower level languages, but it's not impossible. Don't give up.
+ 6
Don't worry man, you'll be comfortable as you become more familiar and practice more python.
It's nice to learn python as your Ist language.
+ 5
Well said Gordie Sir!
+ 2
Iām not a huge fan of python, but itās a relatively short tutorial, so if you feel the same by the end, you still wonāt waste much time learning it.
After python Iād suggest Java, then C#, then C++, then find a C tutorial.
+ 1
Thx Gordie Iāll try to finish up Python quickly so I can start Java
- 2
Python is good. But you should learn something like html and css and JavaScript. Then learn something like Java or c++