-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.py
More file actions
66 lines (46 loc) · 2.26 KB
/
notes.py
File metadata and controls
66 lines (46 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
"""
After Class Notes
"""
# 1/9/18 - Class 1
# 5 students made it to first class
# at least one sign up did not show
# normal introductions
# started class with a intro to a project-based approach to learning
# proposed several project ideas
# brainstorm activity to decide on project(s) to work on during the 12wks
# Anaya:
# create own version of slither.io (pygame)
# Learn Pythn programming language
# possibly look into hyperpad as well
# Mattias & Tyler:
# Java Minecraft Mods
# Create a robot using pi, python, 3d printing
# Alexa skill: "alexa, rap or sing a famous song"
# Taixi & Matthew:
# Minecraft server on pi w/ mods
# Need a way to bring some of these ideas together, so the instructors
# are not spread too thin, e.g. be able to teach similar concepts to
# more than one group at a time that will still relate to each project idea
# 1/16/18 Class 2
# 3 students (Tyler, Matty, Travis) --> icebreaker: Python Turtle Calc mini project
# finished basic calculator logic
# started turtle module intro
# ended on drawing a square (without a loop)
# Anaya --> first no-show
# Hadley --> project brainstorm
# narrowing down to robot project
# Taixi, Matthew, Alex --> Minecraft pi server project
# 1/23/18 Class 3
# 3 students (Tyler, Matty, Travis) --> icebreaker: Python Turtle Calc mini project
# finished python loop intro via turtle module
# Created first git repo for project
# queued first changes; minor issue with pushing the updates
# Taixi & Matthew --> continue work on minecraft pi server project
# Aidan --> continue Scratch Project with Ian as mentor
# Made another game on Scratch
# Alex & Hadley --> robot project
# worked on design sketches with Alex (mentor/intern)
# Anaya --> 2nd no-show
# 1/30/18 Class 4
# 2/6/2018 Class 5
# 2/13/2018 Class 6