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.
How I Developed the Scout Flight Controller, Part 3: Receiving Control Inputs via an RC Receiver
https://timhanewich.medium.com/how-i-developed-the-scout-flight-controller-part-3-receiving-control-inputs-via-an-rc-receiver-afb4fa5183f5
https://timhanewich.medium.com/how-i-developed-the-scout-flight-controller-part-3-receiving-control-inputs-via-an-rc-receiver-afb4fa5183f5
Medium
How I Developed the Scout Flight Controller, Part 3: Receiving Control Inputs via an RC Receiver
This article is part of a series documenting the development of a custom quadcopter flight controller from scratch. For a list of the other…
Recognize Hand Landmarks using Google MediaPipe and OpenCV
https://medium.com/@aliceheimanxyz/recognize-hand-landmarks-using-google-mediapipe-and-opencv-9ca0a052ce75
https://medium.com/@aliceheimanxyz/recognize-hand-landmarks-using-google-mediapipe-and-opencv-9ca0a052ce75
Medium
Recognize Hand Landmarks using Google MediaPipe and OpenCV
One way to recognize hand gestures is to annotate the hands with landmarks at each joint.
Stop Using dict[key] to Access Values in Python Dictionaries!!
https://zlliu.medium.com/stop-using-dict-key-to-access-values-in-python-dictionaries-7ab45bb7946c
https://zlliu.medium.com/stop-using-dict-key-to-access-values-in-python-dictionaries-7ab45bb7946c
Medium
Stop Using dict[key] to Access Values in Python Dictionaries!!
# Reducing the chance of crashing your Python script
Creating and Solving Alphanumeric CAPTCHAs with Python: A Comprehensive Tutorial
https://code.likeagirl.io/creating-and-solving-alphanumeric-captchas-with-python-a-comprehensive-tutorial-a39318e3c613
https://code.likeagirl.io/creating-and-solving-alphanumeric-captchas-with-python-a-comprehensive-tutorial-a39318e3c613
Medium
Creating and Solving Alphanumeric CAPTCHAs with Python: A Comprehensive Tutorial
CAPTCHAs (Completely Automated Public Turing tests to tell Computers and Humans Apart) are those puzzles we encounter online, designed to…
Introduction to Lists in Python: Exploring a Versatile Data Structure
https://ranyel.medium.com/introduction-to-lists-in-python-exploring-a-versatile-data-structure-ec3218a7d76a
https://ranyel.medium.com/introduction-to-lists-in-python-exploring-a-versatile-data-structure-ec3218a7d76a
Medium
Introduction to Lists in Python: Exploring a Versatile Data Structure
In Python, a list is a powerful data structure used to store and manage collections of items. Lists are incredibly versatile and offer…
The functions that helped me master Python dashboards as an intern
https://medium.com/@haytham99cheikhrouhou/the-functions-that-helped-me-master-python-dashboards-as-an-intern-212fc4aa2f16
https://medium.com/@haytham99cheikhrouhou/the-functions-that-helped-me-master-python-dashboards-as-an-intern-212fc4aa2f16
Medium
The functions that helped me master Python dashboards as an intern
As a data science intern, one of the tasks I was charged with the most was building interactive Python dashboards and tables.