Automating a tedious task with python
https://medium.com/@tmuser/automating-a-tedious-task-with-python-c5767e164e10
https://medium.com/@tmuser/automating-a-tedious-task-with-python-c5767e164e10
Medium
Automating a tedious task with python
I was trying to download a group of csv from TLC containing trip data. What’s bothered me is that i have to download every time, one by one…
Realtime Face Recognition using Machine Learning in 2021
https://premstroke95.medium.com/realtime-face-recognition-using-machine-learning-in-2021-fc6b329b566d
https://premstroke95.medium.com/realtime-face-recognition-using-machine-learning-in-2021-fc6b329b566d
Medium
Realtime Face Recognition using Machine Learning in 2021
Adopting Machine Learning to fight off the dark arts of fake faces
How to trace request logs using correlation id
https://medium.com/@przemysawgrecki/how-to-trace-request-logs-using-correlation-id-12118b724f20
https://medium.com/@przemysawgrecki/how-to-trace-request-logs-using-correlation-id-12118b724f20
Medium
How to track request logs using correlation id
Some time ago I stumbled across an interesting problem. In a Python web app, I wanted to add a correlation_id to each log produced by the…
Python and Finance: Simple Kucoin Trading Algorithm
https://medium.com/@cosmonauts/python-and-finance-simple-kucoin-trading-algorithm-c764c0bb9ef
https://medium.com/@cosmonauts/python-and-finance-simple-kucoin-trading-algorithm-c764c0bb9ef
Medium
Python and Finance: Simple Kucoin Trading Algorithm
Python’s utility doesn’t only extend to Physics, but to the financial world as well. Here, we will explore a simple code using a Kucoin…
NumPy Matrix Multiplication: Get Started in 5 Minutes
https://python.plainenglish.io/numpy-matrix-multiplication-get-started-in-5-minutes-fc4f4847101c
https://python.plainenglish.io/numpy-matrix-multiplication-get-started-in-5-minutes-fc4f4847101c
Medium
NumPy Matrix Multiplication: Get Started in 5 Minutes
NumPy is a popular Python library that offers a range of powerful mathematical functions. The library is widely used in quantitative…
Raspberry Pi: Python Libraries for I2C, SPI, UART
https://admantium.medium.com/raspberry-pi-python-libraries-for-i2c-spi-uart-3df092aeda42
https://admantium.medium.com/raspberry-pi-python-libraries-for-i2c-spi-uart-3df092aeda42
Medium
Raspberry Pi: Python Libraries for I2C, SPI, UART
The Raspberry Pi is one of the most popular single board computers for hobbyists. Its 40 Pins support the protocols I2C, SPI, and UART. If…
Get / Scrap data from PDF document using Python + Tabula + CSV into JSON format data
https://medium.com/@haniefhan/get-scrap-data-from-pdf-document-using-python-part-1-python-feat-tabula-8547b733ae6a
https://medium.com/@haniefhan/get-scrap-data-from-pdf-document-using-python-part-1-python-feat-tabula-8547b733ae6a
Medium
Get / Scrap data from PDF document using Python + Tabula + CSV into JSON format data
The case I use on this article is about getting regional data of Indonesia from PDF document that published by Ministry of Home Affairs…
Sending E-mails with Python (Inline Tables & Images)
https://lasha-dolenjashvili.medium.com/sending-e-mails-with-python-inline-tables-images-4e6569297677
https://lasha-dolenjashvili.medium.com/sending-e-mails-with-python-inline-tables-images-4e6569297677
Medium
Sending E-mails with Python (Inline Tables & Images)
In this article, we will download Covid-19 data, preprocess it to suit our needs, build a table with the latest data and several line…
How to Get Both Elements and Indices in a List in Python
https://python.plainenglish.io/how-to-get-both-elements-and-indices-in-a-list-in-python-604ac6cfef0b
https://python.plainenglish.io/how-to-get-both-elements-and-indices-in-a-list-in-python-604ac6cfef0b
Medium
How to Get Both Elements and Indices in a List in Python
Use a built-in Python function
How to Do Web Scraping Mobile Phone Data from Flipkart Using Python?
https://anil-prajapati.medium.com/how-to-do-web-scraping-mobile-phone-data-from-flipkart-using-python-23200131331f
https://anil-prajapati.medium.com/how-to-do-web-scraping-mobile-phone-data-from-flipkart-using-python-23200131331f
Medium
How to Do Web Scraping Mobile Phone Data from Flipkart Using Python?
Extract products data from Flipkart with Pandas, Selenium, BeautifulSoup4, and CSV.