How to put your Python lib into PyPi?
https://gnu-amir.medium.com/how-to-put-your-python-lib-into-pypi-dd9d5734d257
https://gnu-amir.medium.com/how-to-put-your-python-lib-into-pypi-dd9d5734d257
Medium
How to put your Python lib into PyPi?
If you are a Python developer, you know about libraries and modules. Libraries are stored at PyPi. Do your want to have a library on PyPi!?
How to Connect to Custom Oauth2 Provider Using Auth0?
https://bhavaniravi.medium.com/how-to-connect-to-custom-oauth2-provider-using-auth0-84b58a9dba64
https://bhavaniravi.medium.com/how-to-connect-to-custom-oauth2-provider-using-auth0-84b58a9dba64
Medium
How to Connect to Custom Oauth2 Provider Using Auth0?
What is Oauth2?
Dr. Numpy-Love or: How I Learned to Stop Worrying and SIMD in Python
https://medium.com/data-science-deep-dive/dr-numpy-or-how-i-learned-to-stop-worrying-and-simd-in-python-465e597df8fb
https://medium.com/data-science-deep-dive/dr-numpy-or-how-i-learned-to-stop-worrying-and-simd-in-python-465e597df8fb
Medium
Dr. Numpy-Love or: How I Learned to Stop Worrying and SIMD in Python
TLDR: This is an introductory post about avoiding for loops using numpy. Do skip to the end if you are an intermediate numpy-er already —…
Implementing a Deep Neural Network from scratch
https://puneetam.medium.com/implementing-a-deep-neural-network-from-scratch-8ed9988d2e4d
https://puneetam.medium.com/implementing-a-deep-neural-network-from-scratch-8ed9988d2e4d
Medium
Implementing a Deep Neural Network from scratch
Introduction
Demystifying the Black Magic in Python: Metaclasses and Class Creation
https://medium.com/codable/demystifying-the-black-magic-in-python-metaclasses-and-class-creation-6e6ff8d0dd36
https://medium.com/codable/demystifying-the-black-magic-in-python-metaclasses-and-class-creation-6e6ff8d0dd36
Medium
Demystifying the Black Magic in Python: Metaclasses and Class Creation
“Metaclasses are deeper magic than 99% of users should ever worry about. If you wonder whether you need them, you don’t (the people who…
Do MMA fighters with longer arms win more fights? An end-to-end analysis in Python
https://thomas-richie-richardson.medium.com/do-mma-fighters-with-longer-arms-win-more-fights-an-end-to-end-analysis-in-python-a688ed52179
https://thomas-richie-richardson.medium.com/do-mma-fighters-with-longer-arms-win-more-fights-an-end-to-end-analysis-in-python-a688ed52179
Medium
Do MMA fighters with longer arms win more fights? An end-to-end analysis in Python
Earlier this year I put out a 3-part blog series on how to scrape data on MMA fighters, clean it and analyse it, all in R. Since then I’ve…
Disaster Tweets Identification Model with TensorFlow
https://python.plainenglish.io/disaster-tweets-identification-model-with-tensorflow-ff92f4347831
https://python.plainenglish.io/disaster-tweets-identification-model-with-tensorflow-ff92f4347831
Medium
Disaster Tweets Identification Model with TensorFlow
“In this article, I will tell you to create a tweet classification model using tensor flow.”