Een cursus programmeren in Python voor leerlingen in havo/ vwo bovenbouw met of zonder informatica in hun programma. Ze leren de basis om eenvoudige programmaatjes mee te schrijven. Ik heb met heel veel plezier aan dit teachbook gewerkt. Ik hoop dat de leerlingen ook plezier zullen hebben met het maken van de opdrachten.
Ir. Petra van Horen
Feel free to reuse this content or contribute to it. Please give appropriate credit, provide a link to the license, and indicate if changes were made (CC BY 4.0 License)
The website (https://nerdyjuffie.github.io/PythonProgrammeren) is created using the TeachBooks. To recreate it you have two options (more information in the TeachBooks manual:
- In the GitHub interface: fork this repository, enable Github Pages from the source GitHub actions (Settings - Code and automation - Pages - Build and deployment - Source - GitHub Actions), enable workflows (Actions - I understand my workflows, go ahead and enable them) and run the call-deploy-book workflow (Actions - call-deploy-book - Run workflow - Run workflow). The website is released on the URL as shown on the workflow summary when the workflow has finished (Actions - call-deploy-book - call-deploy-book - Summary).
- On your own computer: clone this repository, install the required packages (
pip install -r requirements.txt) and build the book (teachbooks build book). The website is stored locally inbook/_build/index.html.