Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Other Topics > Programming

Notices

Programming Discussions about computer programming

Reply
 
Thread Tools Display Modes
Old 04-05-2012, 08:35 PM   #1
old hand
 
Join Date: Feb 2008
Posts: 1,575
Udacity: three new CS courses starting April 16th

I see that there's a udacity help thread already, but this is just to inform people about the awesomeness that is almost here. If this belongs (or is already stated) in another sticky somewhere, feel free to move.

CS 212 - Design of Computer Programs (instructor is some google director of research)

CS 253 - Web Application Engineering (instructor is guy who made reddit and hipmunk)

CS 262 - Programming Languages
smrk is offline   Reply With Quote
Old 04-06-2012, 08:51 AM   #2
Carpal \'Tunnel
 
Benholio's Avatar
 
Join Date: Jun 2004
Location: Atlanta, GA
Posts: 6,480
Re: Udacity: three new CS courses starting April 16th

In for CS212 and CS253.
Benholio is offline   Reply With Quote
Old 04-06-2012, 09:14 AM   #3
In My Own Mind
 
Larry Legend's Avatar
 
Join Date: Jul 2009
Location: in the trainer's lap.
Posts: 20,145
Re: Udacity: three new CS courses starting April 16th

Quote:
Originally Posted by Benholio View Post
In for CS212 and CS253.
in for same.
Larry Legend is offline   Reply With Quote
Old 04-06-2012, 10:48 AM   #4
adept
 
Join Date: Apr 2010
Location: Deep end of the player pool
Posts: 733
Re: Udacity: three new CS courses starting April 16th

looks like cs212 for me
myNameIsInga is offline   Reply With Quote
Old 04-09-2012, 04:24 AM   #5
adept
 
Join Date: Jul 2005
Posts: 887
Re: Udacity: three new CS courses starting April 16th

Quote:
Originally Posted by Benholio View Post
In for CS212 and CS253.
Ditto
Flow73 is offline   Reply With Quote
Old 04-09-2012, 10:23 AM   #6
Carpal \'Tunnel
 
Join Date: Nov 2004
Location: splashing
Posts: 7,577
Re: Udacity: three new CS courses starting April 16th

I'm signed up for all 4 of the new classes. I almost certainly won't have time for all of them but so I'll see which ones are the most interesting.
splashpot is online now   Reply With Quote
Old 04-12-2012, 10:36 PM   #7
journeyman
 
Join Date: Feb 2010
Posts: 376
Re: Udacity: three new CS courses starting April 16th

yeah same
pokercapital is offline   Reply With Quote
Old 04-13-2012, 05:44 PM   #8
journeyman
 
Join Date: Apr 2009
Location: bay area
Posts: 293
Re: Udacity: three new CS courses starting April 16th

they say the pre-req is the equivalent of CS101, can i assume they'll be teaching the classes in python? i've been meaning to finish CS101, but had to catch up on javascript on codeacademy and didn't want to mix the 2 languages.
RogerKwok is offline   Reply With Quote
Old 04-13-2012, 07:29 PM   #9
old hand
 
Join Date: Feb 2008
Posts: 1,575
Re: Udacity: three new CS courses starting April 16th

I wouldn't say there's a lot of python in udacity's cs101 (especially in the end, unit 5 is an introduction to hash tables, unit 6 is an introduction to recursion and an implementation of a link ranking procedure), but I'm almost certain I read/heard that all the programming courses are going to be in python for now.
smrk is offline   Reply With Quote
Old 04-18-2012, 11:04 AM   #10
journeyman
 
Bilbo Gbagbins's Avatar
 
Join Date: Apr 2011
Location: Underground
Posts: 221
Re: Udacity: three new CS courses starting April 16th

For anyone doing the Web Application course who is using Windows were you able to successfully connect to the servers using telnet? I installed telnet and then tried to connect within the telnet window using:

o www.udacity.com 80

and I get a message saying "connecting to www.udacity.com..." which stays there forever.
If I try other port numbers (or no port number at all) I get error messages saying that I can't connnect.

Also I can't run telnet from the command prompt as windows won't recognise the telnet command. Is this something to do with my environmental variables?
Bilbo Gbagbins is offline   Reply With Quote
Old 04-18-2012, 03:18 PM   #11
stranger
 
Join Date: Feb 2012
Posts: 10
Re: Udacity: three new CS courses starting April 16th

I couldn't get telnet working on Windows either, so I installed cygwin with telnet. While installing, it asks you to select packages. Search for inetutils and toggle the "Skip" to a version number.
madpansy is offline   Reply With Quote
Old 04-18-2012, 05:05 PM   #12
journeyman
 
Bilbo Gbagbins's Avatar
 
Join Date: Apr 2011
Location: Underground
Posts: 221
Re: Udacity: three new CS courses starting April 16th

I ended up installing a different program as well (ncat) and I was able to connect with that.
Bilbo Gbagbins is offline   Reply With Quote
Old 04-19-2012, 01:21 AM   #13
old hand
 
Join Date: Feb 2008
Posts: 1,575
Re: Udacity: three new CS courses starting April 16th

Early review of 212 -

Good medium difficulty content. If you ever wondered how to write an elegant python poker hand ranking program, this is your unit. Introduces testing too. Second homework for ranking hands with jokers = pretty fun and not that easy.

Early review of 253:

Starts off too simple. Spends too much time on w3schools level html stuff. But the first homework is to get on GAE, which is good, the less time to spend in their web python environment the better. Still great hopes for this course.

Early review of 262:

Running low on time and only about 7-8 videos in, but this course has a lot of potential. Medium difficulty content from the get go; if you're weak with regular expressions, this unit should fill in a lot of gaps.
smrk is offline   Reply With Quote
Old 04-19-2012, 02:04 PM   #14
Carpal \'Tunnel
 
clowntable's Avatar
 
Join Date: Jun 2006
Location: 39, 46, 56, 59, 191
Posts: 39,784
Re: Udacity: three new CS courses starting April 16th

Yeah 212 looked interesting on first glance, probably going to watch the videos sometime
clowntable is offline   Reply With Quote
Old 04-19-2012, 04:29 PM   #15
journeyman
 
Bilbo Gbagbins's Avatar
 
Join Date: Apr 2011
Location: Underground
Posts: 221
Re: Udacity: three new CS courses starting April 16th

Quote:
Originally Posted by smrk View Post
Early review of 212 -
....

Early review of 253:
....

Early review of 262:
...
I signed up for these 3 but also for 101 as well since I hadn't done that before. I was hoping that since I have a solid grasp of C#/Java fundamentals that I'd be able to wing it. As it turned out I couldn't do any of the questions in 212 today as I just didn't have the Python knowledge. Gonna try and blitz through the units in 101 so that I can get up to speed with 212.

253 and 262 were real easy to get into though. The learning curve is very manageable. The guy doing 262 reminds me of Gale from Breaking Bad with all of his obscure literary references and general nerdy quirkiness.
Bilbo Gbagbins is offline   Reply With Quote

Reply
      

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 03:23 PM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2008-2010, Two Plus Two Interactive