pybites / challenges

PyBites Code Challenges
https://codechalleng.es/challenges/
693 stars 2.29k forks source link

Pcc39 #755

Open covrebo opened 4 years ago

covrebo commented 4 years ago

Difficulty level (1-10): [7] Estimated time spent (hours): [3] Completed (yes/no): [Yes] I stretched my coding skills (if yes what did you learn?): [I am very new to Python but have most of my experience with Flask. I had no previous experience with Pytest or JSON or rest API's so there was a lot of new stuff that I had to find resources to show me how to work with each. Lot of time trying to get it to work and I had to look at a lot of examples to get the syntax right. Overall, it really stretched my abilities and opened my eyes to testing and rest API's. I still have a long way to go.] Other feedback (what can we improve?): [Everything was good, but maybe a few more resources for less comfortable pytonistas.]

bbelderbos commented 4 years ago

@covrebo glad to hear you stretched your abilities, I left some feedback on your test code, hope it helps.