Results 1 to 10 of 10
I want to learn how to program what would be the easiest program to use and where do i find info on how to use it....
- 10-24-2010 #1Linux Newbie
- Join Date
- Aug 2010
- Posts
- 133
beginner at programming
I want to learn how to program what would be the easiest program to use and where do i find info on how to use it.
- 10-25-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Sometimes I think there are more programming languages than programmers!
I started programming with Fortran in engineering school, then BASIC, then dBase (my first professional/paid programming language), then C, GW-BASIC, DIBOL, COBOL, SmallTalk, C++, Java, Visual Basic, C#, ...
The language isn't important. Logic is. However, for a beginner, quick turn-around and not needing to learn how to use compilers, makefiles, etc is a benefit and allows you to concentrate on your program structure, code, data, etc. So, my advice (after over 30 years in the business) is to select a full-featured interpretive language. These days, Python is a good choice. I don't use it more than a little, but it is capable, complete, and widely supported. It (Python programming) is also in demand, so from the $$ perspective, it isn't a bad choice that way either.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-26-2010 #3Linux Newbie
- Join Date
- Aug 2010
- Posts
- 133
thanks i have a project to work on that has to be done by spring the last time i did it i had to use relays and circut logic now i want to do it on a computer.
- 10-26-2010 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
So, what is your project? Also remember, that we cannot help specifically with school projects in these forums, other than to point you in a general direction.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-26-2010 #5Just Joined!
- Join Date
- Oct 2010
- Posts
- 16
The best is to read some professional books and finding online resources.
- 10-26-2010 #6Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
As Niklaus Wirth (the inventor of the Pascal and Modula programming languages) said, algorithms + data structures = programs. In fact, he wrote a really good programming book of that name...
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-26-2010 #7Linux Newbie
- Join Date
- Aug 2010
- Posts
- 133
I need to interface some I/O bords to a computer and use a stop watch timer in it to record timed events. I was thinking about using adrena bords I forgot how to spell adrena so if any one know what i am talking about please spell it out for me so I can find it on google.
- 10-28-2010 #8
Do you mean arduino?
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 10-28-2010 #9Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-31-2010 #10Linux Newbie
- Join Date
- Aug 2010
- Posts
- 133
yes that is what I am looking for


Reply With Quote
