In the life of Grey: My first Python Build.
https://medium.com/@inthelifeofgrey/in-the-life-of-grey-my-first-python-build-a9d80c1a452c
https://medium.com/@inthelifeofgrey/in-the-life-of-grey-my-first-python-build-a9d80c1a452c
Medium
In the life of Grey: My first Python Build.
My journey so far in data science has been exciting.. I’m a sucker for new challenges but this project was a wild one.
Simple Python Project — Customer Register & Order Food online
https://medium.com/@mahendraee204/simple-python-project-customer-register-order-food-online-b049458367d4
https://medium.com/@mahendraee204/simple-python-project-customer-register-order-food-online-b049458367d4
Medium
Simple Python Project — Customer Register & Order Food online
Simple Python Project — customer ordering food
When and which algorithm to use to filter odd and even numbers?
https://medium.com/@gvitalie/when-and-which-algorithm-to-use-to-filter-odd-and-even-numbers-5b55341d1976
https://medium.com/@gvitalie/when-and-which-algorithm-to-use-to-filter-odd-and-even-numbers-5b55341d1976
Medium
When and which algorithm to use to filter odd and even numbers?
Apparently we may have two algorithms to filter odd an even numbers.
The distinction between them is how they consider number zero 0 case.
The distinction between them is how they consider number zero 0 case.
Visualizing Multidimensional Financial Data: T-SNE and UMAP for Dimensionality Reduction
https://tradingtechai.medium.com/visualizing-multidimensional-financial-data-t-sne-and-umap-for-dimensionality-reduction-0172d8cb068a
https://tradingtechai.medium.com/visualizing-multidimensional-financial-data-t-sne-and-umap-for-dimensionality-reduction-0172d8cb068a
Medium
Visualizing Multidimensional Financial Data: T-SNE and UMAP for Dimensionality Reduction
In the world of finance, analyzing and visualizing multidimensional data is crucial for making informed decisions. However, dealing with…
Python Trending Weekly #35 (2024–01–13)
https://medium.com/@chinesehuazhou/python-trending-weekly-35-2024-01-13-116898486e59
https://medium.com/@chinesehuazhou/python-trending-weekly-35-2024-01-13-116898486e59
Medium
Python Trending Weekly #35 (2024–01–13)
Welcome to the Python Trending Weekly, a weekly newsletter about Python, AI and general programming techniques, with the majority links in…
Detect, Defend, Prevail: Payments Fraud Detection using ML & Deepchecks
https://medium.com/@jagroopofficial29/detect-defend-prevail-payments-fraud-detection-using-ml-deepchecks-789519de95c5
https://medium.com/@jagroopofficial29/detect-defend-prevail-payments-fraud-detection-using-ml-deepchecks-789519de95c5
Medium
Detect, Defend, Prevail: Payments Fraud Detection using ML & Deepchecks
If you are new to machine learning or have just started, you have come to the perfect place!!
Using OpenAI Without Exposing Personal Data is Possible : An Open Source Approach
https://medium.com/@bunkoer/using-openai-without-exposing-personal-data-is-possible-an-open-source-approach-77092fdbbc69
https://medium.com/@bunkoer/using-openai-without-exposing-personal-data-is-possible-an-open-source-approach-77092fdbbc69
Medium
Using OpenAI Without Exposing Personal Data is Possible : An Open Source Approach
This article introduces an innovative Python code snippet that leverages OpenAI’s GPT-4 to anonymize sensitive data across various file…
Navigating the Minefield: Strategies for using DataFrames with Irreplaceable Missing Values
https://medium.com/@abhishekmahajan_24059/navigating-the-minefield-strategies-for-using-dataframes-with-irreplaceable-missing-values-7e3946b99826
https://medium.com/@abhishekmahajan_24059/navigating-the-minefield-strategies-for-using-dataframes-with-irreplaceable-missing-values-7e3946b99826
Medium
Navigating the Minefield: Strategies for using DataFrames with Irreplaceable Missing Values
What do you do when you want to run KNN algorithm on a data frame with missing values ? That is the problem I try to tackle in this…
Mastering CI with Dbt Seeds and Snowflake (Part 2/2)
https://blog.devgenius.io/mastering-ci-with-dbt-seeds-and-snowflake-part-2-2-95d60e4d32ba
https://blog.devgenius.io/mastering-ci-with-dbt-seeds-and-snowflake-part-2-2-95d60e4d32ba
Medium
Mastering CI with Dbt Seeds and Snowflake (Part 2/2)
In the preceding article, I introduced the concept of utilizing a method for dynamically generating and sustaining Snowflake stages. This involves establishing dbt seeds for the upkeep of these…
LeetCode Daily (Python): # 1832 Check if the Sentence is Panagram
https://medium.com/@dylanzenner/leetcode-daily-python-1832-check-if-the-sentence-is-panagram-8dbe7744779f
https://medium.com/@dylanzenner/leetcode-daily-python-1832-check-if-the-sentence-is-panagram-8dbe7744779f
Medium
LeetCode Daily (Python): # 1832 Check if the Sentence is Panagram
Problem Link: https://leetcode.com/problems/check-if-the-sentence-is-pangram/description/
Creating GIFs from Images Using Python
https://medium.com/@theriyasharma24/creating-gifs-from-images-using-python-88946aa47881
https://medium.com/@theriyasharma24/creating-gifs-from-images-using-python-88946aa47881
Medium
Make GIFs from Images Using Python
Hi! Hope you are doing great. Nowadays, GIFs or Graphics Interchange Format, have become a popular means of expressing ideas or showcasing…
Understanding Django concept: Model-View-Templates
https://medium.com/@thanida.chai/understanding-django-concept-model-view-templates-3df9e17475d2
https://medium.com/@thanida.chai/understanding-django-concept-model-view-templates-3df9e17475d2
Medium
Understanding Django concept: Model-View-Templates
Django is an advanced Python web framework that promotes efficient development and simple, straightforward design. Because it is designed…
Effective Python Testing With Pytest 😏
https://medium.com/@yashnarsamiyev2/effective-python-testing-with-pytest-c6be7079143c
https://medium.com/@yashnarsamiyev2/effective-python-testing-with-pytest-c6be7079143c
Medium
Effective Python Testing With Pytest 😏
Testing your code brings a wide variety of benefits. It increases your confidence that the code behaves as you expect and ensures that…
Step-by-Step Guide: Dynamic Programming for Subset Sum Problem (Part 1)
https://kdaimon-8.medium.com/step-by-step-guide-dynamic-programming-for-subset-sum-problem-part-1-fae82f23fd49
https://kdaimon-8.medium.com/step-by-step-guide-dynamic-programming-for-subset-sum-problem-part-1-fae82f23fd49
Medium
Step-by-Step Guide: Dynamic Programming for Subset Sum Problem (Part 1)
(I’m still writing Part 2. The link to Part 2 will be added later.)
FiniKash Loan CusTomer Care Helpline Number-8432045006 ///❽❹❸❷⓿❹❺⓿⓿❻All Related support Call..C
https://medium.com/@fegofo9382/finikash-loan-customer-care-helpline-number-8432045006-%E2%9D%BD%E2%9D%B9%E2%9D%B8%E2%9D%B7%E2%93%BF%E2%9D%B9%E2%9D%BA%E2%93%BF%E2%93%BF%E2%9D%BBall-related-support-call-c-d618fc841611
https://medium.com/@fegofo9382/finikash-loan-customer-care-helpline-number-8432045006-%E2%9D%BD%E2%9D%B9%E2%9D%B8%E2%9D%B7%E2%93%BF%E2%9D%B9%E2%9D%BA%E2%93%BF%E2%93%BF%E2%9D%BBall-related-support-call-c-d618fc841611
Medium
FiniKash Loan CusTomer Care Helpline Number-8432045006 ///❽❹❸❷⓿❹❺⓿⓿❻All Related support Call..C
FiniKash Loan CusTomer Care Helpline Number-8432045006 ///❽❹❸❷⓿❹❺⓿⓿❻All Related support Call..
Motherhood Matters| A Comprehensive Look at Maternal Mortality and Human Development
https://amitvkulkarni.medium.com/motherhood-matters-a-comprehensive-look-at-maternal-mortality-and-human-development-5b6059ed09d3
https://amitvkulkarni.medium.com/motherhood-matters-a-comprehensive-look-at-maternal-mortality-and-human-development-5b6059ed09d3
Medium
Motherhood Matters| A Comprehensive Look at Maternal Mortality and Human Development
Data-driven analysis across continents, unraveling the complexities of maternal health within the broader spectrum of human development
Automating the transfer of multiple data into a file geodatabase with ModelBuilder in ArcGIS Pro
https://medium.com/@kalin_85212/automating-the-transfer-of-multiple-data-into-a-file-geodatabase-with-modelbuilder-271b5da29d2c
https://medium.com/@kalin_85212/automating-the-transfer-of-multiple-data-into-a-file-geodatabase-with-modelbuilder-271b5da29d2c
Medium
Automating the transfer of multiple data into a file geodatabase with ModelBuilder in ArcGIS Pro
Embark on a journey of data transformation with our latest blog post, where we delve into the realm of ModelBuilder in ArcGIS Pro. Join us…
#2 Unveiling the Power of Stats Mosaic: Exploration of Statistical Concepts through Interactive…
https://medium.com/@tushar_aggarwal/2-unveiling-the-power-of-stats-mosaic-exploration-of-statistical-concepts-through-interactive-8b6a5baabcd4
https://medium.com/@tushar_aggarwal/2-unveiling-the-power-of-stats-mosaic-exploration-of-statistical-concepts-through-interactive-8b6a5baabcd4
Medium
#2 Unveiling the Power of Stats Mosaic: Exploration of Statistical Concepts through Interactive Visuals
#2 of 101-Awesome Streamlit Apps by Tushar Aggarwal
Smart Maintenance: Pioneering the Future with BIM, IoT, and Predictive Strategies
https://medium.com/@saadnoorafridi/smart-maintenance-pioneering-the-future-with-bim-iot-and-predictive-strategies-8181c2593fb9
https://medium.com/@saadnoorafridi/smart-maintenance-pioneering-the-future-with-bim-iot-and-predictive-strategies-8181c2593fb9
Medium
Smart Maintenance: Pioneering the Future with BIM, IoT, and Predictive Strategies
In the dynamic realm of building maintenance management, the dichotomy between reactive and preventive maintenance strategies often falls short in addressing the inherent challenges of preventing…