Colege?- Programming
mitchellislearning
Member Posts: 53 ■■□□□□□□□□
in Off-Topic
hey all i am currently a ranch hand in deep south Texas. well now i see the value of an education. My question is what degree should i go for ( i want to be a programmer) and what school? location is not an issue i just want the best school.
The thread itself is weak, its the weave that makes cloth strong.
Comments
-
wat08 Member Posts: 128Obtain an undergraduate degree in Software Engineering or Computer Science from MIT, Berkeley, Stanford, or Carnegie Mellon and development jobs will be thrown at you.
Otherwise, check out your local community college and take as many courses relating to Java, C/C++ as you can
...and if you're interested in development, why bother with the CCNA? -
mitchellislearning Member Posts: 53 ■■□□□□□□□□im not really looking for a prestigious school. name brand doesnt always mean better. as for the CCNA i started that with some prompting. after reading through the books i realized it was interesting. ive always been drawn to programmingf though. in school i wrote programs on TI Calcs. what is a good language to start with until i can getr into college?The thread itself is weak, its the weave that makes cloth strong.
-
nevolved Member Posts: 131I would really study up on math and physics if I were you. Far before you start programming in college you will be a math wizard. For a CS degree (which is an engineering degree) you need calc 1, 2, and 3. You will also need Physics 1 and 2 (which are both basically math courses). You will also need to take Discrete 1 and 2. There are many other requirements, but you will probably take the majority of these before you ever program. If you really want to start programming, then I would suggest C++. C++ is one of the most powerful languages, and if learned properly will help you learn every other language. C++ makes good programmers:).
-
LarryDaMan Member Posts: 797wat08 wrote:Obtain an undergraduate degree in Software Engineering or Computer Science from MIT, Berkeley, Stanford, or Carnegie Mellon
When he's 35 he will finally be able to finish paying off student loans....
You can get a quality education without spending a crazy amount, but as with everything, it's a cost/benefit analysis. -
mitchellislearning Member Posts: 53 ■■□□□□□□□□ive got C++ for Dummies 5th ed. i should probly open it. i also have visual studio 6. do i have enough to get started with? Im also looking up prices on books related to discreet math ive read that in every course listing related to programming programs.The thread itself is weak, its the weave that makes cloth strong.
-
Slowhand Mod Posts: 5,161 ModYou're going to be starting out with either C++ or, more popular recently, Java as you go through school. You'll also be working with assembly language and things like LISP as you get into those higher-level classes. (Also, prepare yourself for LOTS of math classes.) As for schools, start by looking at the ratings your local universities get in various well-known publications on each subject. If you don't find what you're looking for, then begin going over the instituations suggested. They're the best for a reason. Personally, I'm going to try for UC Berkeley, by way of a community college (or two, depending on where I get my next job). The transfer-process isn't difficult to figure out, as there are plenty of helpful resources available in our state, and I'm sure other areas have similar programs.
There are plenty of sites out there, do some Google-searches for university and college rankings. You can find very good information about different schools, like this site which has a comparison tool that works by state and major. Oh, and don't forget to look into money for school, so you can plan your budget when going.
Free Microsoft Training: Microsoft Learn
Free PowerShell Resources: Top PowerShell Blogs
Free DevOps/Azure Resources: Visual Studio Dev Essentials
Let it never be said that I didn't do the very least I could do. -
Slowhand Mod Posts: 5,161 Modnevolved wrote:I would really study up on math and physics if I were you. Far before you start programming in college you will be a math wizard. For a CS degree (which is an engineering degree) you need calc 1, 2, and 3. You will also need Physics 1 and 2 (which are both basically math courses). You will also need to take Discrete 1 and 2. There are many other requirements, but you will probably take the majority of these before you ever program. If you really want to start programming, then I would suggest C++. C++ is one of the most powerful languages, and if learned properly will help you learn every other language. C++ makes good programmers:).
Free Microsoft Training: Microsoft Learn
Free PowerShell Resources: Top PowerShell Blogs
Free DevOps/Azure Resources: Visual Studio Dev Essentials
Let it never be said that I didn't do the very least I could do. -
wat08 Member Posts: 128mitchellislearning wrote:location is not an issue i just want the best school.mitchellislearning wrote:im not really looking for a prestigious school. name brand doesnt always mean better.
You wanted the best schools and I gave them to you.
And yes, if you can actually manage to get into one of those institutions you'll be paying it off forever.mitchellislearning wrote:what is a good language to start with until i can getr into college?
I always hear python get thrown around a lot as an introduction to programming but I'd say pick up a C book and go from there. -
wat08 Member Posts: 128nevolved wrote:For a CS degree (which is an engineering degree)
No, there is a distinction between Computer Science and Engineering. They're separate disciplines.
http://en.wikipedia.org/wiki/Computer_science
http://en.wikipedia.org/wiki/Software_Engineering -
Slowhand Mod Posts: 5,161 Modwat08 wrote:nevolved wrote:For a CS degree (which is an engineering degree)
No, there is a distinction between Computer Science and Engineering. They're separate disciplines.
http://en.wikipedia.org/wiki/Computer_science
http://en.wikipedia.org/wiki/Software_Engineering
Free Microsoft Training: Microsoft Learn
Free PowerShell Resources: Top PowerShell Blogs
Free DevOps/Azure Resources: Visual Studio Dev Essentials
Let it never be said that I didn't do the very least I could do.