| Introduction | Say Hello, World! With Python | Problem | solution-say-hello-world-with-python.python | 5 |
| Introduction | Python If-Else | Problem | solution-python-if-else.python | 10 |
| Introduction | Arithmetic Operators | Problem | solution-arithmetic-operators.python | 10 |
| Introduction | Python Division | Problem | solution-python-division.python | 10 |
| Introduction | Loops | Problem | solution-loops.python | 10 |
| Introduction | Write a function | Problem | solution-write-a-function.python | 10 |
| Introduction | Print Function | Problem | solution-print-function.python | 20 |
| Basic Data Types | List Comprehensions | Problem | solution-list-comprehensions.python | 10 |
| Basic Data Types | Find the Runner-Up Score! | Problem | solution-find-the-runner-up-score.python | 10 |
| Basic Data Types | Nested Lists | Problem | solution-nested-lists.python | 10 |
| Basic Data Types | Finding the percentage | Problem | solution-finding-the-percentage.python | 10 |
| Basic Data Types | Lists | Problem | solution-lists.python | 10 |
| Basic Data Types | Tuples | Problem | solution-tuples.python | 10 |
| Strings | sWAP cASE | Problem | solution-swap-case.python | 10 |
| Strings | String Split and Join | Problem | solution-string-split-and-join.python | 10 |
| Strings | What's Your Name | Problem | solution-whats-your-name.python | 10 |
| Strings | Mutations | Problem | solution-mutations.python | 10 |
| Strings | Find a string | Problem | solution-find-a-string.python | 10 |
| Strings | String Validators | Problem | solution-string-validators.python | 10 |
| Strings | Text Alignment | Problem | solution-text-alignment.python | 10 |
| Strings | Text Wrap | Problem | solution-text-wrap.python | 10 |
| Strings | Designer Door Mat | Problem | solution-designer-door-mat.python | 10 |
| Strings | String Formatting | Problem | solution-string-formatting.python | 10 |
| Strings | Capitalize! | Problem | solution-capitalize.python | 20 |
| Sets | Introduction to Sets | Problem | solution-introduction-to-sets.python | 10 |
| Sets | No Idea! | Problem | solution-no-idea.python | 50 |
| Sets | Symmetric Difference | Problem | solution-symmetric-difference.python | 10 |
| Sets | Set add() | Problem | solution-set-add.python | 10 |
| Sets | Set discard() remove() pop() | Problem | solution-set-discard-remove-pop.python | 10 |
| Sets | Set union() Operation | Problem | solution-set-union-operation.python | 10 |
| Sets | Set intersection() Operation | Problem | solution-set-intersection-operation.python | 10 |
| Sets | Set difference() Operation | Problem | solution-set-difference-operation.python | 10 |
| Sets | Set symmetric_difference() Operation | Problem | solution-set-symmetric-difference-operation.python | 10 |
| Sets | Set Mutations | Problem | solution-set-mutations.python | 10 |
| Sets | The Captain's Room | Problem | solution-the-captains-room.python | 10 |
| Sets | Check Subset | Problem | solution-check-subset.python | 10 |
| Sets | Check Strict Superset | Problem | solution-check-strict-superset.python | 10 |
| Itertools | itertools.product() | Problem | solution-itertools-product.python | 10 |
| Itertools | itertools.combinations() | Problem | solution-itertools-combinations.python | 10 |
| Itertools | itertools.permutations() | Problem | solution-itertools-permutations.python | 10 |
| Itertools | itertools.combinations_with_replacement() | Problem | solution-itertools-combinations-with-replacement.python | 10 |
| Itertools | Compress the String! | Problem | solution-compress-the-string.python | 20 |
| Itertools | Iterables and Iterators | Problem | solution-iterables-and-iterators.python | 40 |
| Itertools | Maximize It! | Problem | solution-maximize-it.python | 50 |
| Collections | collections.Counter() | Problem | solution-collections-counter.python | 10 |
| Collections | DefaultDict Tutorial | Problem | solution-defaultdict-tutorial.python | 20 |
| Collections | Collections namedtuple() | Problem | solution-collections-namedtuple.python | 20 |
| Collections | Collections OrderedDict() | Problem | solution-collections-ordereddict.python | 20 |
| Collections | Word Order | Problem | solution-word-order.python | 50 |
| Collections | Collections deque() | Problem | solution-collections-deque.python | 20 |
| Collections | Company Logo | Problem | solution-company-logo.python | 30 |
| Collections | Piling Up! | Problem | solution-piling-up.python | 50 |
| Date and Time | Calendar Module | Problem | solution-calendar-module.python | 10 |
| Date and Time | Time Delta | Problem | solution-time-delta.python | 30 |
| Errors and Exceptions | Exceptions | Problem | solution-exceptions.python | 10 |
| Errors and Exceptions | Incorrect Regex | Problem | solution-incorrect-regex.python | 20 |
| Numpy | Arrays | Problem | solution-arrays.python | 10 |
| Numpy | Shape and Reshape | Problem | solution-shape-and-reshape.python | 20 |