3 answers
syed’s Answer
Many great careers stop at different points of the ladder and stay there through retirement. Some careers even skip rungs of the ladder. But management and leadership roles are not a fit for everyone, and you might find that your interest in management changes over the years. In your 20's you might hate the idea of being a manager, but in your 40's you might hate the idea of writing any more code. It is difficult to predict. However, it is always good to know and understand your options and their consequences.
Dhanesh’s Answer
Take an introductory course in one (or all of them) of the following disciplines:
Logic
Discrete mathematics
Programming language (take a part into the different programming paradigms, starting from sequential/procedural to object oriented, after functional and logical programming. Preferable Ruby/ Python/Pascal for beginners and after some good understanding go deeper into C++/C#/Java )Learn database concepts such as tables, views/queries and procedures. You can use any simple database package to do this, such as:
MS Access
DB V
Fox Pro
Paradox
MySQL is a good database to learn because it’s free, commonly used, and databases are commonly accessed with SQL queriesDecide what type of programmer you want to be. Programmers generally fall under one of the following categories:
Web programmer
Desktop application programmer
Operating system (OS) oriented programmer(tied to a single operating system or set of operating systems)
Platform-independent programmer
Distributed applications programmer
Library/platform/framework/core programmer
System programmer
Kernel programmer
Driver programmer
Compiler programmer
Programming scientistLearn the technologies and programming languages related to your programming field of choice.
For more details pls visit : http://www.wikihow.com/Become-a-Programmer
Jagan’s Answer
- Complete high school (grade 12) (take STEM courses)
- Complete a Bachelors degree in Computer Science/IT/Software Engineering
Get hired as a computer programmer/software engineer.
I have see many folks in my career where they came from diverse background (Mechanical/Civil/Aeronautics engineers, various science graduates , English majors etc.) too who learnt programming informally and switched careers.