Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 510 Bytes

File metadata and controls

11 lines (7 loc) · 510 Bytes

Python 201

This workshop takes a step back from Python syntax to look at high-level ways of solving problems with code and managing complexity. We'll create different solutions to the same problem using three different programming paradigms: imperative, functional, and object-oriented. We'll also consider concepts related to complexity such as modularity and managing state.

Contents

Paradigms
Imperative
Functional
Object-Oriented