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
Simplify Prefect Workflow Creation and Maintenance with Hamilton in 9 minutes
https://medium.com/@stefan.krawczyk/simplify-prefect-workflow-creation-and-maintenance-with-hamilton-in-9-minutes-e7adaa7a8ab4
https://medium.com/@stefan.krawczyk/simplify-prefect-workflow-creation-and-maintenance-with-hamilton-in-9-minutes-e7adaa7a8ab4
Medium
Simplify Prefect Workflow Creation and Maintenance with Hamilton in 9 minutes
How Hamilton can help you write more maintainable Prefect workflows
Python Bytecode Explained: How Your Code Comes to Life!
https://levelup.gitconnected.com/python-bytecode-explained-how-your-code-comes-to-life-ed33cd7daf41
https://levelup.gitconnected.com/python-bytecode-explained-how-your-code-comes-to-life-ed33cd7daf41
Medium
Python Bytecode Explained: How Your Code Comes to Life!
Dive into the matrix!
Pandas v Polars: A database speed test. Who wins?
https://levelup.gitconnected.com/pandas-v-polars-a-database-speed-test-who-wins-f316182a8bca
https://levelup.gitconnected.com/pandas-v-polars-a-database-speed-test-who-wins-f316182a8bca
Medium
Pandas v Polars
A database speed test. Who wins?
How my Experience in Advertising made me a Better Developer
https://medium.com/@danielamoo35/how-my-experience-in-advertising-made-me-a-better-developer-a28a1d371f63
https://medium.com/@danielamoo35/how-my-experience-in-advertising-made-me-a-better-developer-a28a1d371f63
Medium
How my Experience in Advertising made me a Better Developer
In this post, I share my insights on how the lessons and skills learned from advertising have contributed to becoming a better developer…
This is how you can send an email through python using smtp and ssl(Secure Sockets Layer, an…
https://drishan-gupta.medium.com/this-is-how-you-can-send-an-email-through-python-using-smtp-and-ssl-secure-sockets-layer-an-770261f318bd
https://drishan-gupta.medium.com/this-is-how-you-can-send-an-email-through-python-using-smtp-and-ssl-secure-sockets-layer-an-770261f318bd
Medium
This is how you can send an email through python using smtp and ssl(Secure Sockets Layer, an encryption protocol)
Following will be the code to send an email through python and I will be explaining every critical step in the comments indicated with #
Overcoming Challenges of LLM-Based Data Extraction with Kor
https://levelup.gitconnected.com/overcoming-challenges-of-llm-based-data-extraction-with-kor-1c0c6d4acd4a
https://levelup.gitconnected.com/overcoming-challenges-of-llm-based-data-extraction-with-kor-1c0c6d4acd4a
Medium
Overcoming Challenges of LLM-Based Data Extraction with Kor
The recent widespread popularity of Large Language Models has opened up new avenues in how we interact with and analyze data. Their ability…
Creating Executable File (.exe) from (.ipynb) / Anaconda/Pyinstaller
https://medium.com/@shanta.aryal12/creating-executable-file-exe-from-ipynb-anaconda-pyinstaller-669aca58b8ac
https://medium.com/@shanta.aryal12/creating-executable-file-exe-from-ipynb-anaconda-pyinstaller-669aca58b8ac
Medium
Creating Executable File (.exe) from (.ipynb) / Anaconda/Pyinstaller
Convert .ipynb to .py //Py installer will support .py file only.
Whats’ hot and what not in Python, August 2023
https://martinthoma.medium.com/whats-hot-and-what-not-in-python-august-2023-2c3e5172109
https://martinthoma.medium.com/whats-hot-and-what-not-in-python-august-2023-2c3e5172109
Medium
Whats’ hot and what not in Python, August 2023
An analysis of PyPI download statistics