Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bergam0t/intro_to_python_course_proof_of_concept
https://github.com/bergam0t/intro_to_python_course_proof_of_concept
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bergam0t/intro_to_python_course_proof_of_concept
- Owner: Bergam0t
- Created: 2024-02-22T22:08:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T19:52:55.000Z (8 months ago)
- Last Synced: 2024-05-07T23:37:37.330Z (8 months ago)
- Language: JavaScript
- Homepage: https://bergam0t.github.io/intro_to_python_course_proof_of_concept/
- Size: 800 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a small proof-of-concept repo looking at how to make an interactive programming course using
- Quarto
- [Quarto Pyodide](https://github.com/coatless-quarto/pyodide) - a Quarto extension that allows you to create runnable code cells without requiring hosting by using WASM
- [Webexercises](https://github.com/psyteachr/webexercises/) - a Quarto extension that allows you to create various interactive types of questions (with [this fork](https://github.com/Bergam0t/webexercises) allowing feedback as well)The original intention was to publish it when several chapters were complete, but due to a lack of time to continue working on it at present, I'm making it available now in case the template is of use to anyone else!