Is it advisabe to learn to computer languages?

  • Thread starter Thread starter AK2
  • Start date Start date
  • Tags Tags
    Computer
AI Thread Summary
Learning two programming languages simultaneously, such as Python and MATLAB, can be challenging due to the risk of mixing syntax and concepts. It is generally advisable to focus on mastering one language first, particularly to grasp fundamental programming principles. Once a solid foundation in Python is established, transitioning to MATLAB can be easier, especially since both languages share some similarities as interpreted languages. Resources like cheat sheets can aid in this transition. The emphasis should be on understanding programming structures and efficient coding practices before tackling additional languages.
AK2
Messages
39
Reaction score
0
Is it advisabe to learn two computer languages at the same time?

This is my situation. I am learning how to program and at the same time learning python. I'm using the Think Python book by Allen Downey. After finishing this book, is it good to start learning Matlab since I'm going to use it in school. Though they are both interpreted languages they are very different.
 
Last edited:
Technology news on Phys.org
The danger of learning two languages at the same time is the tendency to mix syntax of one language with that of the other, ending up with a mush that isn't valid for either. It's more of a problem if you are learning two languages that have a lot of similarities.

I'm sure there are people who could learn two languages at the same time, but I would advise you to learn one as well as you can first, and then you can apply the common ideas to another language (say matlab) later.
 
Don't bother learning MATLAB until you need it. Stick with a single language for now and get good at it. What you should really be focusing on while learning python is the fundamentals as in structure and how to properly and efficiently code. Once you know the fundamentals, switching to other languages isn't that difficult, especially matlab.
 
I was learning MATLAB at one point. While surfing the net I found out about Python and started using the think python book to learn how to program. May be after I finishing the tutorial in Python Docs I will go back to MATLAB because I'm going to use it in class soon.
 
Matlab/Numpy cheat sheet->there are tons floating around the web, so once you learn python it's pretty easy to pick up matlab.
 
story645 said:
Matlab/Numpy cheat sheet->there are tons floating around the web, so once you learn python it's pretty easy to pick up matlab.

Thanks for the cheat sheet. One thing I came to discover and understand about programming is that it forces you think in many ways in other to solve a problem.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top