element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      • Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Code Exchange
  • Technologies
  • More
Code Exchange
Polls What programming language should EE's learn first?
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Code Exchange to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: bluescreen
  • Date Created: 13 Feb 2014 4:26 AM Date Created
  • Last Updated Last Updated: 11 Oct 2021 3:01 PM
  • Views 9772 views
  • Likes 0 likes
  • Comments 88 comments
Related
Recommended

What programming language should EE's learn first?

  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • johnbeetem
    johnbeetem over 12 years ago +2
    Oh goodie, language wars! Personally, I think C and C++ are terrible first programming languages. C is a great language for writing compact code that maps directly into machine language, but for teaching…
  • Former Member
    Former Member over 12 years ago +2
    Ruby! It's python's beautiful little sister.
  • Former Member
    Former Member over 12 years ago +2
    Very important distinction here is that the question specified "EE", not "CS"! EEs should learn C first, but not bother with C++ so much. C compilers are available for every processor made and by learning…
  • toxxn
    toxxn over 11 years ago in reply to clem57

    I agree, however the only reason I included it with C/C++ is because I started learning them around the same time because that is when I also started messing with Linux for the first time. Since then I have used C/C++ for many more applications other than Linux.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • clem57
    clem57 over 11 years ago in reply to toxxn

    Very good and from a self taught expert, also. Python should be separate since it can be interpreted line by line. It even alows display of computed values without Print statements.

    Just my two cents worth

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • toxxn
    toxxn over 11 years ago

    I have been self-teaching myself programing languages for about 9 years (Since I was 14) and I started with what I believe was the easier of the languages first and then slowly went down the list.

     

    HTML, CSS, PHP, Java/ Javascipt - I started off with these because they are all pretty simple and easy to learn. All of which are also used in web development. I started with HTML and CSS first because I believe they are the easiest to learn and both are great languages for anyone to first start off with. I then went on into PHP, Java and Javascript. Java alone is used in so many different applications that it is almost a must know.

     

    Python, C, C++ - Like Java, C and C++ are used in so many different applications they are almost a must know, albeit in my opinion they are a little more difficult especially if you are self taught like myself. I included Python with C and C++ because I started learning these three pretty much around the same time because of Linux. Although other languages are used with Linux, these three are the main ones.

     

    BASIC - I don't really want to talk about BASIC.

     

    Other, there are so many other languages out there that "other" is a lot easier to use, rather than listing them all. This list in this poll pretty much covers the most common programming languages however, so I won't really go any further into which ones I have learned.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • clem57
    clem57 over 11 years ago

    I learned Fortran and it was the language of choice for EE by in the stone age of computers LOL! But better now Python first and then maybe a C course...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mudz
    mudz over 11 years ago

    I was gonna suggest c/c++ but few days back I got my hands on python and I am in so much pain now, why I did not tried it before. image
    It is so simple that a 8 year old can master it and yet so powerful. image
    You can learn it in few hours. Try to rewrite some example codes and you will learn it simultaneously while writing such lines. (Just like that).
    Good Luck image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • dougw
    dougw over 11 years ago

    As an EE you are going to need to know what is going on at some point, so you need to understand assembly language - start with the simplest one you can find, maybe even a pseudo assembler. After that programming is just a tool to get the job done, so escalate through the various levels to the highest level language you can find as fast as you can. The one that fully solves your problem in the least amount of time is the best one. For example Visual BASIC is actually a higher level language than C (fewer lines of code and generally faster to complete a solution). There will be times when your high level language of choice is not able to solve your problem and you have to resort to more tedious languages, you may even need to get all the way down to assembly language if the timing is tight enough. C is one of those languages in the middle, there may be many times when it is the best language to use, but it should only be used if a higher level language can't get the job done quicker. Hand trowels may be the best tool for some jobs, but not if you have to move a mountain. If you don't program every day, pick a high level language that uses descriptive operators instead of oddball punctuation based syntax as it will save a lot of time getting back to productivity. Can any of you who had to learn APL remember any of the syntax? On the other hand, EEs that have not programmed for decades can still remember how to program in BASIC.

    You can of course make a convincing argument for just about any language, and it is certainly a topic of interest and controversy, so I thought I would stir the pot a bit...

    So what is the highest level language that is easy to remember?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • markvenn
    markvenn over 11 years ago

    Personally I would go for python as a start. Of course it depends on how you are coming to programming, kids with the Pi can not go wrong with Scratch as it teaches the basic constructs that they will need whichever language they move onto.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • cncdan
    cncdan over 11 years ago in reply to michaelkellett

    Its what's used for Mach4 cnc

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • michaelkellett
    michaelkellett over 11 years ago in reply to cncdan

    A common language is no more practical than a common tool - sometimes you need a hammer and sometimes you need a chainsaw. I've just bought an instrument (Keithly 2 channel source meter 2614B) which uses Lua as it's command and embedded scripting language and that seems to work really well. If I want to write embedded code for a small micro-controller I would use C. Swapping the two over wouldn't work very well at all.  I think we're always going to have lots of computer languages.

     

    Just for interest - why did you pick Lua ?

     

    MK

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • cncdan
    cncdan over 11 years ago

    there needs to be a common language I am learning the arduino one what ever it is called and Lua.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
<>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube