Global Fuel Production and Consumption: Take A Dive Into Datasets
https://joe-1297.medium.com/global-fuel-production-and-consumption-take-a-dive-into-datasets-a36256692577
https://joe-1297.medium.com/global-fuel-production-and-consumption-take-a-dive-into-datasets-a36256692577
Medium
Global Fuel Production and Consumption: Take A Dive Into Datasets
Who are the major players when it comes to global fuel production and consumption? Find out here…
Kadane’s Algorithm — Identify Pattern
https://itnext.io/kadanes-algorithm-identify-pattern-12d96ea3de24
https://itnext.io/kadanes-algorithm-identify-pattern-12d96ea3de24
Medium
Kadane’s Algorithm — Identify Pattern
Introduction
Ten Text Preprocessing Benchmarks on CPU, GPU, and TPU
https://dr-bruce-cottman.medium.com/ten-text-preprocessing-benchmarks-on-cpu-gpu-and-tpu-8541ec58b3ee
https://dr-bruce-cottman.medium.com/ten-text-preprocessing-benchmarks-on-cpu-gpu-and-tpu-8541ec58b3ee
Medium
Ten Text Preprocessing Benchmarks on CPU, GPU, and TPU
We show Python code and benchmarks for ten different spaCy text preprocessing actions.
Easy Guide To Install Python With Anaconda [On Windows]
https://medium.com/@saeidab/easy-guide-to-install-python-with-anaconda-on-windows-24407b739c25
https://medium.com/@saeidab/easy-guide-to-install-python-with-anaconda-on-windows-24407b739c25
Medium
Easy Guide To Install Python With Anaconda [On Windows]
No worries, no more headaches ;-) let’s make Python work on your PC.
Develop Windows MSI on Linux Using Python/Docker/ Wine
https://vsgump.medium.com/develop-windows-msi-on-linux-using-python-docker-wine-dd50cd3e69c3
https://vsgump.medium.com/develop-windows-msi-on-linux-using-python-docker-wine-dd50cd3e69c3
Medium
Develop Windows MSI on Linux Using Python/Docker/ Wine
This blog is written keeping the enthusiastic developer who wanted to experiment/work with distribution models of a python project or…
Zonal Statistics using Google Earth Engine and Visualisation using Python
https://medium.com/@wardarahim25/zonal-statistics-using-google-earth-engine-and-visualisation-using-python-fb74cc1b1efc
https://medium.com/@wardarahim25/zonal-statistics-using-google-earth-engine-and-visualisation-using-python-fb74cc1b1efc
Medium
Zonal Statistics Using Google Earth Engine and Visualisation Using Python
Background
Named Entity Recognition for Bribery & Corruption Press Releases — Part 1
https://medium.com/@hoyinli.r/named-entity-recognition-for-bribery-corruption-press-releases-part-1-94cb7ca3a2cd
https://medium.com/@hoyinli.r/named-entity-recognition-for-bribery-corruption-press-releases-part-1-94cb7ca3a2cd
Medium
Named Entity Recognition for Bribery & Corruption Press Releases — Part 1
using Python package “spaCy”
Build your own AI Voice Assistant to Control Your PC
https://towardsdatascience.com/build-your-own-ai-voice-assistant-to-control-your-pc-f4112a664db2
https://towardsdatascience.com/build-your-own-ai-voice-assistant-to-control-your-pc-f4112a664db2
Medium
Build your own AI Voice Assistant to Control Your PC
A simple guide on how you can construct your own AI assistant to control various actions on your PC
The Truth About Learning a Programming Language
https://medium.com/@toricheung/the-truth-about-learning-a-programming-language-9219f6bd0d24
https://medium.com/@toricheung/the-truth-about-learning-a-programming-language-9219f6bd0d24
Medium
The Truth About Learning a Programming Language
Myths to Unlearn to Be a Good Programmer
5 Best Python Practices To Remarkably Improve Code Quality
https://towardsdatascience.com/5-best-python-practices-to-remarkably-improve-code-quality-30f528162a5e
https://towardsdatascience.com/5-best-python-practices-to-remarkably-improve-code-quality-30f528162a5e
Medium
5 Best Python Practices To Remarkably Improve Code Quality
Start using these practices from beginner stage itself to be a good programmer!
Building a Health Entity labelling service using Azure Kubernetes Service, Seldon Core and Azure…
https://towardsdatascience.com/building-a-health-entity-labelling-service-using-azure-kubernetes-service-seldon-core-and-azure-5dd6871a338
https://towardsdatascience.com/building-a-health-entity-labelling-service-using-azure-kubernetes-service-seldon-core-and-azure-5dd6871a338
Medium
Building a Health Entity labelling service using Azure Kubernetes Service, Seldon Core and Azure…
In this tutorial we will build an inference service entirely in Kubernetes in the Azure ecosystem
Basics of 3d Point Cloud Data manipulation in Python
https://medium.com/@rdadlaney/basics-of-3d-point-cloud-data-manipulation-in-python-95b0a1e1941e
https://medium.com/@rdadlaney/basics-of-3d-point-cloud-data-manipulation-in-python-95b0a1e1941e
Medium
Basics of 3d Point Cloud Data manipulation in Python
3D point clouds are a set of data points in space. The points represent a 3D shape or object. Each point position has its set of Cartesian…
Object Detection in 10 minutes with YOLOv5 and python!
https://youtube.com/watch?feature=share&v=fu2tfOV9vbY
https://youtube.com/watch?feature=share&v=fu2tfOV9vbY
YouTube
Object Detection in 10 minutes with YOLOv5 & Python!
In this video tutorial you will learn how to use YOLOv5 and python to quickly run object detection on a video stream or file all in 10 minutes. This is a great tutorial for anyone interested in using object detection out of the box with python or as an introduction…
Pandas vectorization: faster code, slower code, bloated memory
https://pythonspeed.com/articles/pandas-vectorization
https://pythonspeed.com/articles/pandas-vectorization
Python⇒Speed
Pandas vectorization: faster code, slower code, bloated memory
Vectorization in Pandas can make your code faster—except when it will make your code slower.
The subprocess Module: Wrapping Programs With Python – Real Python
https://realpython.com/python-subprocess
https://realpython.com/python-subprocess
Realpython
The subprocess Module: Wrapping Programs With Python – Real Python
In this tutorial, you'll learn how to leverage other apps and programs that aren't Python, wrapping them or launching them from your Python scripts using the subprocess module. You'll learn about processes all the way up to interacting with a process as it…