Add Extensions to a Static Site Generator with Python - Course Review
Add Extensions to a Static Site Generator with Python is a project in PluralSight, following the previous one.
Their way to check projects is interesting.
Basically, you fork a repo in github, tell them your github name, and they will test what you did after you push the code.
This was pretty useful, but in a limited way - you mostly just do what you are told, such as adding methods to a class, and adding that exact call. So what you learn is much more limited than just telling you to do something.
This project ended up a little more useful than the last, as the requests were a bit more complex.
Tests in PyCharm didn't work, but running pytest directly did...
Comments