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…
Which programming language to choose at the beginning, i.e. multi-Hello World
https://dev.to/budzynskimaciej/which-programming-language-to-choose-at-the-beginning-ie-multi-hello-world-3dip
https://dev.to/budzynskimaciej/which-programming-language-to-choose-at-the-beginning-ie-multi-hello-world-3dip
DEV Community
Which programming language to choose at the beginning, i.e. multi-Hello World
Are you thinking about choosing a programming language? You have no idea which one to choose? Then...
Awesome Python Game That Runs In Your Terminal
https://preettheman.medium.com/awesome-python-game-that-runs-in-your-terminal-f1cc9cbf8808
https://preettheman.medium.com/awesome-python-game-that-runs-in-your-terminal-f1cc9cbf8808
Medium
Awesome Python Game That Runs In Your Terminal
Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to…
Setup a Testing Environment with Docker and Pytest-Django: PostreSQL schema issue
https://blog.koladev.xyz/setup-a-testing-environment-with-docker-and-pytest-django-postresql-schema-issue-9efb36a501e8
https://blog.koladev.xyz/setup-a-testing-environment-with-docker-and-pytest-django-postresql-schema-issue-9efb36a501e8
Medium
Setup a Testing Environment with Docker and Pytest-Django: PostreSQL schema issue
I am working on a fintech project where there are a lot of products. The whole project is built on Django, and products are just applications with their own logic, but all rely on a core application…