+ 2
Should i learn one programming language or multiple?
I'm currently learning C++, I also wanted to learn Java and python (i know a little bit of python's syntax) but I'm not sure if I should focus learning c++ first, need some advice thanks
13 Answers
+ 15
Nat honestly it's better to learn ( truly learn each language ) separately before proceeding to the next.
+ 6
Yes
+ 1
I recommend starting with html. Then coming back to the basics, and trying to make simple things you can use. Like a calculator, a color slider, a timer. Learning how to make small things in each coding language can help you a lot.
+ 1
I recommend you to study and focus on ONE popular (top 5 of tiobe index) programming language and try to master the reserved keywords that come with the language standard library. After that study the language's way of making user-defined functions in order to perform compare and contrast observation to the next language that you will learn.
0
It's important to learn the syntax of one language and it's concepts. When you learn a language, you can learn another language better. Learn one language and don't think about what I will learn after?
You need to read the path of development âïž
0
Maybe HTML, CSS, JavaScript then proceed to other languages.
0
You should really focus on one programming language as it helps you develop your fundamentals. Do a few personal projects in your first language before focusing on another. Then when you pick up another, you'll be already familar with key concepts. Theres a lot if similarities between the languages just different syntaxes most of the time.
If you can understand c++ then python will be a cakewalk when you start to learn it.
0
It Depends On Your Goal What You Want To Become. So It's Best To Learn Those Programs One By One, If You Take All Of It At Once You Will Forget Other Important Stuffs. So It's Best For You To Take It Only One And Then Move To Other Course According To Your Goal
0
I think its good to choose and focus on one and then learn other a side
0
I'm currently pursuing my 2nd year Computer Science Degree.. Have no experience in coding.. What should I shart with??
0
Learn as much of what language you need to get the job done right. Overall, your experience with language design and language architecture will readily serve you in all situations, and may even provide insights you otherwise may not have. Focus on that higher level aspect of language, and the rest will follow.