Skip to main content
40 answers
41
Updated 2809 views

what kind of programming language would you recommend for a computer engineer thats also a freshmen in high school?

were are doing a project at school about our carrier #technology #computer-science #software-engineering #computer-engineering #programming #software-development #computer-programming #python #java #C #javascript

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

41

40 answers


5
Updated
Share a link to this answer
Share a link to this answer

Shawn’s Answer

Python is a good start.

C/C++ if you want to understand how computer works.

Java/Javascripts if you want to learn Web programming.

5
3
Updated
Share a link to this answer
Share a link to this answer

Cem’s Answer

the two you really need in this day and age are:
1. JAVA
2. PYTHON

It really depends on what you want to be doing within this field but the these are the two must haves - especially Python.
3
2
Updated
Share a link to this answer
Share a link to this answer

Raj’s Answer

For a beginner, I would recommend java. It is much more structured than python which makes for best practices and better programming as you develop in your career. Python has a lot of hype right now and there is a lot of uses for it. I would learn Python as well but start with Java. You will see Java being used a lot in the enterprise as it scales much better than python. Java is multi-threaded whereas Python isn't. People say Python is a lot "faster" to code in which line by line is true but you will spend a lot more time debugging your python code so in the end not true. It's way easier to debug Java in an IDE. Java is also similar to JavaScript which a lot of developers code in as well.
2
1
Updated
Share a link to this answer
Share a link to this answer

Casey’s Answer

In my experience, I would definitely recommend to learn the basics 1st (C#). As far as what I have noticed being used in companies, I would say Javascript and SQL the most, but Python is also very much in demand.

If you think you are interested in Computer Science and programming, the quintessential course that you NEED to view lecture materials for is Harvard's CS50. All of the lectures are available for anyone to view for free online (enrolled or not).


Here is the link to the 1st one

https://video.cs50.net/2017/fall/lectures/1


There are 12 lectures in total. In order to view them all just replace the 1 at the end with a 2...then 3...then 4 etc. until you reach the number 12.


These are absolutely fantastic videos.



Casey recommends the following next steps:

Watch all of the CS50 lectures.
1
1
Updated
Share a link to this answer
Share a link to this answer

Sankkara Narayanan’s Answer

C

The most basic, raw, down to metal high-level language. Most modern languages are built on some flavor of C. So, basically learn C and learn it good.

1
1
Updated
Share a link to this answer
Share a link to this answer

Srinivas’s Answer

The programming language eco system is exploding. Some very generic and some provide great way to solve a specific domain of problems. On high level, they are all about syntactic sugar to model problems and how its syntax and constructs help solve. I have gone through low level Assembly level to 4th gen (such as SQL) during school and career. At the end, they all are implemented (under the hood) in C/C++ (or other low level procedural language, that comes close to machine language) to convert to machine specific assembly lang (which uses native "instruction set" of the associated CPU).


For any career as a computer engineer, I think it is essential to "know" the breadth of available languages, what they are good for, and how they are executed (compiled vs interpreted etc). For pure mastery, start with C (I would not recommend C++), and go to Java, which is great for Object Oriented domain. You should also know one or two scripting style languages like Perl (or PHP, or Python), which if you like can do great things with. JavaScript (ECMAScript) introduces a totally new way to think about OOP, based on its "prototype" based concepts, unlike Java, which is purely type-based (think of Classes). Look at the latest trend in list of popular languages and JavaScript is spiking fast (but is little harder to master). Another language that is easy to learn and get going is Python.


Srinivas recommends the following next steps:

Online sites like Youtube, Udemy are great for learning new languages.
Visit local bookstore and look at the books on available languages. The ones shelved are probably popular :)
1
1
Updated
Share a link to this answer
Share a link to this answer

Sri’s Answer

As we move more into AI (Artificial Intelligence), Gen Z folks should invest more into Python, R-Programming language where data is in epi-center of all this. I would recommend to start looking in Google's Tensor flow and Pytorch to ignite the new Gen Z's along with NLP's (Natural Language processing algorithms).
1
0
Updated
Share a link to this answer
Share a link to this answer

Qizhi’s Answer

No matter which language you would choose, be the master. Mastering one language is more important than knowing/using several.
0
0
Updated
Share a link to this answer
Share a link to this answer

Sindhura’s Answer

I would recommend Python to be learnt first since it is the trending language now. Along with this I would recommend any of the object oriented programming language like Java.
0
0
Updated
Share a link to this answer
Share a link to this answer

Vivek’s Answer

Programming is an art. I strongly recommend start reading 'Let us C' book written by Yashwant Kanetkar. Once you get an idea of what magic few lines of code can do, you'll start developing immense interest in C.

