A Guide to Debugging Python code (and why you should learn it)
https://medium.com/@yellalena/a-guide-to-debugging-python-code-and-why-you-should-learn-it-ae30d20419b7
https://medium.com/@yellalena/a-guide-to-debugging-python-code-and-why-you-should-learn-it-ae30d20419b7
Medium
A Guide to Debugging Python code (and why you should learn it)
An overview of essential debugging techniques and tools to conquer errors and enhance your programming skills. Good example included 🐍🚀
Compiled Language Functions vs. Python Functions
https://medium.com/@mertbayraktarxd/compiled-language-functions-vs-python-functions-ad330a1c618b
https://medium.com/@mertbayraktarxd/compiled-language-functions-vs-python-functions-ad330a1c618b
Medium
Compiled Language Functions vs. Python Functions
Compiled languages, such as C++ and Java, and interpreted languages, like Python, embody distinct paradigms in how they handle functions…
7 Tips for Python 2 — Python 3 Compatibility Challenges without any external library
https://medium.com/@ayushraj763/7-tips-for-python-2-python-3-compatibility-challenges-without-any-external-library-69a48541ec17
https://medium.com/@ayushraj763/7-tips-for-python-2-python-3-compatibility-challenges-without-any-external-library-69a48541ec17
Medium
7 Tips for Python 2 — Python 3 Compatibility Challenges without any external library
Smooth Transition from Python 2 to Python 3: Essential Practices for Codebase Maintenance without external library.
Use Joblib for Efficient Model Caching and Loading
https://hsheikh7.medium.com/use-joblib-for-efficient-model-caching-and-loading-82707e78fd48
https://hsheikh7.medium.com/use-joblib-for-efficient-model-caching-and-loading-82707e78fd48
Medium
Use Joblib for Efficient Model Caching and Loading
Make your Python work faster!
Building a Personalized Workout Plan using Data Science strategies with Spark
https://medium.com/datasciencemustneededskills/building-a-personalized-workout-plan-using-data-science-strategies-with-spark-7e95a0c2298a
https://medium.com/datasciencemustneededskills/building-a-personalized-workout-plan-using-data-science-strategies-with-spark-7e95a0c2298a
Medium
Building a Personalized Workout Plan using Data Science strategies with Spark
To python or not to python this is ..
Data-proximate Computing with Coiled Functions
https://medium.com/coiled-hq/data-proximate-computing-with-coiled-functions-9f8047f17fd8
https://medium.com/coiled-hq/data-proximate-computing-with-coiled-functions-9f8047f17fd8
Medium
Data-proximate Computing with Coiled Functions
Coiled Functions make it easy to improve performance and reduce costs by moving your computations next to your cloud data
Visualizing Financial Data Dynamically Using Streamlit
https://medium.com/@uljanova.jekaterina/visualizing-financial-data-dynamically-using-streamlit-25a6bef07091
https://medium.com/@uljanova.jekaterina/visualizing-financial-data-dynamically-using-streamlit-25a6bef07091
Medium
Visualizing Financial Data Dynamically Using Streamlit
Learn how to create an impressive dynamic data visualization for financial data using Python’s Streamlit framework.
Your multiple-step guide on how to package and test Python apps across computers
https://python.plainenglish.io/your-multiple-step-guide-on-how-to-package-and-test-python-apps-across-computers-7488139059d1
https://python.plainenglish.io/your-multiple-step-guide-on-how-to-package-and-test-python-apps-across-computers-7488139059d1
Medium
Your multiple-step guide on how to package and test Python apps across computers
Create, transfer, and test your apps on other environments to enter the first step toward publishing your apps to the stores
An Ultimate Guide To All The Assumptions Of The Linear Regression
https://medium.com/@dutta.shankhadeep/an-ultimate-guide-to-all-the-assumptions-of-the-linear-regression-ab764182529f
https://medium.com/@dutta.shankhadeep/an-ultimate-guide-to-all-the-assumptions-of-the-linear-regression-ab764182529f
Medium
An Ultimate Guide To All The Assumptions Of The Linear Regression
Unlocking the Power of Linear Regression: A Deep Dive into all the Assumptions
Your Logs Aren’t Code. They’re A Communication Tool.
https://medium.com/pipeline-a-data-engineering-resource/your-logs-arent-code-they-re-a-communication-tool-c87c91d474e5
https://medium.com/pipeline-a-data-engineering-resource/your-logs-arent-code-they-re-a-communication-tool-c87c91d474e5
Medium
Python Logs Aren’t Code. They’re A Communication Tool.
Embrace logs as communication plus 3 non-negotiables you must include for a functional, transparent data pipeline.
Embracing the Backend: My Transition from Frontend to Backend Engineer
https://medium.com/@ravinvishwa123/embracing-the-backend-my-transition-from-frontend-to-backend-engineer-7e1221992de2
https://medium.com/@ravinvishwa123/embracing-the-backend-my-transition-from-frontend-to-backend-engineer-7e1221992de2
Medium
Embracing the Backend: My Transition from Frontend to Backend Engineer
My journey as a software engineer began as a frontend developer, where I learned to design user interfaces, make them look good on…
Building web apps very fast with solara
https://medium.com/@arlindkopliku/building-web-apps-very-fast-with-solara-6e0773de904f
https://medium.com/@arlindkopliku/building-web-apps-very-fast-with-solara-6e0773de904f
Medium
Building web apps very fast with solara
I recently discovered this new library called solara. I am writing this blog after quickly testing it and I will illustrate with two apps…
5 Essential Reads to Jumpstart Your Adventure in Data Science
https://laurentiu-raducu.medium.com/5-essential-reads-to-jumpstart-your-adventure-in-data-science-c33994a19428
https://laurentiu-raducu.medium.com/5-essential-reads-to-jumpstart-your-adventure-in-data-science-c33994a19428
Medium
5 Essential Reads to Jumpstart Your Adventure in Data Science
You’re here, which likely means you’re poised to embark on the exciting odyssey that is data science. While this vast field is continually…
Face detection and blurring with Ikomia API
https://guillaume-demarcq.medium.com/face-detection-and-blurring-with-ikomia-api-6edb5d4451a6
https://guillaume-demarcq.medium.com/face-detection-and-blurring-with-ikomia-api-6edb5d4451a6
Medium
Face detection and blurring with Ikomia API
In this case study, we will explore the process of creating a workflow for face detection using Kornia, followed by blurring faces with…