Repository with assignments using the Test Informed Learning with Examples (TILE) method to integrate testing into existing programming courses for free.
Menu
LinkedIN Community
Join our LinkedIN Community.
TILED Assignments
The assignments are grouped based on their topics, so educators can easily find assignments that match with the topics of their own program.
- Variables, expressions, types
- Arithmetic operations
- Assignment statements
- Strings
- Console input/output
- Conditionals (if-elif-else)
- Exceptions
- Errors
- Loops/iterations (while/for)
- Functions
- Unit tests
- Modules/libraries
- Structured types
- Lists
- Dictionaries
- Tuples and Sets
- File input/output
- GUI
- Object oriented programming
- Advanced topics
- Recursion
- Functional programming (lambda expressions)
- Parsers
- Algorithms
- Cryptography, security
- Hashing
- Series