Programming
Workshop

Spring 2014
course
navigation

projects 2

Projects

1st order of business : check in with everyone on what they have in mind for their project, and give feedback before the proposal due Tue.
As appropriate, discuss and/or do a "hello world" or euler9 exploration of that language or environment.

Project Euler 9

I've added more languages to the work we started on Tuesday.
Interest in continuing to look at the syntax of new languages ?

database concepts 101

A few of you have talked about doing some database related projects (particularly server-side web development) , so here's some of the basic concepts of SQL (structured query language) which is one of the biggies.
Typically a software application (i.e. sqlite or mysql) manages the data in a database file (i.e. products.db) through a SQL language (i.e. "select * from employee;").
Here are some resources that explain the various concepts. I'll give an overview.

2048

Depending on time, we can work together on my project as described in my Tuesday proposal : 2048 in Python .
http://cs.marlboro.edu/ courses/ spring2014/workshop/ notes/ projects_2
last modified Thursday April 3 2014 7:52 am EDT