Replicating TradingView Chart in Python
https://levelup.gitconnected.com/replicating-tradingview-chart-in-python-8bb6ff00bb4e
https://levelup.gitconnected.com/replicating-tradingview-chart-in-python-8bb6ff00bb4e
Medium
Replicating TradingView Chart in Python
With less than 3 lines of code
Forecasting API: An Example with Django and Google Trends
https://towardsdatascience.com/forecasting-api-an-example-with-django-and-google-trends-9b55046bd578
https://towardsdatascience.com/forecasting-api-an-example-with-django-and-google-trends-9b55046bd578
Medium
Forecasting API: an Example with Django and Google Trends
Build a web application to predict the evolution of Google Trends.
Reading Input from a Barcode Scanner using Python, a Raspberry Pi and Serial Port
https://medium.com/@ilmerlev/reading-input-from-a-barcode-scanner-using-python-a-raspberry-pi-and-serial-port-fe0faa420169
https://medium.com/@ilmerlev/reading-input-from-a-barcode-scanner-using-python-a-raspberry-pi-and-serial-port-fe0faa420169
Medium
Reading Input from a Barcode Scanner using Python, a Raspberry Pi and Serial Port
Interacting with hardware such as a barcode scanner has become increasingly straightforward due to the evolution of Python and it’s many…
Learn How to Scrape Song Lyrics from Genius.com Using Beautiful Soup
https://medium.com/cherry-industries/learn-how-to-scrape-song-lyrics-from-genius-com-using-beautiful-soup-e61da57881b4
https://medium.com/cherry-industries/learn-how-to-scrape-song-lyrics-from-genius-com-using-beautiful-soup-e61da57881b4
Medium
Learn How to Scrape Song Lyrics from Genius.com Using Beautiful Soup
In this tutorial, you’ll discover how to use Python and Beautiful Soup to scrape song lyrics from Genius.com and save them into text files…
To create a very basic pattern using opencv library in python, here I will be making The Indian…
https://drishan-gupta.medium.com/to-create-a-very-basic-pattern-using-opencv-library-in-python-here-i-will-be-making-the-indian-a0aa5e37c313
https://drishan-gupta.medium.com/to-create-a-very-basic-pattern-using-opencv-library-in-python-here-i-will-be-making-the-indian-a0aa5e37c313
Medium
To create a very basic pattern using opencv library in python, here I will be making The Indian flag
Here is a pretty simple code to print out a canvas that looks like the Indian flag
An approach towards making a personalized voice assistant which can be easiily customized based on…
https://drishan-gupta.medium.com/an-approach-towards-making-a-personalized-voice-assistant-which-can-be-easiily-customized-based-on-8e8a01afae56
https://drishan-gupta.medium.com/an-approach-towards-making-a-personalized-voice-assistant-which-can-be-easiily-customized-based-on-8e8a01afae56
Medium
An approach towards making a personalized voice assistant which can be easiily customized based on needs and requirements. This…
As always, I will be explaining through comments which are indicated by # :)
Marshmallow: A Sweet Python Library for Object Serialization and Deserialization 💡
https://medium.com/@HeCanThink/marshmallow-a-sweet-python-library-for-object-serialization-and-deserialization-3001438b4708
https://medium.com/@HeCanThink/marshmallow-a-sweet-python-library-for-object-serialization-and-deserialization-3001438b4708
Medium
Marshmallow: A Sweet Python Library for Object Serialization and Deserialization 💡
What is Marshmallow in Python? How to do Object Serialization and Deserialization in Python using Marshmallow.
Mastering Data Storage in Python: From User Input to JSON Serialization
https://mysteryweevil.medium.com/mastering-data-storage-in-python-from-user-input-to-json-serialization-83bd264daf0f
https://mysteryweevil.medium.com/mastering-data-storage-in-python-from-user-input-to-json-serialization-83bd264daf0f
Medium
Mastering Data Storage in Python: From User Input to JSON Serialization
Unlock the Power of Data Storage in Python and Harness the Potential of User-Generated Data
Linear Regression in Machine learning
https://medium.com/@luvvaggarwal2002/linear-regression-in-machine-learning-9e8af948d3eb
https://medium.com/@luvvaggarwal2002/linear-regression-in-machine-learning-9e8af948d3eb
Medium
Linear Regression in Machine learning
Linear regression is one of the fundamental techniques in machine learning and statistics used for modeling the relationship between a…
This is how you can send a whatsapp message through python
https://drishan-gupta.medium.com/this-is-how-you-can-send-a-whatsapp-message-through-python-81f8428ab52e
https://drishan-gupta.medium.com/this-is-how-you-can-send-a-whatsapp-message-through-python-81f8428ab52e
Medium
This is how you can send a whatsapp message through python
As always I will be explaining the code in comments :)
Unlocking the Power of Python: Mastering Class Importing and Module Usage
https://levelup.gitconnected.com/unlocking-the-power-of-python-mastering-class-importing-and-module-usage-1e88b2055d46
https://levelup.gitconnected.com/unlocking-the-power-of-python-mastering-class-importing-and-module-usage-1e88b2055d46
Medium
Unlocking the Power of Python: Mastering Class Importing and Module Usage
Demystifying Class Importing and Module Usage in Python