Free Online College Courses

A topic built around all the best posts and information from the site. It includes informative posts, links to resources, tips, tricks, ect... Do not post here unless it will become a resource based post.
Post Reply
User avatar
Verahta
Posts: 440
Joined: Wed Aug 24, 2011 1:50 am

Free Online College Courses

Post by Verahta »

There are some great computer science and programming related college courses (and every other study subject you can think of) offered by these sites for free. And many are schools like MIT, Harvard, Berkely, Stanford, and so on:

Udacity.com - Started and operated by Stanford and Google people.

Edx.org - Run by MIT, Harvard, and Berkely as well as some other top schools.

Coursera.org - Started and run by Stanford people but has hundreds of courses from like 60 universities (Stan, Udub, Duke, Yale, John Hopkins, Princeton, Brown, and many many others.)


And some other cool sites with free course materials:
http://oyc.yale.edu/ - open Yale courses
http://oli.cmu.edu/ - open Carnegie Mellon courses
http://webcast.berkeley.edu/ - open Berkeley courses
http://ocw.mit.edu/index.htm - open MIT courseware
"In order to understand recursion, one must first understand recursion".
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Free Online College Courses

Post by Jackolantern »

Awesome! I think MIT was the first one to do this, and of course due to the technical focus of that school, I would say to start there for anyone interested :cool:
The indelible lord of tl;dr
User avatar
Elvar
Posts: 86
Joined: Sun Oct 07, 2012 7:04 pm

Re: Free Online College Courses

Post by Elvar »

Great stuff brother, beyond programming there is alot of good stuff aswell! On to algebra!
User avatar
vitinho444
Posts: 2819
Joined: Mon Mar 21, 2011 4:54 pm

Re: Free Online College Courses

Post by vitinho444 »

Wait.. can i learn what they learn on college online? FOR FREE? WOW vacations here i DON'T GO!!
My Company Website: http://www.oryzhon.com

Skype: vpegas1234
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Free Online College Courses

Post by hallsofvallhalla »

Oh nice links.

Love me some math classes!
User avatar
vitinho444
Posts: 2819
Joined: Mon Mar 21, 2011 4:54 pm

Re: Free Online College Courses

Post by vitinho444 »

hallsofvallhalla wrote:Oh nice links.

Love me some math classes!
1+1 = 2.5

That will be 5$ please :D
My Company Website: http://www.oryzhon.com

Skype: vpegas1234
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Free Online College Courses

Post by hallsofvallhalla »

Code: Select all

int VitinhosDollars = 0;
int HallsDollars = 5; 
Foreach(int dollars in HallsDollars)
{
VitinosDollars = VitinosDollars + dollars;
}
HallsDollars = 0;
User avatar
Verahta
Posts: 440
Joined: Wed Aug 24, 2011 1:50 am

Re: Free Online College Courses

Post by Verahta »

vitinho444 wrote:Wait.. can i learn what they learn on college online? FOR FREE? WOW vacations here i DON'T GO!!
Yes, all of those sites put real, actual college courses from those schools online, for free. The only exception is Udacity, who designs their own courses and is not a school, but is run by industry professionals from Stanford, Google, and professionals from other disciplines/schools.

I recommend these two courses for intros to computer science and computational thinking (I haven't finished them yet, but I'm going to take them again next time they are offered):

Harvard's CS50x taught by David Malan.
https://www.edx.org/course/harvard-univ ... ience/1022

David is a Senior Lecturer on Computer Science at Harvard College for the School of Engineering and Applied Sciences.


MIT 6.00x taught by Eric Grimson
https://www.edx.org/course/mit/6-00x/in ... cience/586

W. Eric L. Grimson is the Chancellor of the Massachusetts Institute of Technology, a professor of computer science and engineering, and the Bernard M. Gordon Professor of Medical Engineering. He was named Chancellor of MIT in 2011.
"In order to understand recursion, one must first understand recursion".
User avatar
vitinho444
Posts: 2819
Joined: Mon Mar 21, 2011 4:54 pm

Re: Free Online College Courses

Post by vitinho444 »

hallsofvallhalla wrote:

Code: Select all

int VitinhosDollars = 0;
int HallsDollars = 5; 
Foreach(int dollars in HallsDollars)
{
VitinosDollars = VitinosDollars + dollars;
}
HallsDollars = 0;
hehe thank you very much good sir :D
If you need more math classes just ask.

Verahta wrote:
vitinho444 wrote:Wait.. can i learn what they learn on college online? FOR FREE? WOW vacations here i DON'T GO!!
Yes, all of those sites put real, actual college courses from those schools online, for free. The only exception is Udacity, who designs their own courses and is not a school, but is run by industry professionals from Stanford, Google, and professionals from other disciplines/schools.

I recommend these two courses for intros to computer science and computational thinking (I haven't finished them yet, but I'm going to take them again next time they are offered):

Harvard's CS50x taught by David Malan.
https://www.edx.org/course/harvard-univ ... ience/1022

David is a Senior Lecturer on Computer Science at Harvard College for the School of Engineering and Applied Sciences.


MIT 6.00x taught by Eric Grimson
https://www.edx.org/course/mit/6-00x/in ... cience/586

W. Eric L. Grimson is the Chancellor of the Massachusetts Institute of Technology, a professor of computer science and engineering, and the Bernard M. Gordon Professor of Medical Engineering. He was named Chancellor of MIT in 2011.
Yeah i've only checked Udacity yet, I want to finish the HTML5 Game dev course, then i'll move to the real college courses.
One question, Udacity says that in the end they give you a "diploma" or a certificate, should i add that to my curriculum?
My Company Website: http://www.oryzhon.com

Skype: vpegas1234
User avatar
Verahta
Posts: 440
Joined: Wed Aug 24, 2011 1:50 am

Re: Free Online College Courses

Post by Verahta »

The Udacity courses are free, and at the end if you want a certificate showing you passed it they sell them for a fee I believe, but taking the course and learning is free.
"In order to understand recursion, one must first understand recursion".
Post Reply

Return to “Resources”