Getting @pytest.mark.parametrize and @requests_mock.Mocker to work together.
https://medium.com/@shashank_iyer/getting-pytest-mark-parametrize-and-requests-mock-mocker-to-work-together-159408897ec0
https://medium.com/@shashank_iyer/getting-pytest-mark-parametrize-and-requests-mock-mocker-to-work-together-159408897ec0
Medium
Getting @pytest.mark.parametrize and @requests_mock.Mocker to work together.
It often is a good practice to mock responses of http queries that your run-time algorithms or state machines make.
The curious case of applying nlp to Twitter
https://bgherbert.medium.com/the-curious-case-of-applying-nlp-to-twitter-2dcedcc73ef4
https://bgherbert.medium.com/the-curious-case-of-applying-nlp-to-twitter-2dcedcc73ef4
Medium
The curious case of applying nlp to Twitter
How to adapt tf*idf to a corpus of Tweets
How to Build Your First Web App in Less Than 10 minutes
https://python.plainenglish.io/how-to-build-your-first-web-app-in-less-than-10-minutes-d0c58d5dca7f
https://python.plainenglish.io/how-to-build-your-first-web-app-in-less-than-10-minutes-d0c58d5dca7f
Medium
How to Build Your First Web App in Less Than 10 minutes
The basics of the Flask framework with Python.
Learner’s Guide to Property Based Testing#1
https://medium.com/learning-from-learners/learners-guide-to-property-based-testing-1-ce979c1a58a1
https://medium.com/learning-from-learners/learners-guide-to-property-based-testing-1-ce979c1a58a1
Medium
Learner’s Guide to Property Based Testing#1
Property Based Random Testing is a flavor of testing that aims to use higher level specifications for testing instead of hand-writing or…
Always Compare 2 or More Data Science Models Before Choosing the Best
https://benjaminobi.medium.com/always-compare-2-or-more-data-science-models-before-choosing-the-best-a61aa7c26891
https://benjaminobi.medium.com/always-compare-2-or-more-data-science-models-before-choosing-the-best-a61aa7c26891
Medium
Always Compare 2 or More Data Science Models Before Choosing the Best
Comparing 2 regressors using the cruise ship dataset