login about faq

Due to the large amount of spam accounts, we temporarily disabled new user sign ups. To override this, email newuser.lgqa@gmail.com and an admin will determine if you are permitted to join


What was your first language, and where/how did you learn it? Did you learn it at school? Did someone teach you it? Did you learn from books? Did you learn online? I was just wondering how the majority of people learn to program. This should be interesting.

asked Feb 27 '11 at 19:41

nso95's gravatar image

nso95
40691319


My first programming language is PHP. I was and still interested in web so I looked at some online tutorials. Youtube is great at tutorials and I also read tones of books - now I write it fluently. I never really moved away from web, because I feel you get more satisfaction from websites/apps. What would I build with standard programming? I would learn how to build iPhone apps, but I haven't got a mac :/ so I might look into android.

I plan to read up on java and c++ soon though. I do prefer books, because I sometimes get lazy on the internet and end up copy and pasting to build apps :D

I also intend to learn more at university next year - If I get in and can afford it.

answered Feb 27 '11 at 19:58

Grant%20Russell's gravatar image

Grant Russell
471313342

How useful is it to learn PHP.. I know nothing about programing but this year I will take classes on programing in PHP.. Is it just for creating websites?

(Feb 28 '11 at 00:03) Giorgio94 Giorgio94's gravatar image

I would say it is a very useful language. Yes it is just web, but the back end. Example processing data and making websites more web 2.0. This website is built on PHP for example, so that you can comment and post. It may help if you learn html first as well, because the two obviously get used together.

I have heard that PHP is also very similar to c++ which is used in desktop applications.

(Feb 28 '11 at 11:17) Grant Russell Grant%20Russell's gravatar image

I learned through a game called Neverwinter Nights, which has a Toolset for Building Game Modules, compiling scripts, etc..

It's a very basic language (nwscript that is), but it helped me transition to VB.net, and other language very easily!

Once I learned the basics of coding in the game code, it was all fairly simple after that..

answered Feb 27 '11 at 23:06

_GTech's gravatar image

_GTech
1.3k162343

Woohoo! Another NWN geek! Sometimes I still miss the old Neversummer servers...

(Mar 01 '11 at 02:26) Duodave Duodave's gravatar image

My neibor dad a computer science major taught me vb and I learned the rest.

answered Feb 28 '11 at 11:36

pbkblackbelt's gravatar image

pbkblackbelt
151224

I started programming a few years ago when I wanted to know how software on computers worked and how it was made. The first ever programming I did was with C++ using a set of tutorials on YouTube.

After understanding the basics of how computers read code and react to events I expanded to other languages such as Java and C# and started making programs that actually had some use.

I am probably strongest in PHP now since it's such a popular scripting language for websites (e.g. Facebook, WordPress) and it can also be run using the console to do stuff like show reactions from a form in real time.

answered Feb 28 '11 at 11:44

edgy's gravatar image

edgy
2.1k203251

For my age I've been programming for a long time. I started all the way back on a computer with DOS and Windows 3.1. I saw my brother using QBasic and I thought it looked fun. My dad gave me the manual so I could learn. I mainly just copied the examples and modified them.

Eventually I tried learning HTML on a Windows 98 computer from a random website with a tutorial.

Later I found VBA in Microsoft Office 2003 and started using Visual Basic. I forgot how I learned that.

Finally I convinced my dad to buy Visual Studio .NET 2003. I forget where I got information on how to do that.

After a while I found Visual Studio 2005 Express Edition and downloaded that on XP. I think my knowledge was mainly from Google searches. I did find VS 2008 Express after a while, but I don't have anything interesting to say about it.

In the end I found DreamSpark where I got Visual Studio 2008 and 2010. The Intellisense was a big asset for my learning. I'd say that's where I learned most of my .NET knowledge. I mainly learned from internet searches and I skimmed a few books.

Also, on a separate timeline, I've slowly learned C and assembly. My main learning of C came from the book titled "The C Programming Language" (copyright 1978). My knowledge of assembly is so little that I won't even say any more.

answered Mar 01 '11 at 02:13

Joel's gravatar image

Joel
5363515

I learned programming on my own by actually building a commercial application for a company, using Clipper. Since then I have learned FoxPro, Delphi (Object Pascal), and Python on my own.

answered Mar 01 '11 at 02:28

kavungal's gravatar image

kavungal
106125

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×1,416
×308
×226
×225
×34

Asked: Feb 27 '11 at 19:41

Seen: 1,400 times

Last updated: Mar 01 '11 at 02:28