Difference between revisions of "Computer Science"
From WLCS
| Line 1: | Line 1: | ||
| + | <!-- | ||
== Friday (5/22/15) == | == Friday (5/22/15) == | ||
| + | '''Warmup:''' | ||
| + | * Complete the [[https://docs.google.com/forms/d/1dCcfJnCaczrBzeQoagJsZMZxidRFEdI-s4E6h_DJqAM/viewform End-of-Course Survey]] | ||
| + | |||
| + | '''Agenda:''' | ||
* Python Post-Assessment | * Python Post-Assessment | ||
| + | --> | ||
| + | == Wednesday (5/20/15) == | ||
| + | * Complete the [[https://docs.google.com/forms/d/1dCcfJnCaczrBzeQoagJsZMZxidRFEdI-s4E6h_DJqAM/viewform End-of-Course Survey]] | ||
| − | + | '''Agenda:''' | |
| − | * Python Post-Assessment Review | + | * Python Post-Assessment Review -- '''Test on Friday (5/22/15)''' |
** All Python (everything we've done up through lists) | ** All Python (everything we've done up through lists) | ||
** [[Media:BasicProgrammingTerms.ppt]] | ** [[Media:BasicProgrammingTerms.ppt]] | ||
Revision as of 11:17, 18 May 2015
Wednesday (5/20/15)
- Complete the [End-of-Course Survey]
Agenda:
- Python Post-Assessment Review -- Test on Friday (5/22/15)
- All Python (everything we've done up through lists)
- Media:BasicProgrammingTerms.ppt
- Values, types, variables
- Media:PythonInputOutput.ppt
- Math operations
- Logical and comparison operations
- Syntax errors
- Functions
- function definition
- function header
- function body
- function call
- function parameters
- Python Function Exercises
- if-statements (CodingBat Logic-1)
- While loops
- Strings
- Lists
Monday - Monday (5/4/15 - 5/18/15)
- Lists - Media:Lists_Python.ppt
- Complete (Basic) Python List Exercises and turn it in via Google Classroom
- Complete 6 exercises from CodingBat - List 1
- Advanced Python List Exercises