+ 3
Hello guys. Please what programming language should i be learning since i am studying ELECTRICAL AND ELECTRONICS ENGINEERING?.
6 Respuestas
+ 3
Learn assembly language would help you to understand cpu architecture and memory allocation well. You would also easily to understand the circuit design between cpu, memory and external io ports.
It's especially useful if you intend to build any cpu based gadgets in your course project later.
I have built many gadgets with firmware in assemble language and C in my Master degree of electronic engineering study.
+ 4
Consider learning assembly language or C and C++.
I'm suggesting this because you will be able to relate these with your area of study at some point.
+ 3
How about C or C++ ?
+ 1
C/C++ is actual now for this field. Assembler is not actual now to learn, and make sure that there are plenty of different assemblers, so nowadays no need to learn all of it...
0
I think you should learn python or c++ . As python is easy to implement your logic in very less time . But if have to learn the basics of code , how all things works , or you are preparing for interview then you should first learn c++ .
0
Python is the way bro,as most of the hardware projects you'll encounter e.g(audrino board, inventOne board,LEGO toolkit)etc actually use python