Project Ideas

by Elliott Hauser

14 Apr 2016

Q&A

#!/usr/bin/python3

print("Hello World!")
  • OR you can also save your file and type python3 filename.py in a terminal (you may need to cd if it’s in a directory). This is what I do.

Analysts

Check this example code for the kind of text-based interface I’m looking for:

You can use functions to respond to the options, or you could store the choice in a variable that’s passed to one function that changes its behavior based on logic you write.

You’ll need to get your dataset inside the function, either as a parameter or as a global.

Turtlers

Remember my video? There’s a chapter on using dictionaries in Turtle!

There’s also an example game with levels (but that may not apply to anyone except Jay).

Permanent Groups

TBD, in case anyone switched.

Group Work today:

A revised project plan. See in-class exercise.

Elliott Hauser is a PhD Student in information science at UNC Chapel Hill. He's hacking education as one of the cofounders of Trinket.io. Find Elliott Hauser on Twitter, Github, and on the web.