Software Development Education...
If you could study anything in programming what would it be? I'm curious as to what the best outlet would be to go into right as I'm interested in going back to school myself to learn more about it. I was just thinking of getting a certificate in C+ at the Austin Community College but I'm just not sure as to what I should study to learn more about it. I have some ideas i want to explore but I just don't have the adequate knowledge and whats more the ignorance blinds me from really everything I should know.
Is a degree from a bigger university that much more valuable? What are the bigger competencies to know for programming for Mac OS X? and is it really worth it? Are there online forums with people who could answer my questions if say per chance I got a good book. And what exactly is a good book to go buy/by?
My experience in programming isn't much as I've only had 2 introductory courses that were so easy and stupid that it wasn't worth it. They were mainly math oriented around stuff on Windows, and Maxscript in 3d Studio Max. Anyways I'm curious as to any advice I can find. I've read other threads on here, but basically they are just the mindset one should be in it felt. I appreciate any response though...
Is a degree from a bigger university that much more valuable? What are the bigger competencies to know for programming for Mac OS X? and is it really worth it? Are there online forums with people who could answer my questions if say per chance I got a good book. And what exactly is a good book to go buy/by?
My experience in programming isn't much as I've only had 2 introductory courses that were so easy and stupid that it wasn't worth it. They were mainly math oriented around stuff on Windows, and Maxscript in 3d Studio Max. Anyways I'm curious as to any advice I can find. I've read other threads on here, but basically they are just the mindset one should be in it felt. I appreciate any response though...
Comments
Originally posted by kraig911
Is a degree from a bigger university that much more valuable?
I would say so. At a university you don't just learn programming. Programming is the basic skill of a programmer, we were once told. So far that seems pretty much dead on. You learn so much more than you would normally learn at, say, a programming course.
There is a fair chunk of maths thrown in though, which can be either interesting or boring, but it does give a solid foundation.
I say this because I'm doing B. Comp. Sci. I love it. m.
Originally posted by Merovingian
You learn so much more than you would normally learn at, say, a programming course.
Apologies, but this a pet hate of mine.
You learn much more *Computer Science*.
Computer Science != Software Development
Originally posted by kraig911
If you could study anything in programming what would it be? I'm curious as to what the best outlet would be to go into right as I'm interested in going back to school myself to learn more about it. I was just thinking of getting a certificate in C+ at the Austin Community College but I'm just not sure as to what I should study to learn more about it. I have some ideas i want to explore but I just don't have the adequate knowledge and whats more the ignorance blinds me from really everything I should know.
Is a degree from a bigger university that much more valuable? What are the bigger competencies to know for programming for Mac OS X? and is it really worth it? Are there online forums with people who could answer my questions if say per chance I got a good book. And what exactly is a good book to go buy/by?
A lot of big questions here.
Are you wanting to make a living out of this, or is it more a hobby? That's probably a good start.
One clear bit of advice at the moment: C++ is the spawn of the devil. Avoid!
You might want to have a look at one of the How to think like a Computer Scientist books. They come in Python, Java and C++ flavours, (I'd recommend the Python one) and are freely available on the web e.g. http://www.ibiblio.org/obp/thinkCSpy/.
Or perhaps the Head First Java book from O'Reilly (http://www.oreilly.com/catalog/hfjava/) would be good. It uses the latest advances in cognitive research and some really corny jokes to make learning Java easier.
Originally posted by stupider...likeafox
Computer Science != Software Development
Myes.
In fact: Software Development ⊆ Computer Science. m.