Metadata-Version: 2.1
Name: learn-python-ceg-test
Version: 1.0.2
Summary: learn_python check answers
Home-page: https://github.com/mike-mendoza/learn_python_ceg_test
Download-URL: https://github.com/mike-mendoza/learn_python_ceg_test/archive/refs/tags/v1.0.2.tar.gz
Author: Miguel Angel Mendoza-Lugo, Robert Lanzafame, Ahmed Farahat
Author-email: mendozalugo@gmail.com
License: GNU
Project-URL: Bug Tracker, https://github.com/mike-mendoza/learn_python_ceg_test/issues
Keywords: pypi
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Documentation
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pandas

 <img src="https://raw.githubusercontent.com/TUDelft-CITG/learn-python/main/book/figures/learn-python-logo.png" width=80/> 

# Learn Python for Civil Engineering and Geoscience test answers

A Python package for validating online course _Learn Python for Civil Engineering and Geosciences_ answers.

## Installation and updating
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the last stable version of the package. 

```bash
pip install learn-python-ceg-test
```

## Usage
The package allows for evaluating the answers to the exercises in sections 3, 4 and 6. 

#### Demo of some of the features:

```python
import learn_python_ceg_test.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
[GNU](https://choosealicense.com/licenses/gpl-3.0/)

## 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.

 <img src="https://raw.githubusercontent.com/TUDelft-CITG/learn-python/mike/book/figures/TUDelft_logo_cmyk.png" width=170  style="float: right;"/> 
