Visualizing Image Augmentation Pipelines with Streamlit
https://pascaljanetzky.medium.com/visualizing-image-augmentation-pipelines-with-streamlit-e59d84c11c88
https://pascaljanetzky.medium.com/visualizing-image-augmentation-pipelines-with-streamlit-e59d84c11c88
Medium
Visualizing Image Augmentation Pipelines with Streamlit
A simple albumentations demo; runs live in your browser
Leetcode — 9 Palindrome Number
https://medium.com/@alexmurphy8/leetcode-9-palindrome-number-389c2c2720d3
https://medium.com/@alexmurphy8/leetcode-9-palindrome-number-389c2c2720d3
Medium
Leetcode — 9 Palindrome Number
Question:
Write a Python app to calculate the energy consumption
https://medium.com/@ferid.memmedeliyev/write-a-python-app-to-calculate-the-energy-consumption-47ffa7f59f53
https://medium.com/@ferid.memmedeliyev/write-a-python-app-to-calculate-the-energy-consumption-47ffa7f59f53
Medium
Write a Python app to calculate the energy consumption
With increasing energy prices due to the current enery “crisis”, people are looking for ways to optimize their energy consumption. This…
Basic of Statistics 1: Mean, Median, and Mode (with Python code)
https://medium.com/@swarooppaliwal/basic-of-statistics-1-mean-median-and-mode-with-python-code-fb7107afd75c
https://medium.com/@swarooppaliwal/basic-of-statistics-1-mean-median-and-mode-with-python-code-fb7107afd75c
Medium
Basic of Statistics 1: Mean, Median, and Mode (with Python code)
Defining statistics, its types (descriptive and inferential), mean, median, and mode with examples. Hands-on python code for calculations
Australian Census 2021. Loading data and showing it on a map
https://max-coding.medium.com/australian-census-2021-loading-data-and-showing-it-on-a-map-192dd0b49d00
https://max-coding.medium.com/australian-census-2021-loading-data-and-showing-it-on-a-map-192dd0b49d00
Medium
Australian Census 2021. Loading data and showing it on a map
Last year we had an Australian Census survey and now a new dataset is available for download from ABS website.
94. Binary Tree Inorder Traversal — LeetCode(Python)
https://palashsharma891.medium.com/94-binary-tree-inorder-traversal-leetcode-python-43991df1e5
https://palashsharma891.medium.com/94-binary-tree-inorder-traversal-leetcode-python-43991df1e5
Medium
94. Binary Tree Inorder Traversal — LeetCode(Python)
I got you!
When beutifulsoup doesn’t work: selenium for web-scraping 🌾 Agriculture data: USDA PSD
https://medium.com/@SL_dataworld/when-beutifulsoup-doesnt-work-selenium-for-web-scraping-agriculture-data-usda-psd-682e2d96a60b
https://medium.com/@SL_dataworld/when-beutifulsoup-doesnt-work-selenium-for-web-scraping-agriculture-data-usda-psd-682e2d96a60b
Medium
When beutifulsoup doesn’t work: selenium for web-scraping 🌾 Agriculture data: USDA PSD
When you can’t scrape the website with beautifulsoup and/or requests because you need to interact with dropdown-menus or other elements…
Is Data The New Oil of the 21st Century or Just an Overrated Asset?
https://towardsdatascience.com/is-data-the-new-oil-of-the-21st-century-or-just-an-overrated-asset-1dbb05b8ccdf
https://towardsdatascience.com/is-data-the-new-oil-of-the-21st-century-or-just-an-overrated-asset-1dbb05b8ccdf
Medium
Is Data The New Oil of the 21st Century or Just an Overrated Asset?
Comparing data and oil in plain English
145. Binary Tree Postorder Traversal — LeetCode(Python)
https://palashsharma891.medium.com/145-binary-tree-postorder-traversal-leetcode-python-4b095c9ffcd4
https://palashsharma891.medium.com/145-binary-tree-postorder-traversal-leetcode-python-4b095c9ffcd4
Medium
145. Binary Tree Postorder Traversal — LeetCode(Python)
I got you!
Different Ways to Filter data in Python Pandas
https://medium.com/@ghanshyamsavaliya/different-ways-to-filter-data-in-python-pandas-746fc9b29523
https://medium.com/@ghanshyamsavaliya/different-ways-to-filter-data-in-python-pandas-746fc9b29523
Medium
Different Ways to Filter data in Python Pandas
This article objects to summarize all the different types of ways through which we can filter Python pandas Dataframe. We will try to keep…
102. Binary Tree Level Order Traversal — LeetCode(Python)
https://palashsharma891.medium.com/102-binary-tree-level-order-traversal-leetcode-python-600fdde8beba
https://palashsharma891.medium.com/102-binary-tree-level-order-traversal-leetcode-python-600fdde8beba
Medium
102. Binary Tree Level Order Traversal — LeetCode(Python)
I got you!