Positional Explode of Array and Map Columns in DataFrame in PySpark
https://oindrila-chakraborty88.medium.com/positional-explode-of-array-and-map-columns-in-dataframe-in-pyspark-f916018f467f
https://oindrila-chakraborty88.medium.com/positional-explode-of-array-and-map-columns-in-dataframe-in-pyspark-f916018f467f
Medium
Positional Explode of Array and Map Columns in DataFrame in PySpark
“Load” the “JSON String” to a “DataFrame”
Using Python, Lambda and an API Gateway to Send a Message to an SQS Queue
https://medium.com/@donica.briggs/using-python-lambda-and-an-api-gateway-to-send-a-message-to-an-sqs-queue-e27f97479766
https://medium.com/@donica.briggs/using-python-lambda-and-an-api-gateway-to-send-a-message-to-an-sqs-queue-e27f97479766
Medium
Using Python, Lambda and an API Gateway to Send a Message to an SQS Queue
For this project, using a Boto3 library, I created an automated Python script that interacts with AWS Services such as SQS, Lambda and API…
Python: Unleashing the Magic (2 — Context Managers)
https://medium.com/@s.deluca/python-unleashing-the-magic-2-context-managers-1d8b8f7bc2a6
https://medium.com/@s.deluca/python-unleashing-the-magic-2-context-managers-1d8b8f7bc2a6
Medium
Python: Unleashing the Magic (2 — Context Managers)
A series dedicated to Python underrated and overlooked features
The Underrated Gems Pt.1: 8 Pandas Methods That Will Make You a Pro
https://towardsdatascience.com/the-underrated-gems-pt-1-8-pandas-methods-that-will-make-you-a-pro-b1437a19ca3c
https://towardsdatascience.com/the-underrated-gems-pt-1-8-pandas-methods-that-will-make-you-a-pro-b1437a19ca3c
Medium
The Underrated Gems Pt.1: 8 Pandas Methods That Will Make You a Pro
Underrated, underappreciated, and underexplored
Switchlang: A Nice Try To Fill That Void in the Hearts of Python Developers 🧡
https://medium.com/@HeCanThink/switchlang-a-nice-try-to-fill-that-void-in-the-hearts-of-python-developers-a93023366a3d
https://medium.com/@HeCanThink/switchlang-a-nice-try-to-fill-that-void-in-the-hearts-of-python-developers-a93023366a3d
Medium
Switchlang: A Nice Try To Fill That Void in the Hearts of Python Developers 🧡
What is Switchlang? How to use Switch statement in python.
Flatten “Array of Array” Columns in DataFrame in PySpark
https://oindrila-chakraborty88.medium.com/flatten-array-of-array-columns-in-dataframe-in-pyspark-b487d276f701
https://oindrila-chakraborty88.medium.com/flatten-array-of-array-columns-in-dataframe-in-pyspark-b487d276f701
Medium
Flatten “Array of Array” Columns in DataFrame in PySpark
“Flatten” the “Array of Array” Using “flatten ()” Method on “Array of Array”
Powerball Lottery Analysis with ChatGPT’s Code Interpreter
https://medium.com/@devwebtuts_50448/powerball-lottery-analysis-with-chatgpts-code-interpreter-8bf10d46ca52
https://medium.com/@devwebtuts_50448/powerball-lottery-analysis-with-chatgpts-code-interpreter-8bf10d46ca52
Medium
Powerball Lottery Analysis with ChatGPT’s Code Interpreter
Tonight, the jaw-dropping jackpot reaches an astounding $900 million. In my quest for the winning combination, I engaged ChatGPT’s code…
Optimizing Hyperparameters with Hyperopt: A Hands-On Tutorial
https://towardsdev.com/optimizing-hyperparameters-with-hyperopt-a-hands-on-tutorial-2839efcbc177
https://towardsdev.com/optimizing-hyperparameters-with-hyperopt-a-hands-on-tutorial-2839efcbc177
Medium
Optimizing Hyperparameters with Hyperopt: A Hands-On Tutorial
Learn How to Leverage Optuna to Optimize Hyperparameters
Create a Running Dash App with Strava Authentication
https://medium.com/@matthieu.ru/create-a-running-dash-app-with-strava-authentication-bfdd424f5ca6
https://medium.com/@matthieu.ru/create-a-running-dash-app-with-strava-authentication-bfdd424f5ca6
Medium
Create a Running Dash App with Strava Authentication
Create a Multipage Dash Application where the user can connect using Strava with Python, Plotly Dash, Flash & Strava API.
Parkinson’s Disease Detection with Sci-Kit Learn
https://medium.com/@animeshjoshi88/parkinsons-disease-detection-with-sci-kit-learn-3e9553c60335
https://medium.com/@animeshjoshi88/parkinsons-disease-detection-with-sci-kit-learn-3e9553c60335
Medium
Parkinson’s Disease Detection with Sci-Kit Learn
Parkinson’s disease is a disease that affects the central nervous system as well as other parts of the body which are controlled by these…
Discover the Beauty of Object-Oriented Programming (OOP) in Python
https://medium.com/@mr.stucknet/discover-the-beauty-of-object-oriented-programming-oop-in-python-6428ffc09b88
https://medium.com/@mr.stucknet/discover-the-beauty-of-object-oriented-programming-oop-in-python-6428ffc09b88
Medium
Discover the Beauty of Object-Oriented Programming (OOP) in Python
It’s been quite a long and hopefully nice journey and, by now, we should be ready to explore OOP. We’ll use the definition from Kindler…
“Harnessing the Power of Python: Sending Messages with Ease — WhatsApp”
https://medium.com/@ritikmittal2000/harnessing-the-power-of-python-sending-messages-with-ease-whatsapp-f710a7348895
https://medium.com/@ritikmittal2000/harnessing-the-power-of-python-sending-messages-with-ease-whatsapp-f710a7348895
Medium
“Harnessing the Power of Python: Sending Messages with Ease — WhatsApp”
Sending messages through different communication channels is easy with Python. This tutorial will show you how to send WhatsApp messages…
Langchain AzureOpenAI and AzureChatOpenAI
https://medium.com/@maciej.skorupka/langchain-azureopenai-and-azurechatopenai-7d2b08ad0515
https://medium.com/@maciej.skorupka/langchain-azureopenai-and-azurechatopenai-7d2b08ad0515
Medium
Langchain AzureOpenAI and AzureChatOpenAI
A lot of langchain tutorials that are using Azure OpenAI have a problem of not being compatible with GPT-4 models. They show that you need…
How to retrieve and use environment variables in a Python program
https://medium.com/@nazifaltintas/how-to-retrieve-and-use-environment-variables-in-a-python-program-cfe09eb086cb
https://medium.com/@nazifaltintas/how-to-retrieve-and-use-environment-variables-in-a-python-program-cfe09eb086cb
Medium
How to retrieve and use environment variables in a Python program
In Python, you can access environment variables using the os module. Here's an example of how to retrieve and use environment variables in…
Studying Morphological Operators on Digital Image
https://medium.com/@mauriciopereiralopes/studying-morphological-operators-on-digital-image-8ccf2b82742a
https://medium.com/@mauriciopereiralopes/studying-morphological-operators-on-digital-image-8ccf2b82742a
Medium
Studying Morphological Operators on Digital Image
The objective of the work is to apply morphological operators to segment regions comprising text and non-text in an input image.