Virtual Programming Lab: Python with Unit Tests

Опубликовано: 21 Октябрь 2024
на канале: James Smith
352
3

This video shows how to set up a Virtual Programming Lab exercise using Python as the target language. I use unit tests here, just as I do in Java and C, because it helps simply the workflow for exercise generation.

More here on this blog page: https://www.yorku.ca/professor/drsmit...

Many thanks to Professor Dominique Thiebaut at Smith College for his original tutorials on VPL. I've created other tutorials on my blog and you can find his original tutorials at Archive.org.

Based on an approach to unit testing for C (July & August 2023)
1. https://www.yorku.ca/professor/drsmit...
2. https://www.yorku.ca/professor/drsmit...
3. https://www.yorku.ca/professor/drsmit...
4. https://www.yorku.ca/professor/drsmit...
5. https://www.yorku.ca/professor/drsmit...
# That C work was based on example by D. Thiébaut at Smith College
http://www.science.smith.edu/dftwiki/...
now at