Quote:
I have decided that it is about time that I embrace technology. I enjoy logic, maths and physics but know very little about computers. I would like to know if there is anyone out there who has knowledge of resources online that can lead me in the right direction.
Yup?
Quote:
I have found a good website that teaches kids how to write software programs so I am going to have a look at that as a starting point, as I am a complete newbie.
www.python.org and
www.processing.org are both good ways to start. They work on Apple, Linux or Microsoft operating systems.
Quote:
ANY stuff you guys can impart would be most appreciated.......please be kind if I ask silly questions. I am a very curious person and ask a lot of things.
Go for it. We enjoy it.
Quote:
I am not ready to invest in books just yet. i just want to see how I go with the basics........I have learn't of some of the different languages used.....Linux(offshoot from the kernal, UNIX...is that right?), C, C+++ and Pearl....(PLEASE correct me if I am wrong)
OSX is an apple, windows is meat and potatoes, and Linux is a peach.
Sorry.
C, C++ and perl(no a) are programming languages. Linux and UNIX (and OSX too) are operating systems, akin to the assemblage known as windows. Programming languages are grammar systems used to write recipes to control aspects of operating systems, and thus, computers. Programs are the recipe applied to the computer, which is why they are also called applications.
You can think of programming languages as a cook book for recording the steps for a meal. The computer is the oven in which it is prepared, and the operating system is the presentation of the meal. Thus the style of computer requires differences in the cooking, like a gas grill or a barbeque. So too do languages vary(a little) between OSX, windows and linux.
Quote:
First question, are these languages generally referred to as SOURCE CODE?
Source code is like the musical notation of a song to be played. The languages are like the systems used to make copies of how to express the music, like how guitar tablature is different from how drum music is written. Humans apply the instructions to hardware(mouse, monitor, speakers, and all the computer). in the form of a compiled program, which is what the computer understands best. The computer then interprets the instructions and out pours the music.
_________________
davidred wrote...
I installed Ubuntu once and it completely destroyed my paying relationship with Microsoft.