Question:
How to become a programmer?
Colourful
2011-07-06 13:16:32 UTC
Can anyone tell me how to become a programmer? step by step or can anyone tell me a good book, website or video tut
Five answers:
Steven
2011-07-06 13:27:32 UTC
Well, It's not a one day, one week, or even a one month process by any means. You would need to pick a starting language, get strong and comfortable with it, and then branch off. I personally learned C as my first language, and it set me up with great programming habits for learning C++ and Java. So, to learn C, I would recommend dev C++ (Which is a C/C++ compiler) as your compiler. There are plenty of online tutorials, but the best way to learn is through experience.



In terms of videos, this person seems to have decent videos: http://www.youtube.com/watch?v=mIMhspJzC34



Don't get discouraged, either. C is a very basic programming language, so there's going to be heartbreak and frustration :). I would recommend C++ after that as another language to learn, as it is also the most widely used language on the Windows platform.



Also, Have fun! There is no limit to what you can do, so don't limit *yourself*
Zeph
2011-07-06 20:23:29 UTC
Well, you need to learn a programming language. I recommend C or C++ which are the ones I started on, but now days most people are starting with Python because it's very simple.



Here you go. Some Python tutorials.

http://www.sthurlow.com/python/
?
2011-07-06 20:31:48 UTC
Start by deciding what language you want to learn (Java, Delphi, C#, VB)



My personal recommendation is to stay with Microsoft and learn C#, as this has the greatest audience and learning material. Once you know one language its easy to transfer to another.



Download the free edition of visual studio using the link below and use the video tutorials to get started and create your first 'Hello World' application.



Have fun!!!
anonymous
2011-07-06 20:24:46 UTC
Depends on whatever language you want to learn. If you're brand new with zero experience, I'd recommend Python. To me, it seems to be the easiest to learn. That's what our intro to computer science class taught in college. Just google, "python programming for beginners." or something like that.
J5
2011-07-06 20:40:08 UTC
I am a firm believer that before you learn a programming language, you need to learn the basics. Learn HTML, CSS, and JavaScript. Then, see where the road goes and what your interests are before diving into a server language.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...