spu-python-203 / class-materials

Class notes, quizes, a common repo for everyone, updated in each class.
MIT License
2 stars 4 forks source link

Class Materials

Class notes, quizes, a common repo for everyone, follows week by week. Below, find the list of contents covered in this repository.

Brief Summary

The content is divided into 11 weeks.

Weeks Content
Week 1 Intro, git, GitHub
Week 2 Python, pip, virtual environments
Week 3 Data structures (mutability, int, float, sequences)
Week 4 Data structures (callable, builtin functions, data structure builtin functions)
Week 5 Operators, Execution Model, Expressions (Control Flow)
Week 6 Modules, Files, Errors and Exceptions
Week 7 Midterm (Overview of Content)
Week 8 OOP and Functional Programming Concepts
Week 9 Brief Summary of Standard Library (math, operators, numbers, logging, unittest, string, sys, io, pathlib, )
Week 10 Project Presentations
Week 11 What’s Next?

Table of Contents

The distribution of content and the relavant links are the following.

Python Syntax

Data Model

Object, value and type

References