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.
Exploring Economic Trends in Canada: A Deep Dive into the Real-time Local Business Conditions Index…
https://medium.com/@gawaingan/exploring-economic-trends-in-canada-a-deep-dive-into-the-real-time-local-business-conditions-index-f6c6ac86b800
https://medium.com/@gawaingan/exploring-economic-trends-in-canada-a-deep-dive-into-the-real-time-local-business-conditions-index-f6c6ac86b800
Medium
Exploring Economic Trends in Canada: A Deep Dive into the Real-time Local Business Conditions Index…
Part 2.1: Obtaining and Processing Data
Prompt Engineering for Programmers: A Detailed Look into Program Synthesis
https://ai.plainenglish.io/prompt-engineering-for-programmers-a-detailed-look-into-program-synthesis-83d293071222
https://ai.plainenglish.io/prompt-engineering-for-programmers-a-detailed-look-into-program-synthesis-83d293071222
Medium
Prompt Engineering for Programmers: A Detailed Look into Program Synthesis
Automating software development through large language models.
Airflow hook and operator for refresh dataflow PowerBI
https://medium.com/@herculanocm/airflow-hook-and-operator-for-refresh-dataflow-powerbi-99832a6e6ac4
https://medium.com/@herculanocm/airflow-hook-and-operator-for-refresh-dataflow-powerbi-99832a6e6ac4
Medium
Airflow hook and operator for refresh dataflow PowerBI
Dear friends, this article is for medium/high level data engineers, but is easy to understand.