Applied Exploratory Data Analysis, The Power of Visualization, Bike-Sharing, Python.
https://towardsdatascience.com/applied-exploratory-data-analysis-the-power-of-visualization-bike-sharing-python-c5b2645c3595
https://towardsdatascience.com/applied-exploratory-data-analysis-the-power-of-visualization-bike-sharing-python-c5b2645c3595
Reproducing SQL queries using python codes
This blog is mainly about how to rewrite SQL queries in…
https://medium.com/swlh/reproducing-sql-queries-using-python-codes-3cc8533d941c
This blog is mainly about how to rewrite SQL queries in…
https://medium.com/swlh/reproducing-sql-queries-using-python-codes-3cc8533d941c
YOLO and Tiny-YOLO object detection on the Raspberry Pi and Movidius NCS
In this tutorial, you will learn how to utilize YOLO and Tiny-YOLO for near real-time object ...
https://www.pyimagesearch.com/2020/01/27/yolo-and-tiny-yolo-object-detection-on-the-raspberry-pi-and-movidius-ncs/
In this tutorial, you will learn how to utilize YOLO and Tiny-YOLO for near real-time object ...
https://www.pyimagesearch.com/2020/01/27/yolo-and-tiny-yolo-object-detection-on-the-raspberry-pi-and-movidius-ncs/
PyImageSearch
YOLO and Tiny-YOLO object detection on the Raspberry Pi and Movidius NCS - PyImageSearch
Learn how to utilize YOLO and Tiny-YOLO for near real-time object detection on the Raspberry Pi with a Movidius NCS.
Becoming a Data Scientist (Zero to hero checklist)
10 Steps for people who want to pursue a career in…
https://towardsdatascience.com/becoming-a-data-scientist-zero-to-hero-checklist-e8715b52f5b4
10 Steps for people who want to pursue a career in…
https://towardsdatascience.com/becoming-a-data-scientist-zero-to-hero-checklist-e8715b52f5b4
How to properly ship and deploy your machine learning model
A practical guide with FastAPI, Docker and…
https://towardsdatascience.com/how-to-properly-ship-and-deploy-your-machine-learning-model-8a8664b763c4
A practical guide with FastAPI, Docker and…
https://towardsdatascience.com/how-to-properly-ship-and-deploy-your-machine-learning-model-8a8664b763c4
Building Models with Keras
Introduction to the Python Neural Network API
https://towardsdatascience.com/building-models-with-keras-bbe6dcfdad31
Introduction to the Python Neural Network API
https://towardsdatascience.com/building-models-with-keras-bbe6dcfdad31
How I'm testing in 2020
Once upon a time I wrote a bit about testing, specifically how I was organizing and testing my ...
https://www.b-list.org/weblog/2020/feb/03/how-im-testing-2020/
Once upon a time I wrote a bit about testing, specifically how I was organizing and testing my ...
https://www.b-list.org/weblog/2020/feb/03/how-im-testing-2020/
The 22 Most-Used Python Packages in the World
Educational and surprising insights into how Python is…
https://medium.com/better-programming/the-22-most-used-python-packages-in-the-world-7020a904b2e
Educational and surprising insights into how Python is…
https://medium.com/better-programming/the-22-most-used-python-packages-in-the-world-7020a904b2e
openai / spinningup
An educational resource to help anyone learn deep reinforcement learning.
https://github.com/openai/spinningup
An educational resource to help anyone learn deep reinforcement learning.
https://github.com/openai/spinningup
GitHub
GitHub - openai/spinningup: An educational resource to help anyone learn deep reinforcement learning.
An educational resource to help anyone learn deep reinforcement learning. - openai/spinningup
Intro to anomaly detection with OpenCV, Computer Vision, and scikit-learn
In this tutorial, you will learn how to perform anomaly/novelty detection in image datasets using ...
https://www.pyimagesearch.com/2020/01/20/intro-to-anomaly-detection-with-opencv-computer-vision-and-scikit-learn/
In this tutorial, you will learn how to perform anomaly/novelty detection in image datasets using ...
https://www.pyimagesearch.com/2020/01/20/intro-to-anomaly-detection-with-opencv-computer-vision-and-scikit-learn/
How to use OpenCV’s “dnn” module with NVIDIA GPUs, CUDA, and cuDNN
In this tutorial, you will learn how to use OpenCV’s “Deep Neural Network” (DNN) ...
https://www.pyimagesearch.com/2020/02/03/how-to-use-opencvs-dnn-module-with-nvidia-gpus-cuda-and-cudnn/
In this tutorial, you will learn how to use OpenCV’s “Deep Neural Network” (DNN) ...
https://www.pyimagesearch.com/2020/02/03/how-to-use-opencvs-dnn-module-with-nvidia-gpus-cuda-and-cudnn/
Economic Indicators with Python
Retrieve and Plot Economic Indicators using Python and Plotly
https://towardsdatascience.com/economic-indicators-with-python-befb8b35af4d
Retrieve and Plot Economic Indicators using Python and Plotly
https://towardsdatascience.com/economic-indicators-with-python-befb8b35af4d
A comprehensive guide to downloading stock prices in Python
Download historical stock prices with as…
https://towardsdatascience.com/a-comprehensive-guide-to-downloading-stock-prices-in-python-2cd93ff821d4
Download historical stock prices with as…
https://towardsdatascience.com/a-comprehensive-guide-to-downloading-stock-prices-in-python-2cd93ff821d4
Web Scraping with Python Made Easy
Beautiful Soup is a Python library that facilitate scraping…
https://towardsdatascience.com/web-scraping-with-python-made-easy-f069ffaf7754
Beautiful Soup is a Python library that facilitate scraping…
https://towardsdatascience.com/web-scraping-with-python-made-easy-f069ffaf7754
Could Nim Replace Python?
Why this fledgeling computer language might become the new scripting king
https://towardsdatascience.com/could-nim-replace-python-547145afcfd5
Why this fledgeling computer language might become the new scripting king
https://towardsdatascience.com/could-nim-replace-python-547145afcfd5
plamere / spotipy
A light weight Python library for the Spotify Web API
https://github.com/plamere/spotipy
A light weight Python library for the Spotify Web API
https://github.com/plamere/spotipy
GitHub
GitHub - spotipy-dev/spotipy: A light weight Python library for the Spotify Web API
A light weight Python library for the Spotify Web API - spotipy-dev/spotipy
Stop Using “or” to Test Multiple Values Against a Variable in Python
Use the “in” keyword for…
https://medium.com/better-programming/stop-using-or-to-test-multiple-values-against-a-variable-in-python-abe0a77c287a
Use the “in” keyword for…
https://medium.com/better-programming/stop-using-or-to-test-multiple-values-against-a-variable-in-python-abe0a77c287a
How to visualize hidden relationships in data with Python — analysing NBA assists
Manipulating &…
https://towardsdatascience.com/how-to-visualize-hidden-relationships-in-data-with-python-analysing-nba-assists-e480de59db50
Manipulating &…
https://towardsdatascience.com/how-to-visualize-hidden-relationships-in-data-with-python-analysing-nba-assists-e480de59db50
Happy eyeballs algorithm using ZIO
A great example on how structured concurrency and high-level…
https://blog.softwaremill.com/happy-eyeballs-algorithm-using-zio-120997ba5152
A great example on how structured concurrency and high-level…
https://blog.softwaremill.com/happy-eyeballs-algorithm-using-zio-120997ba5152
Visualizing Istanbul Bus Traffic With Python and KeplerGL
https://medium.com/swlh/visualizing-istanbul-bus-traffic-with-python-and-keplergl-a84895788825
https://medium.com/swlh/visualizing-istanbul-bus-traffic-with-python-and-keplergl-a84895788825