Beginning Computer Language: What to Use & Projects w/ Proprietary Languages

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Ad hoc
Messages
1
Reaction score
0
What is a good beginning computer language?

Also, do projects such as the ones on makezine.com require a proprietary language for their own hardware?

Thanks
 
Physics news on Phys.org
Python is probably my recommended first language.
It simple, there are lots of books and tutorials.
It's intepreted - you can just type a line and see the result without needing to compile.
It supports lots of styles of programming, procedures, objects and functional programing.
Plus there are lots of libraries to do useful things with it.

If you want to build hardware/robotics you are probably going to ultimately need to know C.