How to Conduct Cryptocurrency Pair Trading (1)
https://medium.com/@quantqirl/how-to-conduct-cryptocurrency-pair-trading-1-774e89e44486
https://medium.com/@quantqirl/how-to-conduct-cryptocurrency-pair-trading-1-774e89e44486
Medium
How to Conduct Cryptocurrency Pair Trading (1)
Pair trading is a quantitative trading strategy that is based on finding price correlations between two assets and using these correlations…
Understanding Django Middleware and Create Own Middleware with a Use Case
https://tanverharun.medium.com/understanding-django-middleware-and-create-own-middleware-with-a-use-case-98653b7d50cc
https://tanverharun.medium.com/understanding-django-middleware-and-create-own-middleware-with-a-use-case-98653b7d50cc
Medium
Understanding Django Middleware and Create Own Middleware with a Use Case
Django, the popular Python web framework, offers developers a powerful toolset to build robust and scalable web applications. Among its…
Character Encoding: ASCII, Unicode, UTF-8
https://medium.com/@yakupcengiz/character-encoding-ascii-unicode-utf-8-3c072d9e77dd
https://medium.com/@yakupcengiz/character-encoding-ascii-unicode-utf-8-3c072d9e77dd
Medium
Character Encoding: ASCII, Unicode, UTF-8
Imagine a scenario where Bob wants to send a message to Alice, but their computers use different methods to represent letters. Bob’s…
How to Create Layer for Lambda Function | Python Lambda Layer
https://medium.com/@parasaroraee/how-to-create-layer-for-lambda-function-python-lambda-layer-fa837427fb17
https://medium.com/@parasaroraee/how-to-create-layer-for-lambda-function-python-lambda-layer-fa837427fb17
Medium
How to Create Layer for Lambda Function | Python Lambda Layer
Hello friends in the article we will learn how to create a layer for lambda function.
An Intro to Authentication Vulnerabilities — With Examples
https://medium.com/@starlaurentius/an-intro-to-authentication-vulnerabilities-with-examples-81ffab9bebe7
https://medium.com/@starlaurentius/an-intro-to-authentication-vulnerabilities-with-examples-81ffab9bebe7
Medium
An Intro to Authentication Vulnerabilities — With Examples
Authentication is the process through which the identity of the user of a system is verified. That means it is through authentication we…
Python Basics: Your Secret Weapon for Dominating the ML Arena!
https://suryacreatx.medium.com/python-basics-your-secret-weapon-for-dominating-the-ml-arena-193ee5590f1d
https://suryacreatx.medium.com/python-basics-your-secret-weapon-for-dominating-the-ml-arena-193ee5590f1d
Medium
Python Basics: Your Secret Weapon for Dominating the ML Arena!
Week 7 Blog 13 — Supercharge Your Data Science Skills and Transform into a Machine Learning Maestro with Python Basics!
Demystifying Django Middleware: Crafting Custom Cross-Cutting Concerns in Django Rest Framework
https://aibunny.medium.com/demystifying-django-middleware-crafting-custom-cross-cutting-concerns-in-django-rest-framework-8242c84d891c
https://aibunny.medium.com/demystifying-django-middleware-crafting-custom-cross-cutting-concerns-in-django-rest-framework-8242c84d891c
Medium
Demystifying Django Middleware: Crafting Custom Cross-Cutting Concerns in Django Rest Framework
Middlewares are like gate keepers for your app learn how to create custom middleware for authentication, logging, and caching in Django.
Raw SQL Queries in Python: Performance, Advantages, Challenges, and SQL Injection Prevention
https://python.plainenglish.io/raw-sql-queries-in-python-performance-advantages-challenges-and-sql-injection-prevention-736ba9716164
https://python.plainenglish.io/raw-sql-queries-in-python-performance-advantages-challenges-and-sql-injection-prevention-736ba9716164
Medium
Raw SQL Queries in Python: Performance, Advantages, Challenges, and SQL Injection Prevention
Introduction
Level up your Python skills with the Brick Breaker Game
https://medium.com/@tomas.svojanovsky11/level-up-your-python-skills-with-the-brick-breaker-game-29d0baa2ae53
https://medium.com/@tomas.svojanovsky11/level-up-your-python-skills-with-the-brick-breaker-game-29d0baa2ae53
Medium
Level up your Python skills with the Brick Breaker Game
Pygame Brick Breaker: Smash, Bounce, and Win!
Snowflake for Macroeconomic Data Science: Cybersyn + Snowpark
https://medium.com/snowflake/snowflake-for-macroeconomic-data-science-cybersyn-snowpark-a44a9edc5fa0
https://medium.com/snowflake/snowflake-for-macroeconomic-data-science-cybersyn-snowpark-a44a9edc5fa0
Medium
Snowflake for Macroeconomic Data Science Part I: Cybersyn + Snowpark
Welcome to the first post in a three part series where we will explore macroeconomic data available from Cybersyn on the Snowflake…
Understanding Jaccard Similarity: A Powerful Tool for Data Analysis
https://medium.com/@conniezhou678/understanding-jaccard-similarity-a-powerful-tool-for-data-analysis-42abaaafd782
https://medium.com/@conniezhou678/understanding-jaccard-similarity-a-powerful-tool-for-data-analysis-42abaaafd782
Medium
Understanding Jaccard Similarity: A Powerful Tool for Data Analysis
In the ever-expanding world of data analysis, finding efficient and meaningful ways to measure the similarity between sets is essential…
Deploying a Flask App on Heroku: A Step-by-Step Guide
https://pytechacademy.medium.com/deploying-a-flask-app-on-heroku-a-step-by-step-guide-4df37ea39ed8
https://pytechacademy.medium.com/deploying-a-flask-app-on-heroku-a-step-by-step-guide-4df37ea39ed8
Medium
Deploying a Flask App on Heroku: A Step-by-Step Guide
Heroku is a cloud Platform as a Service (PaaS) that provides developers with a streamlined and efficient way to deploy, manage, and scale…
Demystifying the EM Algorithm — GMMs
https://mindfulmodeler.medium.com/demystifying-the-em-algorithm-gmms-b3abd247d880
https://mindfulmodeler.medium.com/demystifying-the-em-algorithm-gmms-b3abd247d880
Medium
Demystifying the EM Algorithm — GMMs
Introduction
Interactive Geospatial Maps using Folium in Python
https://amitvkulkarni.medium.com/interactive-geospatial-maps-using-folium-in-python-18b9e90e161f
https://amitvkulkarni.medium.com/interactive-geospatial-maps-using-folium-in-python-18b9e90e161f
Medium
Interactive Geospatial Maps using Folium in Python
Learn how to leverage the Folium and GeoPandas libraries to create interactive and dynamic geospatial visualizations in your Python…