LeetCode Q4: Median of Two Sorted Arrays
https://nijat.medium.com/leetcode-q4-median-of-two-sorted-arrays-4dbfa5f47820
https://nijat.medium.com/leetcode-q4-median-of-two-sorted-arrays-4dbfa5f47820
Medium
LeetCode Q4: Median of Two Sorted Arrays
Problem
8 Uncommon but Extremely Useful Python Libraries for 2025
https://python.plainenglish.io/8-uncommon-but-extremely-useful-python-libraries-for-2025-0d5752acf9fa
https://python.plainenglish.io/8-uncommon-but-extremely-useful-python-libraries-for-2025-0d5752acf9fa
Medium
8 Uncommon but Extremely Useful Python Libraries for 2025
You’ll regret not knowing this earlier
From Code to Cash: Unconventional Python Scripts That Pay
https://python.plainenglish.io/from-code-to-cash-unconventional-python-scripts-that-pay-1943b3cc3776
https://python.plainenglish.io/from-code-to-cash-unconventional-python-scripts-that-pay-1943b3cc3776
Medium
From Code to Cash: Unconventional Python Scripts That Pay
Python, a versatile and powerful programming language, has become a favorite among developers for its simplicity and readability. Beyond…
DREAMS: Python Framework for medical application
https://python.plainenglish.io/dreams-python-framework-for-medical-application-7e4095dec01c
https://python.plainenglish.io/dreams-python-framework-for-medical-application-7e4095dec01c
Medium
DREAMS: Python Framework for medical application
Deep learning and artificial intelligence (AI) are making big improvements in healthcare, brain science, and other areas.
Python Best Practices: Writing Clean and Efficient Code
https://python.plainenglish.io/python-best-practices-writing-clean-and-efficient-code-f9d7dcafc033
https://python.plainenglish.io/python-best-practices-writing-clean-and-efficient-code-f9d7dcafc033
Medium
Python Best Practices: Writing Clean and Efficient Code
How to Write Python Code That’s Not Just Functional but Beautiful
AI Python 14 — Machine Learning Pipelines in Python: From Data to Deployment
https://python.plainenglish.io/ai-python-14-machine-learning-pipelines-in-python-from-data-to-deployment-9a24f1ca1201
https://python.plainenglish.io/ai-python-14-machine-learning-pipelines-in-python-from-data-to-deployment-9a24f1ca1201
Medium
AI Python 14 — Machine Learning Pipelines in Python: From Data to Deployment
Python for Data Science — Part 14/30
Streamlit: Easiest Way to Build Web Apps in Python
https://python.plainenglish.io/streamlit-easiest-way-to-build-web-apps-in-python-935719ef8eb2
https://python.plainenglish.io/streamlit-easiest-way-to-build-web-apps-in-python-935719ef8eb2
Medium
Streamlit: Easiest Way to Build Web Apps in Python
By Abdul Rauf Jatoi
Initialize your PyQT application as you did 15 years ago with Classics
https://medium.com/@cdsjatin/initialize-your-pyqt-application-as-you-did-15-years-ago-with-classics-914a8157c127
https://medium.com/@cdsjatin/initialize-your-pyqt-application-as-you-did-15-years-ago-with-classics-914a8157c127
Medium
Initialize your PyQT application as you did 15 years ago with Classics
Lately, I’ve been developing ann applications in PyQt. You’ll also often encounter the three fundamental building blocks of an application…
PyD-Net: Advancing Real-Time Depth Estimation for Mobile and Embedded Devices
https://medium.com/@skilambi_62261/pyd-net-advancing-real-time-depth-estimation-for-mobile-and-embedded-devices-9fb53204fa51
https://medium.com/@skilambi_62261/pyd-net-advancing-real-time-depth-estimation-for-mobile-and-embedded-devices-9fb53204fa51
Medium
PyD-Net: Advancing Real-Time Depth Estimation for Mobile and Embedded Devices
From Vision to Reality: What PyD-Net Brings to the Table
Understanding Python’s basename: Complete Guide
https://medium.com/@ryan_forrester_/understanding-pythons-basename-complete-guide-7730ea4235fb
https://medium.com/@ryan_forrester_/understanding-pythons-basename-complete-guide-7730ea4235fb
Medium
Understanding Python’s basename: Complete Guide
Working with file paths in Python isn’t always straightforward, especially when you need to extract specific parts of a path. That’s where…
Transcribing Audio to Text in Python using Whisper
https://medium.com/@verashoda/transcribing-audio-to-text-in-python-using-whisper-290cea2f6090
https://medium.com/@verashoda/transcribing-audio-to-text-in-python-using-whisper-290cea2f6090
Medium
Transcribing Audio to Text in Python using Whisper
In this tutorial, we will transcribe an audio file (interview recording) using Whisper (from OpenAI) in Google Colab.
Getting Started with Data Science: Working with Data Extensions and Formats
https://medium.com/@emmanuel.adeojo.ibk/getting-started-with-data-science-working-with-data-extensions-and-formats-a0fcf30bfb79
https://medium.com/@emmanuel.adeojo.ibk/getting-started-with-data-science-working-with-data-extensions-and-formats-a0fcf30bfb79
Medium
Getting Started with Data Science: Working with Data Extensions and Formats
1. Understanding Common Data Extensions
Adding Color to Python Terminal Output: A Complete Guide
https://medium.com/@ryan_forrester_/adding-color-to-python-terminal-output-a-complete-guide-147fcb1c335f
https://medium.com/@ryan_forrester_/adding-color-to-python-terminal-output-a-complete-guide-147fcb1c335f
Medium
Adding Color to Python Terminal Output: A Complete Guide
Breakdown of Python Print Colored
Dimensionality reduction: PCA and t-SNE
https://medium.com/@marlene.monsalvo2/dimensionality-reduction-pca-and-t-sne-d3c442fbef74
https://medium.com/@marlene.monsalvo2/dimensionality-reduction-pca-and-t-sne-d3c442fbef74
Medium
Dimensionality reduction: PCA and t-SNE
In practical scenarios, data often includes numerous features- individual columns representing the information collected about each…
Exploring FastAPI 2024: Async Endpoints and Dependency Injection [Part 4/7]
https://medium.com/@mathur.danduprolu/exploring-fastapi-2024-async-endpoints-and-dependency-injection-part-4-7-06854f0c0fc2
https://medium.com/@mathur.danduprolu/exploring-fastapi-2024-async-endpoints-and-dependency-injection-part-4-7-06854f0c0fc2
Medium
Exploring FastAPI 2024: Async Endpoints and Dependency Injection [Part 4/7]
Welcome back to our FastAPI series! In the last post, we explored data validation with Pydantic, learning how to ensure clean, reliable…
Building a Password Strength Checker in Python
https://medium.com/@ryan_forrester_/building-a-password-strength-checker-in-python-6f723d20511d
https://medium.com/@ryan_forrester_/building-a-password-strength-checker-in-python-6f723d20511d
Medium
Building a Password Strength Checker in Python
Let’s create a password strength checker that goes beyond simple character counting. We’ll start with basic checks and build up to a…
Simple & Common Algorithm Pratices (1): Turret Range Intersection Problem
https://medium.com/@sumincho0830/simple-common-algorithm-pratices-1-turret-range-intersection-problem-b533bac22427
https://medium.com/@sumincho0830/simple-common-algorithm-pratices-1-turret-range-intersection-problem-b533bac22427
Medium
Understanding the Problem
The Turret Range Intersection Problem is a perfect warm-up exercise for sharpening algorithmic thinking. It combines essential mathematical…
Building & Comparing Volatility Prediction Models: GARCH, ML, and ANNs
https://medium.datadriveninvestor.com/building-comparing-volatility-prediction-models-garch-ml-and-anns-5bbfecfb66a2
https://medium.datadriveninvestor.com/building-comparing-volatility-prediction-models-garch-ml-and-anns-5bbfecfb66a2
Medium
Building & Comparing Volatility Prediction Models: GARCH, ML, and ANNs
Diving deep into the world of predictive models with Python