Applying Python Design Patterns: An In-Depth Guide for Data Science Practitioners
https://neverforget-1975.medium.com/applying-python-design-patterns-an-in-depth-guide-for-data-science-practitioners-4a44a6a0f898
https://neverforget-1975.medium.com/applying-python-design-patterns-an-in-depth-guide-for-data-science-practitioners-4a44a6a0f898
Medium
Applying Python Design Patterns: An In-Depth Guide for Data Science Practitioners
Having spent over half a decade programming in Python, most of it on machine learning and data-oriented projects, I’ve often found myself…
Mastering Volatility: A Practical Guide to Profitable Options Trading with Python
https://thepythonlab.medium.com/mastering-volatility-a-practical-guide-to-profitable-options-trading-with-python-e3c5d6ee34f4
https://thepythonlab.medium.com/mastering-volatility-a-practical-guide-to-profitable-options-trading-with-python-e3c5d6ee34f4
Medium
Mastering Volatility: A Practical Guide to Profitable Options Trading with Python
This tutorial aims to provide a comprehensive guide on implementing a volatility trading strategy using Python. We will leverage implied…
Achieving 99% Accuracy in Brain Tumor Classification with YOLOv8
https://medium.com/@jkishan421/achieving-99-accuracy-in-brain-tumor-classification-with-yolov8-64894cf01b54
https://medium.com/@jkishan421/achieving-99-accuracy-in-brain-tumor-classification-with-yolov8-64894cf01b54
Medium
Achieving 99% Accuracy in Brain Tumor Classification with YOLOv8
Identifying brain tumors accurately and efficiently is a significant challenge in healthcare. In this article, we will explore a new…
Module 8 — Probability as Degree of Belief
https://yashvaantlakham73.medium.com/module-8-probability-as-degree-of-belief-be0738b7957f
https://yashvaantlakham73.medium.com/module-8-probability-as-degree-of-belief-be0738b7957f
Medium
Module 8 — Probability as Degree of Belief
Image by Author
How to Use Sankey Chart to report business earnings via Python Plotly? Part 1
https://imudatascience.medium.com/how-to-use-sankey-chart-to-report-business-earnings-via-python-plotly-part-1-d96b6d38870d
https://imudatascience.medium.com/how-to-use-sankey-chart-to-report-business-earnings-via-python-plotly-part-1-d96b6d38870d
Medium
How to Use Sankey Chart to report business earnings via Python Plotly? Part 1
Sankey diagrams are a type of flow diagram in which the width of the arrows is proportional to the flow rate of the depicted extensive…
Asking the Government to Save Money Teaching, AI & Maths
https://medium.com/@genedarocha/asking-the-government-to-save-money-teaching-ai-maths-dc09c8b30dc
https://medium.com/@genedarocha/asking-the-government-to-save-money-teaching-ai-maths-dc09c8b30dc
Medium
Asking the Government to Save Money Teaching, AI & Maths
I was asking the Government to Teach Coding, Machine Learning, Maths, and Data Science in 1 Place for Free — Saving Money. — Answer: Python
Predicting Amount of CO2 Emissions Produced by Cars
https://medium.com/@ammasanaswar/predicting-amount-of-co2-emissions-produced-by-cars-85047e758881
https://medium.com/@ammasanaswar/predicting-amount-of-co2-emissions-produced-by-cars-85047e758881
Medium
Predicting Amount of CO2 Emissions Produced by Cars
Overview
Analyzing an Image with Microsoft Azure’s Eagle Eye
https://medium.com/@liljess981/analyzing-an-image-with-microsoft-azures-eagle-eye-63892f0ca6f6
https://medium.com/@liljess981/analyzing-an-image-with-microsoft-azures-eagle-eye-63892f0ca6f6
Medium
Analyzing an Image with Microsoft Azure’s Eagle Eye
The old saying goes if you don’t use it you lose it. I’ve come to learn the meaning of this quite too often. On my DevOps journey I’ve done my best ensure I learn some the essential skills needed to…
4 Ways You Weren’t Taught To Use CSVs In A Data Science Portfolio
https://medium.com/pipeline-a-data-engineering-resource/4-ways-you-werent-taught-to-use-csvs-in-a-data-science-portfolio-33cd686e3ed2
https://medium.com/pipeline-a-data-engineering-resource/4-ways-you-werent-taught-to-use-csvs-in-a-data-science-portfolio-33cd686e3ed2
Medium
4 Ways You Weren’t Taught To Use CSVs In A Data Science Portfolio
From live tables to programmatic API calls, tweak your data science portfolio projects to make read_csv() more interesting.
Process hundreds of GB of data with Coiled Functions and DuckDB
https://medium.com/coiled-hq/process-hundreds-of-gb-of-data-with-coiled-functions-and-duckdb-4b7df2f84d2f
https://medium.com/coiled-hq/process-hundreds-of-gb-of-data-with-coiled-functions-and-duckdb-4b7df2f84d2f
Medium
Process Hundreds of GBs of Data with Coiled Functions and DuckDB
Scale out your workload to a big VM in the cloud.
From Basics to Brilliance: Python’s Static Methods
https://medium.com/@mr.stucknet/from-basics-to-brilliance-pythons-static-methods-904f92b3436a
https://medium.com/@mr.stucknet/from-basics-to-brilliance-pythons-static-methods-904f92b3436a
Medium
From Basics to Brilliance: Python’s Static Methods
As you may recall, when you create a class object, Python assigns a name to it. That name acts as a namespace, and sometimes it makes sense…
Detect Shapes with simple python programming
https://medium.com/@elvenkim1/detect-shapes-with-simple-python-programming-25c6d74b96ea
https://medium.com/@elvenkim1/detect-shapes-with-simple-python-programming-25c6d74b96ea
Medium
Detect Shapes with simple python programming
In image processing, often we are require to isolate the object clearly from the background and predict its’ shape. There are a few simple…
One Hot Encoding with Ibis: An Explanation & Tutorial
https://medium.com/learning-the-computers/one-hot-encoding-with-ibis-an-explanation-tutorial-54f374d01feb
https://medium.com/learning-the-computers/one-hot-encoding-with-ibis-an-explanation-tutorial-54f374d01feb
Medium
One Hot Encoding with Ibis: An Explanation & Tutorial
Master converting categorical data to binary vectors using Ibis and SQL for real-world data analysis and machine learning applications.