https://github.com/elc/python-tutorial-practice-1
https://github.com/elc/python-tutorial-practice-1
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/elc/python-tutorial-practice-1
- Owner: ELC
- Created: 2023-01-29T01:37:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T21:35:48.000Z (over 1 year ago)
- Last Synced: 2025-02-14T01:23:09.439Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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