Understanding Scope in Python 🐍
https://medium.com/@larrygray/understanding-scope-in-python-4171e49b8a2b
https://medium.com/@larrygray/understanding-scope-in-python-4171e49b8a2b
Medium
Understanding Scope in Python 🐍
Introduction
Demystifying Mocking in Python: A Guide to Effective Testing
https://muktar.tech/demystifying-mocking-in-python-a-guide-to-effective-testing-ceded8a28eb6
https://muktar.tech/demystifying-mocking-in-python-a-guide-to-effective-testing-ceded8a28eb6
Medium
Demystifying Mocking in Python: A Guide to Effective Testing
In the world of software development, testing is crucial for ensuring the quality and reliability of your code. Mocking, a powerful…
Churn Prediction With Machine Learning
https://medium.com/@gabrielnduarte/churn-prediction-with-machine-learning-a2207029662
https://medium.com/@gabrielnduarte/churn-prediction-with-machine-learning-a2207029662
Medium
Churn Prediction With Machine Learning
A complete work in data science, through exploratory analysis, feature engineering techniques, model selection and model creation of…
Python Sets: A Beginner’s Tutorial with Examples
https://medium.com/@informationalstories/python-sets-a-beginners-tutorial-with-examples-6e82af6ff0bb
https://medium.com/@informationalstories/python-sets-a-beginners-tutorial-with-examples-6e82af6ff0bb
Medium
Python Sets: A Beginner’s Tutorial with Examples
In Python, sets are a built-in data type used for storing an unordered collection of unique elements. Because sets are both unordered and…
Beginner to Pro in Kaggle Data Science Series — Python Fundamentals-1
https://medium.com/@brpuneet898/beginner-to-pro-in-kaggle-data-science-series-python-fundamentals-1-1d12f16ac523
https://medium.com/@brpuneet898/beginner-to-pro-in-kaggle-data-science-series-python-fundamentals-1-1d12f16ac523
Medium
Beginner to Pro in Kaggle Data Science Series — Python Fundamentals-1
In this article series, we’ll explore Data Science within the context of Kaggle, a leading platform for showcasing Data Science skills…
Python Functions and Modular programming
https://medium.com/@256tharin/python-functions-and-modular-programming-c2875d197a6
https://medium.com/@256tharin/python-functions-and-modular-programming-c2875d197a6
Medium
Python Functions and Modular programming
Functions and modular programming are fundamental concepts in Python (and in programming in general) that allow you to create organized…
Building a Voice-Controlled Virtual Assistant in Python
https://medium.com/@deepalgupta89/building-a-voice-controlled-virtual-assistant-in-python-21afe59c8866
https://medium.com/@deepalgupta89/building-a-voice-controlled-virtual-assistant-in-python-21afe59c8866
Medium
Building a Voice-Controlled Virtual Assistant in Python
Introduction :This code implements a voice-controlled virtual assistant. This assistant can recognize voice commands, perform various…
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.