anwiii, on Jan 13 2010, 06:53 PM, said:
i would suggest you start doing your own research. the information is out there for anything you want to know. you just have to go out and find it. research. google the keywords you are looking for.
i started learning what you are asking now when i was about 15. i was self taught like most others. simplest way would be to look at code that was already written and study it and figure out what does what. there are also tuts on anything you want to learn. it takes years....and even then you will have never mastered anything as there is so much to learn. also know that whatever you learn has probably already been learned and done by others.
now, if you can be more specific in what you want to learn and do, maybe i as well can be more specific to get you started....but thinking about the big picture leaves me with a headache and i know talking about the big picture will just leave you more confused. so please be specific. start with something small and specific people can guide to to.
always my famous words for nameless... "keep it simple" then grow from there....
Yes, that means I was a few years ahead of you when I tried to start dabbling in that, but I guess I'm going serious from now on... which makes me... a few days earlier than you.

But anyway. OK. I will start with hacking, perhaps? As well as creating simple bots. Like those bots in IRC channels or something like that.
After that, I'll work on decaptha-ing and probably by then I will be pro.

And I'll keep it simple then grow from there. I guess the easiest way is to join hacking and building communities (I know one that's rather famous... I went in and got past two levels of hacking and then I failed.

)

But thanks. I really want to work on this.
rvalkass, on Jan 13 2010, 09:00 PM, said:
If you've never programmed before then I strongly recommend getting a good book from your local library/bookshop that will teach you the basic ideas behind programming and the basics of the particular programming language the book deals with. The reason I recommend going and buying the book in person rather than online is that everyone learns in different ways, and it is very hard to tell when ordering a book from an online shop whether the tone and style of the text will be helpful to you. There is nothing worse than picking up a textbook written in a style that just doesn't work for you, and assuming you can't go near that topic ever again. Look at different books, see how each one teaches - do they have example code? exercises for you to do? are there answers to those exercises? - and also check how they start out - read the first few pages and check it starts at the right level for you.
There are some
notes from my University which may be of use to you. They deal with programming in C from a beginners perspective (ie. no prior programming knowledge) using XCode on the Mac. As I believe you use a Mac, this should make this information extra useful for you.
hmm... I did try. I know that Python is one of the best programming languages out there, but getting a book from my library on Python? They are all very complicated and they don't even tell you what Python is.

I don't understand though. For some reason, you have to "download" Python. I don't understand that. I mean, as it is a programming language, should you just script it yourself? Why do you have to download it?
Also, can someone tell me the difference between scripting languages? I know that HTML is for website, and I think that XML is the more secure form of HTML, while CSS gives style and form.
Now... I don't really understand the difference between PHP and Javascript/Java.
I mean, for html, you only have to write this (yes, this is the first time I have ever used code tags):
<html>
<body>
<p> Hello World! (Or whatever. I don't know why they always use "Hello World!". It's really weird.
</p>
</body>
</html>
While for PHP, it's so weird. You give the same output, but it is much more complicated. I mean, what's the point?
<html>
<body>
<?php
echo "Hello Trap17";
?>
</body>
</html>

And that's the difference. I don't know why you have to bother with php and things like that when HTML does the job. But anyway... I don't know where to start.

I don't think there are beginner books on programming. Unless I go to a uni. But I'm too young.

And I have no interest in website and programming for my future career. And now it's a bit too long. I want to continue writing, but I'll wait until someone comes along and post a reply first.
(I just don't want to use other people's scripts without knowing how to make my own).