learn python check answers
Project description
Learn Python for Civil Engineering and Geoscience check answers
A Python package for validating online course Learn Python for Civil Engineering and Geosciences answers.
Installation and updating
Use the package manager pip to install the last stable version of the package.
pip install learn-python-check
Usage
The package allows for evaluating the answers to the exercises in sections 3, 4 and 6.
Demo of some of the features:
import learn_python_check.check_answers as check
check.notebook_3(question_number=0, arguments=[car_info, message])
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
Acknowledgments
Financial support for this project was provided through an open education grant from the Educational Management Team for the Civil Engineering and Geosciences Faculty at Delft. The content was first developed for Summer 2022 by Sandra Verhagen and a team of TA's in Jupyter notebooks that were auto-graded in Vocareum. For Summer 2023 a second round of funding was optained to update the content and adapt it to an entirely open and self-paced course without enrollement via a Jupyter Book, led by Robert Lanzafame. Special thanks goes to Miguel Mendoza Lugo who adapted the notebooks into the Jupyter Book format and implemented the interactive features, as well as Ahmed Farahat, who helped create the fun new visual features that make understanding the material easier in the Jupyter Book platform, as well as the In a Nutshell summaries.
This Book is maintained and developed by staff of the Faculty of Civil Engineering and Geosciences of TU Delft, the Netherlands.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.