How Big Brands Use Data to Understand You
https://maribneiva.medium.com/how-big-brands-use-data-to-understand-you-e0dbcbf881f3
https://maribneiva.medium.com/how-big-brands-use-data-to-understand-you-e0dbcbf881f3
Medium
How Big Brands Use Data to Understand You
In today’s digital age, every click, like, and share tells a story. As consumers navigate the vast online landscape, they leave behind a…
Daily LeetCode Problems: Problem 33. Search in Rotated Sorted Array
https://medium.com/@_monitsharma/daily-leetcode-problems-problem-33-search-in-rotated-sorted-array-1c912bf5b05b
https://medium.com/@_monitsharma/daily-leetcode-problems-problem-33-search-in-rotated-sorted-array-1c912bf5b05b
Medium
Daily LeetCode Problems: Problem 33. Search in Rotated Sorted Array
Cracking the Rotated Sorted Array Search: Solving LeetCode Problem 33
Top Data Visualizations in Python and When to Use Them!
https://anmol3015.medium.com/top-data-visualizations-in-python-and-when-to-use-them-4ce0a8d8e97a
https://anmol3015.medium.com/top-data-visualizations-in-python-and-when-to-use-them-4ce0a8d8e97a
Medium
Top Data Visualizations in Python and When to Use Them!
Choose the right Visualization for your data
Pandas AI: How to have a conversation with Pandas
https://medium.com/@lucerito_selene/pandas-ai-how-to-have-a-conversation-with-pandas-e4d60fb5ea1a
https://medium.com/@lucerito_selene/pandas-ai-how-to-have-a-conversation-with-pandas-e4d60fb5ea1a
Medium
Pandas AI: How to have a conversation with Pandas
In this age of intelligence we have witnessed an increase in automated tasks thanks to the emergence of ChatGPT. One notable example is PandasAI, which leverages the capabilities of ChatGPT to…
XGBoost Classification on Titanic Dataset
https://medium.com/@miracyuzakli/xgboost-classification-on-titanic-dataset-97635e4972b4
https://medium.com/@miracyuzakli/xgboost-classification-on-titanic-dataset-97635e4972b4
Medium
XGBoost Classification on Titanic Dataset
XGBoost (Extreme Gradient Boosting) is a powerful algorithm widely used in machine learning, known for its high performance in various…
Unleashing the Power of Machine Learning in Energy Forecasting: A Step-by-Step Guide with Python
https://medium.com/@jsebastian45/unleashing-the-power-of-machine-learning-in-energy-forecasting-a-step-by-step-guide-with-python-a35223cc0b97
https://medium.com/@jsebastian45/unleashing-the-power-of-machine-learning-in-energy-forecasting-a-step-by-step-guide-with-python-a35223cc0b97
Medium
Unleashing the Power of Machine Learning in Energy Forecasting: A Step-by-Step Guide with Python
Introduction
5 Python Mistakes Even Experienced Developers Make!
https://rishabh.io/5-python-mistakes-even-experienced-developers-make-3741f74c1a81
https://rishabh.io/5-python-mistakes-even-experienced-developers-make-3741f74c1a81
Medium
5 Python Mistakes Even Experienced Developers Make!
1. Not Understanding Interning in Python
Why RP/ROC AUC should NOT be your first choice metrics for classification tasks
https://medium.com/@fingoldo/why-rp-roc-auc-should-not-be-your-first-choice-metrics-for-classification-tasks-8ed516cec1ee
https://medium.com/@fingoldo/why-rp-roc-auc-should-not-be-your-first-choice-metrics-for-classification-tasks-8ed516cec1ee
Medium
Why PR/ROC AUC should NOT be your first choice metrics for classification tasks
In this article I’d like to share with you my findings about inconsistency of traditional ML metrics when it comes to imbalanced binary…
Concurrency in Python: Multithreading
https://medium.com/@georgexwee/concurrency-in-python-multi-threading-c3fab37737c
https://medium.com/@georgexwee/concurrency-in-python-multi-threading-c3fab37737c
Medium
Concurrency in Python: Multithreading
Concurrency enables multiple processes to be executed simultaneously. Imagine a chef preparing several dishes for a meal at the same time…
What is IT Automation with Python? Your Comprehensive Guide
https://aqsazafar81.medium.com/what-is-it-automation-with-python-your-comprehensive-guide-78160600d904
https://aqsazafar81.medium.com/what-is-it-automation-with-python-your-comprehensive-guide-78160600d904
Medium
What is IT Automation with Python? Your Comprehensive Guide
Today, we’re delving deep into the world of automation with Python. If you’ve been wondering what is it automation with Python and how it…
AWS CDK for Python: Streamlining Infrastructure as Code
https://medium.com/@thakurnitika/aws-cdk-for-python-streamlining-infrastructure-as-code-31d11a303bd2
https://medium.com/@thakurnitika/aws-cdk-for-python-streamlining-infrastructure-as-code-31d11a303bd2
Medium
AWS CDK for Python: Streamlining Infrastructure as Code
How to use AWS CDK to provision infrastructure on AWS
Extracting Research Report Summary from Eastmoney(东方财富网)
https://medium.com/@xiucat/extract-research-report-summary-from-eastmoney-%E4%B8%9C%E6%96%B9%E8%B4%A2%E5%AF%8C%E7%BD%91-a186d05d2fc6
https://medium.com/@xiucat/extract-research-report-summary-from-eastmoney-%E4%B8%9C%E6%96%B9%E8%B4%A2%E5%AF%8C%E7%BD%91-a186d05d2fc6
Medium
Extracting Research Report Summary from Eastmoney(东方财富网)
You can find the code on my GitHub Repository.
Vyper, Vyper Compiler, and the Reentrance Lock
https://medium.com/@jay.deng/vyper-vyper-compiler-and-reentrance-lock-d39505e2ea6
https://medium.com/@jay.deng/vyper-vyper-compiler-and-reentrance-lock-d39505e2ea6
Medium
Vyper, Vyper Compiler, and the Reentrance Lock
What is Vyper?
Copy Excel workbook data to a new workbook with Python & OpenPyXL
https://medium.com/@soderholm.conny/copy-excel-workbook-data-to-a-new-workbook-with-python-openpyxl-ed3f3e77837b
https://medium.com/@soderholm.conny/copy-excel-workbook-data-to-a-new-workbook-with-python-openpyxl-ed3f3e77837b
Medium
Copy Excel workbook data to a new workbook with Python & OpenPyXL
I got an excellent question in my OpenPyXL course. The question was how to transfer data from one Excel workbook to another with OpenPyXL…