-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Exercises #226
base: master
Are you sure you want to change the base?
Missing Exercises #226
Conversation
FyFy -- yup, html_render is challenging -- that's why it's so many points. Taking a look .... |
you've accidentally added pycache directories -- be careful! I think that happened because you deleted the .gitignore. but also -- you need to be careful with |
giving you full credit to html_render, which brings you JUST 20 80%. But you really want to do OO mailroom and html_render to make sure you understand OO programming. I also don't see a trigrams -- that's another good one -- maybe go back and give it a try again -- you may be surprised, now that you have a bit more experience. |
not merging, due to git issues -- and class is over anyway :-) |
Hi Chris,
Last few completed assignments are included in this PR. This should put me right at the 80% completed...
Html render: this one was a beast. So hard. I did my best but its current state is kind of a hot mess. I haven't quite gotten all the tests to pass and everything working right. Everything seems to be failing more the more I refactor... I need to keep working on this one but likely won't be be able to push any updates before you submit.
circle.py: after doing html render... I didn't think it was possible to see green and pass all tests! Got it working though and all tests pass.