Everything about Custom Middleware in Django
https://hiteshmishra708.medium.com/everything-about-custom-middleware-in-django-6c9e5e669832
https://hiteshmishra708.medium.com/everything-about-custom-middleware-in-django-6c9e5e669832
Medium
Everything about Custom Middleware in Django
So, In this article, we’ll learn about Middleware in Django, why to use them, how it works & how to create custom middleware in Django.
How to get started with analysing data in Dota 2 games.
https://medium.com/@rosscoperryy/how-to-get-started-with-analysing-data-in-dota-2-games-5d5cdbf78b90
https://medium.com/@rosscoperryy/how-to-get-started-with-analysing-data-in-dota-2-games-5d5cdbf78b90
Medium
How to get started with analysing data in Dota 2 games.
A how to guide SQL and python to load up your match stats using the Opendota API
How to transform a dict to an object in python
https://johschmidt42.medium.com/how-to-transform-a-dict-to-an-object-in-python-ba0c7ef0fd95
https://johschmidt42.medium.com/how-to-transform-a-dict-to-an-object-in-python-ba0c7ef0fd95
Medium
How to transform a dict to an object in python
Have you ever made requests to a REST API that responded with JSON? In python, the most common HTTP library to create a request and get the…
How To Classify Handwritten Digits Using A Multilayer Perceptron Classifier
https://medium.com/mlearning-ai/how-to-classify-handwritten-digits-using-a-multilayer-perceptron-classifier-212b7bd6e6d1
https://medium.com/mlearning-ai/how-to-classify-handwritten-digits-using-a-multilayer-perceptron-classifier-212b7bd6e6d1
Medium
How To Classify Handwritten Digits Using A Multilayer Perceptron Classifier
What is a Multilayer Perceptron? What are the pros and cons of MLP? Can we classify handwritten digits accurately using a MLP classifier…
Printing numbers without even using a single digit
https://medium.com/@talhakhan7640/printing-numbers-without-even-using-a-single-digit-6013ebce0a82
https://medium.com/@talhakhan7640/printing-numbers-without-even-using-a-single-digit-6013ebce0a82
Medium
Printing numbers without even using a single digit
A little python trick you should know about
Por que [ ] é mais rápido que list() em Python?
https://ealexbarros.medium.com/por-que-%C3%A9-mais-r%C3%A1pido-que-list-em-python-9730dffec3b5
https://ealexbarros.medium.com/por-que-%C3%A9-mais-r%C3%A1pido-que-list-em-python-9730dffec3b5
Medium
Por que [ ] é mais rápido que list() em Python?
Qual das opções você prefere para criar listas em Python? Você ficará surpreso em saber que as duas opções não funcionam exatamente da…
Spark Streaming + Flume Integration + Python3
https://medium.com/@xaviersalinasv18/spark-streaming-flume-integration-python3-7dd5e91cb31d
https://medium.com/@xaviersalinasv18/spark-streaming-flume-integration-python3-7dd5e91cb31d
Medium
Spark Streaming + Flume Integration + Python3
Al trabajar en este tipo de herramientas para poder conseguir los procesos adecuados de lectura, para el caso particular datos en streaming…
Communication between two flask services using rabbitmq
https://medium.com/@shubhamranjan95/communication-between-two-flask-services-using-rabbitmq-a25a12a12b0d
https://medium.com/@shubhamranjan95/communication-between-two-flask-services-using-rabbitmq-a25a12a12b0d
Medium
Communication between two flask services using rabbitmq
Hello Techies !!
How to deploy a Django application using NGINX and Gunicorn ?
https://medium.com/@chaitanybhardwaj1997/how-to-deploy-a-django-application-using-nginx-and-gunicorn-aa584a8b7cc8
https://medium.com/@chaitanybhardwaj1997/how-to-deploy-a-django-application-using-nginx-and-gunicorn-aa584a8b7cc8
Medium
How to deploy a Django application using NGINX and Gunicorn?
One thing that I have observed very ordinarily being practised is, that freshers or even experienced developers, when onboards on any new…
Find the Length Of String Without Using len Function In Python
https://ninza7.medium.com/find-the-length-of-string-without-using-len-function-in-python-e9621e1fa0c8
https://ninza7.medium.com/find-the-length-of-string-without-using-len-function-in-python-e9621e1fa0c8
Medium
Find the Length Of String Without Using len Function In Python
Recursive Approach to Find the Length Of String
A PyCaret wrapper for function approximation
https://ettoremessina.medium.com/a-pycaret-wrapper-for-function-approximation-2e8710556a92
https://ettoremessina.medium.com/a-pycaret-wrapper-for-function-approximation-2e8710556a92
Medium
A PyCaret wrapper for function approximation
Released on GitHub, (https://github.com/ettoremessina/function-fitting/tree/master/pycaret) two scripts that are PyCaret wrappers to…
Introduction to Applied Linear Algebra: Norms & Distances
https://towardsdatascience.com/introduction-to-applied-linear-algebra-norms-distances-2451e6325925
https://towardsdatascience.com/introduction-to-applied-linear-algebra-norms-distances-2451e6325925
Medium
Introduction to Applied Linear Algebra: Norms & Distances
This article gives an introduction to vector norms, vector distances and their application in the field of data science
Advanced filtering and data manipulation in Pandas — loc, iloc, apply and lambda
https://medium.com/@zoltan.guba/advanced-filtering-and-data-manipulation-in-pandas-loc-iloc-apply-and-lambda-95990df0ad
https://medium.com/@zoltan.guba/advanced-filtering-and-data-manipulation-in-pandas-loc-iloc-apply-and-lambda-95990df0ad
Medium
Advanced filtering and data manipulation in Pandas — loc, iloc, apply and lambda
We explored earlier how to do basic data wrangling with Pandas. Sometimes the basics are just not cutting it, this is why loc, iloc, the…
How To Fix The Error “Please Place a Project Into /Storage/Emulated/0/Kivy” in the Kivy Launcher
https://momentsonline69.medium.com/fix-the-error-please-place-a-project-into-storage-emulated-0-kiy-in-kivy-launcher-6816846b2d
https://momentsonline69.medium.com/fix-the-error-please-place-a-project-into-storage-emulated-0-kiy-in-kivy-launcher-6816846b2d
Medium
Fix The Error “Please Place a Project Into /Storage/Emulated/0/Kivy” in Kivy Launcher
To fix the error. You need to create a path to a kivy folder. The folder will contain your .py and .txt files.
The ultimate Python super power? Type Hinting
https://peterbbryan.medium.com/the-ultimate-python-super-power-type-hinting-b82181a36565
https://peterbbryan.medium.com/the-ultimate-python-super-power-type-hinting-b82181a36565
Medium
The ultimate Python super power? Type Hinting
Maintaining useful documentation for a large-scale Python code base can be challenging. Set yourself apart with type hinting!