Log in

View Full Version : looking for some advice


nndiro
10-10-2013, 12:16 PM
Hello everybody,
i'm writing to seek some advice from all the programmers/developers and basically all the tecno nerds in the forum :P
i've always wanted to learn about programming, but i've ended up studing something completly unrelated. So, as i am approaching the end of my college education, i find myself with more spare time to read about things that puzzle me... in this sense, i wanted to ask you if you can recommend some sort of "begginers book" or "understanding programming for dummies" if you would, or any kind of tutorial, so i can start getting a better grasp about this intriguing yet totally unknown world for me.
any help, reccomendations, links, etc in this regard would be very appreciated!

Swish
10-10-2013, 12:17 PM
I'm in no way a programmer but there's a bunch of different types/languages out there. Have you come across one you want to look into?

Zadrian
10-10-2013, 12:27 PM
I found this.. goodluck

http://lifehacker.com/5401954/programmer-101-teach-yourself-how-to-code

nndiro
10-10-2013, 01:01 PM
I'm in no way a programmer but there's a bunch of different types/languages out there. Have you come across one you want to look into?
actually, that is kind of the reason why i'm posting this. As you, i do know there are a bunch of different possibilities out there. i do not know what each one does. that is why i would like to start reading about the different possibilities, and from there, follow the one that i find more appealing


I found this.. goodluck

http://lifehacker.com/5401954/programmer-101-teach-yourself-how-to-code

thanks! =)

Cypher.
10-10-2013, 01:30 PM
Are you leaning more towards programming, electronics, or both?

I can't speak much on the pure programming side,but while in college I was required to take two programming classes that also integrated the electronics side too. To that end, we learned C, some BASIC, MATLAB, and whatever the hell you could call the Arduino language (Arduino...?).

If you're wanting to dabble in the electronics, I would grab one of these:

http://www.radioshack.com/product/index.jsp?productId=12268262

And then read:

http://www.arduino.cc/

In a nutshell, the arduino is a microcontroller (mini-computer) that you can use to attach sensors, servos, DC motors, etc to do a crap ton of things. It is also open source so you can find a bunch of free information and programs for it.

As for regular ol' programming, I hear Visual C++ is useful. Again I don't know too much of the pure programming side so maybe someone else can chime in.

nndiro
10-10-2013, 03:48 PM
all suggestions are more than welcomed! the more info i have, the better!
thx y'all!

Melbane
10-11-2013, 04:15 PM
Hello everybody,
i'm writing to seek some advice from all the programmers/developers and basically all the tecno nerds in the forum :P
i've always wanted to learn about programming, but i've ended up studing something completly unrelated. So, as i am approaching the end of my college education, i find myself with more spare time to read about things that puzzle me... in this sense, i wanted to ask you if you can recommend some sort of "begginers book" or "understanding programming for dummies" if you would, or any kind of tutorial, so i can start getting a better grasp about this intriguing yet totally unknown world for me.
any help, reccomendations, links, etc in this regard would be very appreciated!

Don't waste your time with that garbage. Go get CCNA Cisco Cert., it pays very well. :)

Dullah
10-11-2013, 05:00 PM
actually, that is kind of the reason why i'm posting this. As you, i do know there are a bunch of different possibilities out there. i do not know what each one does. that is why i would like to start reading about the different possibilities, and from there, follow the one that i find more appealing




thanks! =)

Don't have to start with a particular language, you just need to learn programming logic first. Learn to write in pseudocode and then every language is just a matter of learning the syntax of a particular language and applying the logic concepts.

In short, study up on programming logic first. Its the prerequisite for pretty much any programming class in school.