Skip to main content
3 answers
3
Updated 14943 views

Useful Skills for EE?

Next year I’m starting out as an EE major in college, but I find myself fidgeting at home wondering if I’m doing all I can to prepare myself. What are some skills that I can begin teaching myself to better prepare myself for going into electrical engineering? Some friends suggested coding, while others said to skip coding and learn 3D modeling. All of my friends have different answers, and they always start to bicker when I bring it up. My dream job is working on plane electrics systems if that helps narrow it down.


3

3 answers


0
Updated
Share a link to this answer
Share a link to this answer
If you’re starting Electrical Engineering and are interested in aircraft electrical systems, the best thing you can do right now is focus on building a mix of programming basics, circuit intuition, and familiarity with engineering tools.

Coding is definitely useful — but not just for the sake of coding. Learning something like Python or C helps you think logically and will later connect to embedded systems, which are heavily used in aircraft electronics (sensors, control systems, avionics). You don’t need advanced projects yet; just basic problem-solving and understanding syntax is enough for now.

At the same time, start building intuition for circuits. Try learning basic concepts like voltage, current, resistance, and how simple components like resistors, capacitors, and diodes behave. You can simulate circuits using free tools like LTspice, which helps you visualize how systems behave without needing a physical lab.

Another useful skill is familiarity with engineering software. Basic CAD tools like Fusion 360 or SolidWorks can help you understand how engineers design physical systems, even though they’re more mechanical-focused. For EE specifically, MATLAB/Simulink is also widely used later, so even basic exposure helps.

Since your interest is aircraft electrical systems, it also helps to slowly build awareness of topics like:

power distribution systems
sensors and instrumentation
control systems (very basic understanding is enough for now)
embedded systems fundamentals

But honestly, the most important thing right now is consistency over intensity. You don’t need to master everything before college — you just need to become comfortable thinking like an engineer: breaking problems down, experimenting, and learning step by step.
0
0
Updated
Share a link to this answer
Share a link to this answer

Tom’s Answer

Start with the basics like math and science. These are the building blocks for everything an engineer does. Make sure to learn calculus, differential equations, physics, and circuit design. This knowledge is essential for success in engineering. Also, remember to learn about mechanical and thermal principles, as they're just as important as circuit theories!
0
0
Updated
Share a link to this answer
Share a link to this answer

Teklemuz Ayenew’s Answer

If you aim to work in aircraft electrical systems, focus on skills needed for safety-critical engineering. Don't listen about conflicting advice from friends; follow your passion and trust your path. Learn Python and C/C++ and get a solid understanding of electronics, including circuit theory, signals, and power systems. Use tools like MATLAB/Simulink for modeling and simulation, and practice combining software with hardware using Arduino projects. Understand how sensors, controllers, and communication units work together in complex systems.

Avionics combines programming, control systems, and hardware into one important system, like in the Airbus A320 and Boeing 737. The main goal is how these parts work together reliably in real time. Build strong skills in debugging and troubleshooting, as reliability is crucial in avionics. Practice regularly to deepen your knowledge over time instead of rushing through topics. These guidelines will help you steadily grow into a confident electrical engineer and move you closer to your dream job.
0