G+_Darryl Medley Posted May 13, 2014 Share Posted May 13, 2014 Simple Programming Exercises Repository? I think the reason that Padre had to review the basic statements last week is because the students haven't been getting enough practice with them. Maybe we need a repository of simple projects that beginners can work on. Just a text file with entries starting with very simple ones such as: "Write a program that prints the numbers 1 - 10 using a "for" loop." We could have another file with examples for those who need help. What do you guys/gals think? Link to comment Share on other sites More sharing options...
G+_L I Posted May 13, 2014 Share Posted May 13, 2014 A while back someone posted this link: http://codingbat.com/python It has some awesome little exercises there and even evaluates your code to see if it works for all the cases they test against. I ran through it a few weeks ago. It really helps you get used to the syntax and most of it we've gone through before. Link to comment Share on other sites More sharing options...
G+_Lee Crocker Posted May 14, 2014 Share Posted May 14, 2014 I'd also recommend codeeval.com, which has lots of exercises of varying difficulty and will automatically judge them for you. Link to comment Share on other sites More sharing options...
Recommended Posts