After practicing syntax/loops/variables/functions/data structures/few beginner level codes, you can switch to learn Python. I must say - Python is the future. Also, you don't need to invest same time learning Python language as you spent in learning C, because 80% concepts are similar except OOP (Object Oriented Programming).

Trust me, all programming languages are very much similar to each other. Logic remains same, only syntax changes.


0
0
Updated
Share a link to this answer
Share a link to this answer

Daniel’s Answer

Assuming no prior experience in programming, I'd suggest learning with something like Python (e.g. following LearnPythonTheHardWay).


If you have access to someone who knows what they're doing to bounce questions off of, maybe Lisp (scheme) + SICP: https://mitpress.mit.edu/sites/default/files/sicp/index.html


If you have access to ap comp sci course later on, I think they use Java (though I really don't know), so that might work as well.


If you're dead set on comp E instead of just comp sci, then you'll eventually want to knuckle down and learn C, the most trigger happy of all foot-guns available.

0
0
Updated
Share a link to this answer
Share a link to this answer

Pradip’s Answer

I would recommend python. The online documentation is good, the online community is good, and it has popularized generators and made them easy to implement (that might not mean anything now, but it solves a major issue with writing software: separating what a loop does from what it consumes, and this is where a lot of bugs come from).

The main thing to learn is to have fun solving problems. My advice: start with making a choose your own adventure text game. As you learn more elements of programming you can have this overarching project that you refine and work on. Of course, there are other things you could write, I’m just thinking of what worked for me back in my youth.

Best of luck.
0
0
Updated
Share a link to this answer
Share a link to this answer

Amy’s Answer

I think it depends on the thing you want to make. There are many kinds of technical computer-based jobs. You said "computer engineering". But you might have also meant "computer science" or "software engineering". So ... it depends!

If what you want is to make machines move or hardware talk to each other, you need to get "closer to the machine" by writing code that knows about devices and such. I would learn Python or C in this case. You'll want to dive into two areas:

1) Get to know machines. Like a Raspberry Pi for example. That's a bit of hardware that has a CPU with memory (RAM), networking ports, pins to control servos and other hardware, and pluggable interfaces. Writing code on that machine uses Python.
1b) As you think about memory and how the CPU runs your instructions (compiled from code), you'll get to know that there's some pretty important limitations around space, time, and power. From here you might want to learn C or Java.
1c) C lets you get really close to the inner workings of the computer without worrying about machine code instructions. Java is like a step up from that where the programming language (and its "runtime") handle icky things like memory management and object lifecycles.

2) There's a -completely- different branch of computer engineering that's almost entirely software that deals with writing applications and processing data. This is the realm of like artificial intelligence (AI) and machine learning (ML), web apps, web design, user experience, and mobile apps.
2a) If you go AI/ML and want to crunch data for big problems, find patterns, and do predictive stuff then Python is your friend. Lots of libraries and help there. Python is also fairly easy to read/write.
2b) Web apps gets you into the realm of JavaScript and Node.js. There's whole worlds of platforms built there like React, Rails, Vue.js. You can do things that work on web servers that talk to your web browser and back again. There's more advanced stuff like processing queues in the "cloud" on Amazon servers. And you can get even more complicated when you talk about security and scalability. That starts to cross back into computer engineering. And as you go "up stack" you bridge into user experience.
2c) Web design is a whole universe of itself and is related to web apps. Web design is where you begin to think about what an app does, who are the users (user research, usability), how does it look (design, style, CSS, graphics), how does it sound (audio design), how do people speaking different languages use it (internationalization), accessibility. Wow. So much. I'd pick what resonates with you and start to dive into each of these sub-universes. JavaScript will still be your friend in rapid prototyping, doing frontend work, and understanding how browsers work.
0
0
Updated
Share a link to this answer
Share a link to this answer

Rohit’s Answer

If you are interested in learning toward code, then Python, C/C++ and Java are the best software programming languages for engineers to start with owing to their wide range of usage in software development projects.
0
0
Updated
Share a link to this answer
Share a link to this answer

Karthik’s Answer

I would recommend Python to start with. Main reason for this recommendations is its simplicity. Python is also rich w.r.t library support for Math and its application machine learning. In next level, pick up a java which is bit difficult to master, but opens up lot of opportunities professionally and from learning point of view.
0
0
Updated
Share a link to this answer
Share a link to this answer

Joanne’s Answer

Python


It's a friendly, open-source based language used by the masses.



0
0
Updated
Share a link to this answer
Share a link to this answer

Dinesh’s Answer

Machine Learning, Hadoop, Data Science has a great demand in the industry
0
0
Updated