Canny edge detection using Ikomia API
https://guillaume-demarcq.medium.com/canny-edge-detection-using-ikomia-api-224eebe1dbdb
https://guillaume-demarcq.medium.com/canny-edge-detection-using-ikomia-api-224eebe1dbdb
Medium
Canny edge detection using Ikomia API
You can easily create a Canny edge detection workflow with just a few lines of code using the Ikomia API. All you need to do is install the…
Understanding Object Mutability and Immutability in Python: Comprehensive Guide
https://medium.com/@leosoplapuco29/understanding-object-mutability-and-immutability-in-python-comprehensive-guide-2abe5c6ef706
https://medium.com/@leosoplapuco29/understanding-object-mutability-and-immutability-in-python-comprehensive-guide-2abe5c6ef706
Medium
Understanding Object Mutability and Immutability in Python: Comprehensive Guide
Python is a versatile and powerful programming language known for its simplicity and ease of use. It provides a wide range of data…
Q#85: Retail revenue trends
https://medium.com/foundational-data-science-interview-questions/q-85-retail-revenue-trends-69a3b6bcfef8
https://medium.com/foundational-data-science-interview-questions/q-85-retail-revenue-trends-69a3b6bcfef8
Medium
Q#85: Retail revenue trends
Given the table below, called ‘orders’, write code to show the average revenue by month by channel. The format of the result should look…
A Deep Dive into Python Basics for Data Science: Week 1, Day 2
https://medium.com/@afterhourscoding/a-deep-dive-into-python-basics-for-data-science-week-1-day-2-8c950669c61e
https://medium.com/@afterhourscoding/a-deep-dive-into-python-basics-for-data-science-week-1-day-2-8c950669c61e
Medium
A Deep Dive into Python Basics for Data Science: Week 1, Day 2
Welcome to the second day of our comprehensive “Python for Data Science: 100 Days to Mastery” program! Today, we’ll be exploring the basic…
Python and PostgreSQL: A Powerful Couple Driving Innovation
https://medium.com/@ebojacky/python-and-postgresql-a-powerful-couple-driving-innovation-2efeea5ce801
https://medium.com/@ebojacky/python-and-postgresql-a-powerful-couple-driving-innovation-2efeea5ce801
Medium
Python and PostgreSQL: A Powerful Couple Driving Innovation
Python and PostgreSQL have emerged as a formidable combination in the software development world, gaining immense popularity among…
“Exploring Python’s Hidden Gems: Unlocking the Full Potential of Lesser-Known Libraries” Part Two
https://medium.com/@interactwithibnshazali/exploring-pythons-hidden-gems-unlocking-the-full-potential-of-lesser-known-libraries-part-two-6e7b1631fd9f
https://medium.com/@interactwithibnshazali/exploring-pythons-hidden-gems-unlocking-the-full-potential-of-lesser-known-libraries-part-two-6e7b1631fd9f
Medium
“Exploring Python’s Hidden Gems: Unlocking the Full Potential of Lesser-Known Libraries” Part Two
In the prior post, we looked at a number of Python libraries that are underutilized but have the potential to improve code presentation…
Querying the IMF-IFS database for Consumer Price Index time series
https://medium.com/@oskarpaulsson/querying-the-imf-ifs-database-for-consumer-price-index-time-series-9330b1289fdf
https://medium.com/@oskarpaulsson/querying-the-imf-ifs-database-for-consumer-price-index-time-series-9330b1289fdf
Medium
Querying the IMF-IFS database for Consumer Price Index time series
In order to win an argument against a friend I wanted to get macro economic data per country and compare how everyone is doing in these…
Level Up your Python: 10 Most Useful Python Features for Developers
https://medium.com/@ebojacky/level-up-your-python-10-most-useful-python-features-for-developers-5ea4ba938775
https://medium.com/@ebojacky/level-up-your-python-10-most-useful-python-features-for-developers-5ea4ba938775
Medium
Level Up your Python: 10 Most Useful Python Features for Developers
Python is a versatile and powerful programming language that offers a plethora of features to make developers’ lives easier. In this…
Mastering Python Decorators Like a Pro
https://medium.com/@abd.hendi.174/mastering-python-decorators-like-a-pro-5cf6732f91ec
https://medium.com/@abd.hendi.174/mastering-python-decorators-like-a-pro-5cf6732f91ec
Medium
Mastering Python Decorators Like a Pro
In Python, functions are first-class citizens, which means they can be passed around and used as arguments, just like any other object…
Automating Tweet Threads with Python and Selenium WebDriver
https://medium.com/@sajaahmed617/automating-tweet-threads-with-python-and-selenium-webdriver-df805663e720
https://medium.com/@sajaahmed617/automating-tweet-threads-with-python-and-selenium-webdriver-df805663e720
Medium
Automating Tweet Threads with Python and Selenium WebDriver
Introduction
How Data Science is Changing the World: 5 Amazing Examples
https://medium.com/@rohitsaroj29/how-data-science-is-changing-the-world-5-amazing-examples-f82913c7812a
https://medium.com/@rohitsaroj29/how-data-science-is-changing-the-world-5-amazing-examples-f82913c7812a
Medium
How Data Science is Changing the World: 5 Amazing Examples
How Data Science is Solving Real-World Problems in Various Domains
The Flexibility of GraphQL in Accommodating Evolving ML Models and Data Requirements
https://medium.com/@hyphen001/the-flexibility-of-graphql-in-accommodating-evolving-ml-models-and-data-requirements-7d4fb823506c
https://medium.com/@hyphen001/the-flexibility-of-graphql-in-accommodating-evolving-ml-models-and-data-requirements-7d4fb823506c
Medium
The Flexibility of GraphQL in Accommodating Evolving ML Models and Data Requirements
Enhancing ML Models and Data Requirements with the Versatility of GraphQL
Train a brain tumor segmentation deep learning model for under $10
https://pub.aimind.so/train-a-brain-tumor-segmentation-deep-learning-model-for-under-10-92db22710871
https://pub.aimind.so/train-a-brain-tumor-segmentation-deep-learning-model-for-under-10-92db22710871
Medium
Train a brain tumor segmentation deep learning model for under $10
A series that shows how to train your own deep neural network for automated segmentation of brain tumor MRIs using only Google Colab
Big O Notation Unraveled, Simple vs Binary Searches
https://medium.com/@g.glasgow91/big-o-notation-unraveled-simple-vs-binary-searches-d46ab90995c
https://medium.com/@g.glasgow91/big-o-notation-unraveled-simple-vs-binary-searches-d46ab90995c
Medium
Big O Notation Unraveled, Simple vs Binary Searches
Imagine you’re playing a game against your friends, and you want to pick the fastest way to beat the level so you win the game. This is…