Topics from Section
Section 8: Monday, November 5
Last section :(
Section 7: Monday, October 29
Fun with Python and basic web apps!
Section 6: Monday, October 22
(from my notes on similarities)
And now onto Python!
Section 5: Monday, October 15
Intro to the Internet and web development!
- Slides
- another TF’s slides - Emily Hong
- TCP/IP
- HTTP
- HTML
- CSS
- JavaScript
Section 4: Monday, October 8
(from my notes on speller)
Applying a lot of what we’ve learned to data management!
- Emily Hong’s slides
- Data Structures
- Linked Lists
- Hash Tables
- Trees
- Tries
Section 3: Monday, October 1
(from my notes on recover)
Applying a lot of what we’ve learned to file management!
- Slides
- Another TF’s slides - Emily Hong
- Sandbox code for in class demo
- File I/O
- Memory
- Hexadecimal
- Structs
Section 2: Monday, September 24
(from my notes on vigenere)
Adding more programming building blocks, concepts, and skills!
- Slides
- Another TF’s Slides - Emily Hong
- Command-Line Arguments
- ASCII
- Modulo
- Arrays
- Functions
Section 1: Monday, September 17
(from my notes on mario)
The building blocks of programming!
- Slides
- Another TF’s Slides - Emily Hong
- Variables
- Data Types
- Operators
- Conditional Statements
- Boolean Expressions
- Loops