Efficient Django Logging with Kafka: A Step-by-Step Guide
https://medium.com/@BS1278/efficient-django-logging-with-kafka-a-step-by-step-guide-327534f160ce
https://medium.com/@BS1278/efficient-django-logging-with-kafka-a-step-by-step-guide-327534f160ce
Medium
Efficient Django Logging with Kafka: A Step-by-Step Guide
In the world of web application development, logs are our unsung heroes. They quietly record errors, track performance, and provide…
Start Your Data Science Journey in Seconds with This CLI Template
https://medium.com/@geeks.sw.gig/start-your-data-science-journey-in-seconds-with-this-cli-template-9d97273f15c5
https://medium.com/@geeks.sw.gig/start-your-data-science-journey-in-seconds-with-this-cli-template-9d97273f15c5
Medium
Start Your Data Science Journey in Seconds with This CLI Template
— Listen, I’ve got a million dollar idea and need a data scientist that will validate it. — Tell me more about this!
The Comprehensive Guide to Moving Averages in Time Series Analysis
https://towardsdatascience.com/the-comprehensive-guide-to-moving-averages-in-time-series-analysis-3fb2baa749a
https://towardsdatascience.com/the-comprehensive-guide-to-moving-averages-in-time-series-analysis-3fb2baa749a
Medium
The Comprehensive Guide to Moving Averages in Time Series Analysis
Exploring the Nuances of Simple Moving Averages and Exponentially Weighted Moving Averages
Python Lists vs Tuples: Unraveling the differences and when to choose wisely.
https://medium.com/@christopherleon237/python-lists-vs-tuples-unraveling-the-differences-and-when-to-choose-wisely-91338a075153
https://medium.com/@christopherleon237/python-lists-vs-tuples-unraveling-the-differences-and-when-to-choose-wisely-91338a075153
Medium
Python Lists vs Tuples: Unraveling the differences and when to choose wisely.
Python is a flexible programming language that provides a wide range of data structures for data collection and manipulation. In this…
Python Tips — How to Write Better Functions, Part One
https://tonylixu.medium.com/python-tips-how-to-write-better-functions-part-one-27fe4578e26e
https://tonylixu.medium.com/python-tips-how-to-write-better-functions-part-one-27fe4578e26e
Medium
Python Tips — How to Write Better Functions, Part One
Don’t Over Unpack Function Return Values
Sending Files Over the Internet with Python’s http.server
https://medium.com/@jonathan.hoffman91/sending-files-over-the-internet-with-pythons-http-server-14d5446f29b4
https://medium.com/@jonathan.hoffman91/sending-files-over-the-internet-with-pythons-http-server-14d5446f29b4
Medium
Sending Files Over the Internet with Python’s http.server
Introduction
Lambda Function Configuration and Event Sources
https://staskoltsov.medium.com/lambda-function-configuration-and-event-sources-3c1503f93d8a
https://staskoltsov.medium.com/lambda-function-configuration-and-event-sources-3c1503f93d8a
Medium
Lambda Function Configuration and Event Sources
Introduction
A reflective note to my Readers — October 2023
https://medium.com/@sl_mar/a-reflective-note-to-my-readers-october-2023-39ebe61dbb73
https://medium.com/@sl_mar/a-reflective-note-to-my-readers-october-2023-39ebe61dbb73
Medium
A reflective note to my Readers — October 2023
During my debut quarter on Medium, I’ve published a collection of articles, primarily focusing on the nuances of quantitative finance…
Advancing Road Safety: Innovations in Machine Learning at ConscientiousCars
https://medium.com/@tax.km00/advancing-road-safety-innovations-in-machine-learning-at-conscientiouscars-209da85763d1
https://medium.com/@tax.km00/advancing-road-safety-innovations-in-machine-learning-at-conscientiouscars-209da85763d1
Medium
Advancing Road Safety: Innovations in Machine Learning at ConscientiousCars
In the era of technology where self-driving cars are becoming increasingly common, it is crucial for these vehicles to be hyper-aware of…
[VIDEO] How To Execute Code AFTER a Return Statement in Python
https://zlliu.medium.com/video-how-to-execute-code-after-a-return-statement-in-python-1f1efb09da4a
https://zlliu.medium.com/video-how-to-execute-code-after-a-return-statement-in-python-1f1efb09da4a
Medium
[VIDEO] How To Execute Code AFTER a Return Statement in Python
Day 10 of experimenting with video content.
Introduction to Yelp Review Sentiment Classification
https://medium.com/@tax.km00/introduction-to-yelp-review-sentiment-classification-19e55b9f7e90
https://medium.com/@tax.km00/introduction-to-yelp-review-sentiment-classification-19e55b9f7e90
Medium
Introduction to Yelp Review Sentiment Classification
In an era where online reviews can make or break a business’s reputation, understanding customer sentiment is invaluable. Yelp, a hub for…
Data Standardization and Normalization in Machine Learning
https://medium.com/@rafaelnduarte/data-standardization-and-normalization-in-machine-learning-6041883bc9ff
https://medium.com/@rafaelnduarte/data-standardization-and-normalization-in-machine-learning-6041883bc9ff
Medium
Data Standardization and Normalization in Machine Learning
Data normalization and standardization are fundamental techniques in Machine Learning to prepare data before feeding it to models.
Exploring ECG and PPG: MAX30100 and AD8232 Comparison
https://medium.com/@bgallois/exploring-ecg-and-ppg-max30100-and-ad8232-comparison-0627a3670fe4
https://medium.com/@bgallois/exploring-ecg-and-ppg-max30100-and-ad8232-comparison-0627a3670fe4
Medium
Exploring ECG and PPG: MAX30100 and AD8232 Comparison
This article compares MAX30100 pulse oximeter and AD8232 ECG for heart monitoring. The results show good correlation between ECG and PPG.
Neural Network 02 — Logistic Regression is a solid base
https://medium.com/@tharangachaminda/neural-network-02-logistic-regression-is-a-solid-base-b3f3cb0c1d8f
https://medium.com/@tharangachaminda/neural-network-02-logistic-regression-is-a-solid-base-b3f3cb0c1d8f
Medium
Neural Network 02 — Logistic Regression is a solid base
If you do not have a basic knowledge about Linear Algebra, I highly recommend you to follow my first lesson to get the basics right.
HOWTO: Scraper in Python, Playwright, FastAPI and AWS Lambda Container
https://medium.com/@pepitotakanorioor/howto-scraper-in-python-playwright-fastapi-and-aws-lambda-container-8f9235155471
https://medium.com/@pepitotakanorioor/howto-scraper-in-python-playwright-fastapi-and-aws-lambda-container-8f9235155471
Medium
HOWTO: Scraper in Python, Playwright, FastAPI and AWS Lambda Container
In the searching of make a scraper with playwright and python, and this program deploy it in a serverless mode, I dont found any…