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.
How I went from Noob to Expert in Python Programming
https://blog.devgenius.io/how-i-went-from-noob-to-expert-in-python-programming-8c4e141a0be1
https://blog.devgenius.io/how-i-went-from-noob-to-expert-in-python-programming-8c4e141a0be1
Medium
How I went from Noob to Expert in Python Programming
Compilation of the resources which I used till now
Configuring templates and static for Django App
https://medium.com/@dibaekhanal101/configuring-templates-and-static-for-django-app-b3cdf3c9f9f0
https://medium.com/@dibaekhanal101/configuring-templates-and-static-for-django-app-b3cdf3c9f9f0
Medium
Configuring templates and static for Django App
A Django template is a text document or a Python string marked-up using the Django template language.