Spark UDFs: A Deep Dive into How They Work, Benefits, and Disadvantages
https://kumarisundaram.medium.com/spark-udfs-a-deep-dive-into-how-they-work-benefits-and-disadvantages-30a9751397cb
https://kumarisundaram.medium.com/spark-udfs-a-deep-dive-into-how-they-work-benefits-and-disadvantages-30a9751397cb
Medium
Spark UDFs: A Deep Dive into How They Work, Benefits, and Disadvantages
Apache Spark, a fast, in-memory data processing engine, offers robust support for data transformations on massive datasets. Among the…
Create Your Own Q&A Application with LangChain and Sreamlit
https://ferneutron.medium.com/create-your-own-q-a-application-with-langchain-and-sreamlit-11df18e332f4
https://ferneutron.medium.com/create-your-own-q-a-application-with-langchain-and-sreamlit-11df18e332f4
Medium
Create Your Own Q&A Application with LangChain and Sreamlit
A step-by-step guide on how to create an end-to-end Question-Answering application using Python.
Introduction to Apache Spark and PySpark
https://medium.com/@kylejones_47003/introduction-to-apache-spark-and-pyspark-3ae3fb4757fa
https://medium.com/@kylejones_47003/introduction-to-apache-spark-and-pyspark-3ae3fb4757fa
Medium
Introduction to Apache Spark and PySpark
Apache Spark is an open-source distributed computing framework designed for big data processing and analytics. It provides a unified…
Introduction to Deep Learning for computer vision with Python
https://medium.com/@kylejones_47003/introduction-to-deep-learning-for-computer-vision-with-python-85f94acc3a6b
https://medium.com/@kylejones_47003/introduction-to-deep-learning-for-computer-vision-with-python-85f94acc3a6b
Medium
Introduction to Deep Learning for computer vision with Python
Deep learning has achieved significant breakthroughs in a wide range of applications, including image and speech recognition, natural…
Exploring Python: Indexing in Pandas with Python.
https://medium.com/@fifehanadekunle/exploring-python-indexing-in-pandas-with-python-52a9cb83c1e3
https://medium.com/@fifehanadekunle/exploring-python-indexing-in-pandas-with-python-52a9cb83c1e3
Medium
Exploring Python: Indexing in Pandas with Python.
Indexing in pandas helps you select particular rows and columns of data from a data frame. When you use an index in pandas you access and…
Control theory, the backbone of modern engineering marvels, relies on a deep understanding of…
https://medium.com/@mbugraavci38/control-theory-the-backbone-of-modern-engineering-marvels-relies-on-a-deep-understanding-of-afe9e07efe11
https://medium.com/@mbugraavci38/control-theory-the-backbone-of-modern-engineering-marvels-relies-on-a-deep-understanding-of-afe9e07efe11
Medium
Control theory, the backbone of modern engineering marvels, relies on a deep understanding of…
Demystifying the Characteristic Equation
How to test abstract models In Django
https://medium.com/@mohammedhammoud/how-to-test-abstract-models-in-django-aeb8b3c8fc4a
https://medium.com/@mohammedhammoud/how-to-test-abstract-models-in-django-aeb8b3c8fc4a
Medium
How to test abstract models In Django
I recently created an abstract model for handling soft deletions in Django and wanted to add some tests to verify the behaviour. Testing…
Object Detection with Python using OpenCV: Introduction to computer vision
https://medium.com/@kylejones_47003/object-detection-with-python-using-open-cv-introduction-to-computer-vision-74508c39191d
https://medium.com/@kylejones_47003/object-detection-with-python-using-open-cv-introduction-to-computer-vision-74508c39191d
Medium
Object Detection with Python using OpenCV: Introduction to computer vision
Object detection is a computer vision task that involves detecting and localizing objects within an image. This task is of great…
The easiest way to fetch real-time BTC data (“Without an API key, for free.”)
https://medium.com/@bbugraakca/the-easiest-way-to-fetch-real-time-btc-data-without-an-api-key-for-free-d3691c6767db
https://medium.com/@bbugraakca/the-easiest-way-to-fetch-real-time-btc-data-without-an-api-key-for-free-d3691c6767db
Medium
The easiest way to fetch real-time BTC data (“Without an API key, for free.”)
I researched many REST APIs to fetch real-time Bitcoin prices. Many of them were paid and had continuous data flow issues. Then, I stumbled…
Using Replay before deploying a new Workflow version with Temporal
https://patford12.medium.com/using-replay-before-deploying-a-new-workflow-version-with-temporal-3db2d8283956
https://patford12.medium.com/using-replay-before-deploying-a-new-workflow-version-with-temporal-3db2d8283956
Medium
Using Replay before deploying a new Workflow version with Temporal
When making code changes to a Workflow, it is important to avoid introducing non-deterministic behavior.
SQL vs Python: Analyzing the popular tools of an entry-level data analyst
https://medium.com/@ashleighbcodes/sql-vs-python-analyzing-the-popular-tools-of-an-entry-level-data-analyst-89f7fe086dad
https://medium.com/@ashleighbcodes/sql-vs-python-analyzing-the-popular-tools-of-an-entry-level-data-analyst-89f7fe086dad
Medium
SQL vs Python: Analyzing the popular tools of an entry-level data analyst
As an entry-level data analyst, I’ve been on a journey of discovery, exploring the two fundamental tools that power the realm of data analysis: SQL and Python. These versatile technologies play…
Understanding Class Attributes and Instance Attributes in Python
https://medium.com/@Beck_Moulton/understanding-class-attributes-and-instance-attributes-in-python-abd4096c7ef3
https://medium.com/@Beck_Moulton/understanding-class-attributes-and-instance-attributes-in-python-abd4096c7ef3
Medium
Understanding Class Attributes and Instance Attributes in Python
In Python, class attributes and instance attributes are core concepts of object-oriented programming. They allow you to store and manage…
A Convolutional Neural Network for Lung Cancer Detection and Classification
https://medium.com/@oladapomiracle/a-convolutional-neural-network-for-lung-cancer-detection-and-classification-ae4e6c3c166c
https://medium.com/@oladapomiracle/a-convolutional-neural-network-for-lung-cancer-detection-and-classification-ae4e6c3c166c
Medium
A Convolutional Neural Network for Lung Cancer Detection and Classification
A Model for Optimizing Detection and Classification of Lung Cancer Using CNN (Convolutional Neural Network).
Exploratory Data Analysis: Cardiovascular Disease and Related Health Variables — Python Code
https://medium.com/@nicksal_59466/exploratory-data-analysis-cardiovascular-disease-and-related-health-variables-python-code-3a22b57e15c5
https://medium.com/@nicksal_59466/exploratory-data-analysis-cardiovascular-disease-and-related-health-variables-python-code-3a22b57e15c5
Medium
Exploratory Data Analysis: Cardiovascular Disease and Related Health Variables — Python Code
This analysis uses S3, Pandas, NumPy, Seaborn, Matplotlib, and Plotly
Mastering Recursive Functions in Python: Simplifying a Powerful Concept
https://medium.com/@aminasaeed223/mastering-recursive-functions-in-python-simplifying-a-powerful-concept-81f365216a71
https://medium.com/@aminasaeed223/mastering-recursive-functions-in-python-simplifying-a-powerful-concept-81f365216a71
Medium
Mastering Recursive Functions in Python: Simplifying a Powerful Concept
Recursive functions are a powerful tool in Python programming that enables us to solve complex problems by breaking them down into smaller…