4 easy-to-implement, high-impact tweaks for supercharging your Python code’s performance
https://towardsdatascience.com/4-easy-to-implement-high-impact-tweaks-for-supercharging-your-python-codes-performance-eb0652d942b7
https://towardsdatascience.com/4-easy-to-implement-high-impact-tweaks-for-supercharging-your-python-codes-performance-eb0652d942b7
Medium
4 easy-to-implement, high-impact tweaks for supercharging your Python code’s performance
How to detect, understand, and eliminate bottlenecks in Python for a 1500x speed increase
Python Best Practices: A Beginner’s Guide
https://medium.com/@murungaephantus/python-best-practices-a-beginners-guide-720a2d050610
https://medium.com/@murungaephantus/python-best-practices-a-beginners-guide-720a2d050610
Medium
Python Best Practices: A Beginner’s Guide
Python is a powerful and versatile programming language that is used for a wide variety of tasks. However, even the best Python programmers…
Workshop Highlights: Build and Deploy Your Simple Python Data App from Scratch
https://womenplusplus.medium.com/workshop-highlights-build-and-deploy-your-simple-python-data-app-from-scratch-42ae0f154586
https://womenplusplus.medium.com/workshop-highlights-build-and-deploy-your-simple-python-data-app-from-scratch-42ae0f154586
Medium
Workshop Highlights: Build and Deploy Your Simple Python Data App from Scratch
“Tech and challenges are zooming ahead at lightning speed these days, so being able to whip up a quick prototype is pretty much a must in a…
Discovering Palindromes: Finding Them in Any Programming Language Made Easy
https://medium.com/@easykelchimdikejohn/discovering-palindromes-finding-them-in-any-programming-language-made-easy-e6c88f329b94
https://medium.com/@easykelchimdikejohn/discovering-palindromes-finding-them-in-any-programming-language-made-easy-e6c88f329b94
Medium
Discovering Palindromes: Finding Them in Any Programming Language Made Easy
In the world of programming, there's a fascinating phenomenon that captures the attention of beginners and experienced developers alike…
Explainability in black-box models with LIME and activation layers
https://medium.com/@marianlkuzmin/explainability-in-black-box-models-with-lime-and-activation-layers-9a58aa19b503
https://medium.com/@marianlkuzmin/explainability-in-black-box-models-with-lime-and-activation-layers-9a58aa19b503
Medium
Explainability in black-box models with LIME and activation layers
From the project Skin cancer detection with Convolutional Neural Networks
Database Migrations in Python: A Comprehensibe Guide for Developers
https://thecodecadence.medium.com/database-migrations-in-python-a-comprehensibe-guide-for-developers-8b13837ce4ce
https://thecodecadence.medium.com/database-migrations-in-python-a-comprehensibe-guide-for-developers-8b13837ce4ce
Medium
Database Migrations in Python: A Comprehensibe Guide for Developers
Master database migrations in Python with best practices, use cases, and popular libraries — Django Migrations, Alembic, and SQLAlchemy.
Use of polynomials in linear regression analysis — extension to linear models
https://medium.com/@marianlkuzmin/use-of-polynomials-in-linear-regression-analysis-extension-to-linear-models-a21b6d0c9112
https://medium.com/@marianlkuzmin/use-of-polynomials-in-linear-regression-analysis-extension-to-linear-models-a21b6d0c9112
Medium
Use of polynomials in linear regression analysis — extension to linear models
We are talking about linear regression:
A defense of those poor outliers…
https://medium.com/@marianlkuzmin/a-defense-of-those-poor-outliers-9969ca698c8f
https://medium.com/@marianlkuzmin/a-defense-of-those-poor-outliers-9969ca698c8f
Medium
A defense of those poor outliers…
Why the outliers?
Object Detection in Asphalt 9 with Roboflow and YOLOv5
https://medium.com/@lawsus/object-detection-in-asphalt-9-with-roboflow-and-yolov5-aeb33f4a0e47
https://medium.com/@lawsus/object-detection-in-asphalt-9-with-roboflow-and-yolov5-aeb33f4a0e47
Medium
Object Detection in Asphalt 9 with Roboflow and YOLOv5
Exploring object detection with custom datasets.
__str__ vs __repr__ object string representation special methods explained: Python Object Oriented…
https://medium.com/@MosesSoftEng/str-vs-repr-object-string-representation-special-methods-explained-python-object-oriented-23d95b8f1ba6
https://medium.com/@MosesSoftEng/str-vs-repr-object-string-representation-special-methods-explained-python-object-oriented-23d95b8f1ba6
Medium
__str__ vs __repr__ object string representation special methods explained: Python Object Oriented programming.
Both are python special methods that can be defined in a class to provide string representations of objects.
Remote Sensing with Python: Change Detection and Time Series Analysis
https://medium.com/@rohanmuppa123/remote-sensing-with-python-change-detection-and-time-series-analysis-835f9a5dbdad
https://medium.com/@rohanmuppa123/remote-sensing-with-python-change-detection-and-time-series-analysis-835f9a5dbdad
Medium
Remote Sensing with Python: Change Detection and Time Series Analysis
Introduction
Unleashing the Power of Deep Learning: Predicting Market Prices with LSTM
https://medium.com/@eaaninwezi/unleashing-the-power-of-deep-learning-predicting-market-prices-with-lstm-c68c40915c41
https://medium.com/@eaaninwezi/unleashing-the-power-of-deep-learning-predicting-market-prices-with-lstm-c68c40915c41
Medium
Unleashing the Power of Deep Learning: Predicting Market Prices with LSTM
I am thrilled to share insights into the fascinating world of deep learning and its application to predicting market prices. In this…
Simple way to group data in polars using groupby with missing information.
https://medium.com/@s.illesinghe/simple-way-to-group-data-in-polars-using-groupby-with-missing-information-5c9b5141cb5e
https://medium.com/@s.illesinghe/simple-way-to-group-data-in-polars-using-groupby-with-missing-information-5c9b5141cb5e
Medium
Simple way to group data in polars using groupby with missing information.
Polars is the new kid on the block promising bigger and greater benefits for data analysis. Let’s take polars for a test drive and learn how to group data. Let’s explore how polars manages grouping…
Python Programming for Beginners:Chapter 2 Control Flow
https://medium.com/@ahmetmas91/python-programming-for-beginners-chapter-2-control-flow-6f143ff1d050
https://medium.com/@ahmetmas91/python-programming-for-beginners-chapter-2-control-flow-6f143ff1d050
Medium
Python Programming for Beginners:Chapter 2 Control Flow
Section 1: Conditional Statements (if, else, elif)
Face Detection and Cropping using OpenCV in Python
https://medium.com/@vabhinav991222/face-detection-and-cropping-using-opencv-in-python-ac5f51767878
https://medium.com/@vabhinav991222/face-detection-and-cropping-using-opencv-in-python-ac5f51767878
Medium
Face Detection and Cropping using OpenCV in Python
Introduction: In this tutorial, we will explore how to detect and crop faces from a live video stream using the OpenCV library in Python…
❌Pitfalls of Data-Driven Decision Making! (Series): 𝐓𝐡𝐞𝐢𝐥-𝐒𝐞𝐧 𝐑𝐞𝐠𝐫𝐞𝐬𝐬𝐢𝐨𝐧
https://shalandeh.medium.com/pitfalls-of-data-driven-decision-making-series-5a88beb22475
https://shalandeh.medium.com/pitfalls-of-data-driven-decision-making-series-5a88beb22475
Medium
❌Pitfalls of Data-Driven Decision Making! (Series): 𝐓𝐡𝐞𝐢𝐥-𝐒𝐞𝐧 𝐑𝐞𝐠𝐫𝐞𝐬𝐬𝐢𝐨𝐧
And how to solve for them with 𝑺𝒄𝒊𝒆𝒏𝒕𝒊𝒇𝒊𝒄 𝑫𝒆𝒄𝒊𝒔𝒊𝒐𝒏 𝑴𝒂𝒌𝒊𝒏𝒈.
The ultimate Regular Expressions Cheat Sheet in Python with sample code
https://medium.com/@ebojacky/the-ultimate-regular-expressions-cheat-sheet-in-python-with-sample-code-c6a17110e9e9
https://medium.com/@ebojacky/the-ultimate-regular-expressions-cheat-sheet-in-python-with-sample-code-c6a17110e9e9
Medium
The ultimate Regular Expressions Cheat Sheet in Python with sample code
Introduction: