LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   where can i learn to programme (https://www.linuxquestions.org/questions/programming-9/where-can-i-learn-to-programme-658564/)

deathalele 07-27-2008 11:18 AM

where can i learn to programme
 
How can i learn to programme easily.
is there software i can download that i can use that will teach me.
which languages are best.
which distros are best for messing around with.
thanks.

pixellany 07-27-2008 11:24 AM

Quote:

Originally Posted by deathalele (Post 3227711)
How can i learn to programme **easily**.

You are off to a really bad start.....If you are not willing to put in some effort, there's very little in the world of computers and SW that you will be able to master.

I suggest that you tell us more about your goals, where you are in your education, etc. Then we can give more intelligent advice.


There is no "best" language---each has its purpose and place. Again, what do you want to do?

jcookeman 07-27-2008 11:50 AM

Have fun! :)

deathalele 07-27-2008 12:48 PM

Thanks. that should keep me till the early morning.:)

ErV 07-27-2008 02:52 PM

post deleted

leedude 07-27-2008 04:07 PM

I would suggest java.
It may be better in the long run, because it is object oriented.
I was programming in C for ages before i tried Java, and the whole object oriented thing threw me completely. Hopefully it will be easier for you as your first language.

heres a tutorial i found useful:
http://www.cafeaulait.org/javatutorial.html

salasi 07-27-2008 05:32 PM

Quote:

Originally Posted by deathalele (Post 3227711)
How can i learn to programme easily.

You probably can't. Most people have to put some effort in.
Quote:

is there software i can download that i can use that will teach me.
No. But there is software which you can download which will assist you in learning. You have had one good tutorial suggested to you. Read that first.
Quote:

which languages are best.
Ones which
  • are easy to get started with
  • which don't teach you 'bad habits'
  • which allow you to ahieve your objectives
  • and maybe are in wide demand in the job market (if that interests you)
  • which allow you to move on to more specialised languages, which allow you to achieve even more (although possibly only via somewhat more pain on your part)
Quote:

which distros are best for messing around with.
That's probably just about all of them. I wouldn't advise slackware for a newbie - but if you do use slack, it will work perfectly fine, its just that in the initial stages you'll spend more time learning slack than learning the language that you have chosen. That may be no bad thing, but its not what you've asked for.

chrism01 07-27-2008 07:23 PM

Assuming you're working on Linux (since you're here) you'll need to know some (or more) shell (usually bash).

Here's some good tutorials:

http://tldp.org/LDP/Bash-Beginners-G...tml/index.html
http://www.tldp.org/LDP/abs/html/
http://rute.2038bug.com/index.html.gz

Have fun and good luck
:)

resetreset 07-29-2008 04:53 AM

Use BASIC. Ignore what everyone else says and learn it as your first language. (this is for fun, NOT future employment, mind)

leedude 08-08-2008 10:39 AM

good thinking, resetreset.
QBASIC was my first language, and proved incredibly useful.
It has the base concepts that you will re-use with most any language such as variables/arrays/loops/subroutines and you don't have to worry about includes/imports/standard libraries or any of that stuff. you can just jump in, and make a program and run it.


All times are GMT -5. The time now is 05:21 PM.