An open API service indexing awesome lists of open source software.

https://github.com/elc/python-tutorial-practice-1


https://github.com/elc/python-tutorial-practice-1

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Python Tutorial Practice 1

This repository was created from the [Autograding Python Assignments
Template](https://github.com/ELC/python-assignment-template)

Each exercise in this practice is designed to be autocorrected outside the
Github Classroom system by simply running Github Classroom system by simply
running:

`python exercises/.py`.

## Topics to cover

- Exercise 1: Basic Arithmetic
- Exercise 2: Simple Logic and Short Circuit
- Exercise 3: Comparison
- Exercise 4: Basic Conversions
- Exercise 5: Strings
- Exercise 6: Lists
- Exercise 7: Tuples and Unpacking
- Exercise 8: Dictionaries
- Exercise 9: Sets
- Exercise 10: Coercion to Booleans