“Crafting Colorful Images with NumPy: A Hands-On Guide to Pixel Art Generation and Manipulation”
https://medium.com/@deepalgupta89/crafting-colorful-images-with-numpy-a-hands-on-guide-to-pixel-art-generation-and-manipulation-48a9d88b66ff
https://medium.com/@deepalgupta89/crafting-colorful-images-with-numpy-a-hands-on-guide-to-pixel-art-generation-and-manipulation-48a9d88b66ff
Medium
“Crafting Colorful Images with NumPy: A Hands-On Guide to Pixel Art Generation and Manipulation”
install the library cv , matplolib , numpy using pip command
GameDev Diary: Exploring Game Objects, Combat, and Beyond
https://medium.com/@andwebdev/gamedev-diary-exploring-game-objects-combat-and-beyond-852faa2713d9
https://medium.com/@andwebdev/gamedev-diary-exploring-game-objects-combat-and-beyond-852faa2713d9
Medium
GameDev Diary: Exploring Game Objects, Combat, and Beyond
Unveiling the Core Elements of our Upcoming Gaming Experience
Poetry vs. Pip: Modern Python Dependency Management Unveiled
https://blog.niranjrajasekaran.com/poetry-vs-pip-modern-python-dependency-management-unveiled-15d39e059d39
https://blog.niranjrajasekaran.com/poetry-vs-pip-modern-python-dependency-management-unveiled-15d39e059d39
Medium
Poetry vs. Pip: Modern Python Dependency Management Unveiled
Python is a dynamic language with a rich ecosystem. But as the community and the number of libraries grow, so does the need for effective…
Linera: Pioneering a Scalable Multi-Chain Paradigm for Web3 Applications In the dynamic realm of…
https://medium.com/@OXsoltani/linera-pioneering-a-scalable-multi-chain-paradigm-for-web3-applications-in-the-dynamic-realm-of-b74202dca54f
https://medium.com/@OXsoltani/linera-pioneering-a-scalable-multi-chain-paradigm-for-web3-applications-in-the-dynamic-realm-of-b74202dca54f
Medium
Linera: Pioneering a Scalable Multi-Chain Paradigm for Web3 Applications In the dynamic realm of…
Getting 1-Minute Options Data from Polygon.io Using Python
https://medium.com/@diegodegese/getting-1-minute-options-data-from-polygon-io-using-python-e20d46cbef3
https://medium.com/@diegodegese/getting-1-minute-options-data-from-polygon-io-using-python-e20d46cbef3
Medium
Getting 1-Minute Options Data from Polygon.io Using Python
If you’re interested in financial markets and trading, you might find it beneficial to analyze options data. Polygon.io offers a…
Python Programming Mastery: Your Journey from Novice to Expert
https://medium.com/@qasim.coder/python-programming-mastery-your-journey-from-novice-to-expert-f3c10d8e5497
https://medium.com/@qasim.coder/python-programming-mastery-your-journey-from-novice-to-expert-f3c10d8e5497
Medium
Python Programming Mastery: Your Journey from Novice to Expert
In a world pulsating with technological marvels, the art of programming has become a modern superpower. Imagine turning your dreams into…
🚀 Building Serverless APIs with AWS Lambda and API Gateway using Boto3 in Python 🚀
https://medium.com/@gopesh3652/building-serverless-apis-with-aws-lambda-and-api-gateway-using-boto3-in-python-1c1ff78685b4
https://medium.com/@gopesh3652/building-serverless-apis-with-aws-lambda-and-api-gateway-using-boto3-in-python-1c1ff78685b4
Medium
🚀 Building Serverless APIs with AWS Lambda and API Gateway using Boto3 in Python 🚀
In this tutorial, we will explore how to create a serverless API using AWS Lambda and API Gateway with Python’s Boto3 library. We will…
Building a Voice-Controlled Python Application with SpeechRecognition
https://medium.com/@gopesh3652/building-a-voice-controlled-python-application-with-speechrecognition-db73b1b6136f
https://medium.com/@gopesh3652/building-a-voice-controlled-python-application-with-speechrecognition-db73b1b6136f
Medium
Building a Voice-Controlled Python Application with SpeechRecognition
Introduction
Building a Live Video Streaming Application with Python Inside Docker
https://medium.com/@gopesh3652/building-a-live-video-streaming-application-with-python-inside-docker-34c8a0f78e09
https://medium.com/@gopesh3652/building-a-live-video-streaming-application-with-python-inside-docker-34c8a0f78e09
Medium
Building a Live Video Streaming Application with Python Inside Docker
Introduction
Inverting a Binary Tree in Python: Understanding and Implementation
https://medium.com/@wiliz3d/inverting-a-binary-tree-in-python-understanding-and-implementation-ee494483d321
https://medium.com/@wiliz3d/inverting-a-binary-tree-in-python-understanding-and-implementation-ee494483d321
Medium
Inverting a Binary Tree in Python: Understanding and Implementation
A binary tree is a hierarchical data structure where each node has at most two children, referred to as the left child and the right child…
Improve your PySpark ETL’s performance by providing explicit schema
https://medium.com/@suman1994.d/improve-your-pyspark-etls-performance-by-providing-explicit-schema-ad1c89708e62
https://medium.com/@suman1994.d/improve-your-pyspark-etls-performance-by-providing-explicit-schema-ad1c89708e62
Medium
Improve your PySpark ETL’s performance by providing explicit schema
Have you ever stumbled upon a Spark ETL and you were left wondering how a simple loading of a dataset can take hours, even though the…
Integration Testing for your Databricks CI/CD Data Pipelines with Microsoft Nutter
https://medium.com/@suman1994.d/integration-testing-for-your-databricks-ci-cd-data-pipelines-with-microsoft-nutter-1a1dacc9ddee
https://medium.com/@suman1994.d/integration-testing-for-your-databricks-ci-cd-data-pipelines-with-microsoft-nutter-1a1dacc9ddee
Medium
Integration Testing for your Databricks CI/CD Data Pipelines with Microsoft Nutter
In this blogpost we will continue our journey of testing our Data Pipelines. If you haven't checked out the first post, make sure you do…
Build your own Chat GPT Weather-forecasting Plugin
https://medium.com/aimonks/build-your-own-chat-gpt-weather-forecasting-plugin-af75072838f0
https://medium.com/aimonks/build-your-own-chat-gpt-weather-forecasting-plugin-af75072838f0
Medium
Build your own Chat GPT Weather-forecasting Plugin
This article is answering the question, — How to build your own Chat GPT Plugin using Python, Quart and Visual Studio Code
Deploy Airflow on Offline Linux servers with docker-compose
https://medium.com/@uahmed4848/deploy-airflow-on-offline-linux-servers-with-docker-compose-520b95eba7d4
https://medium.com/@uahmed4848/deploy-airflow-on-offline-linux-servers-with-docker-compose-520b95eba7d4
Medium
Deploy Airflow on Offline Linux servers with docker-compose
Apache Airflow is a popular and powerful open-source platform for orchestrating workflows and managing data pipelines. It provides a robust…
Split bills with friends — the algorithm behind Tricount and Splitwise(using Integer Programming)
https://medium.com/@alexbrou/split-bills-with-friends-the-algorithm-behind-tricount-and-splitwise-using-integer-programming-48cd01999507
https://medium.com/@alexbrou/split-bills-with-friends-the-algorithm-behind-tricount-and-splitwise-using-integer-programming-48cd01999507
Medium
Split bills with friends — the algorithm behind Tricount and Splitwise(using Integer Programming)
Back in January, I moved to Malta for 4 months with my girlfriend Joana. She wanted to improve her English, so she decided to move there…
Tuning Out Spotify: A Programmer’s Approach to Music Streaming
https://medium.com/@redheadphone/tuning-out-spotify-a-programmers-approach-to-music-streaming-d1844b4626ef
https://medium.com/@redheadphone/tuning-out-spotify-a-programmers-approach-to-music-streaming-d1844b4626ef
Medium
Tuning Out Spotify: A Programmer’s Approach to Music Streaming
In a world full of boundless musical choices, my exploration as a programmer prompted me to challenge the established norms of music…
Chinese Stock Picker App Filtering the Most Potential Tickers
https://medium.com/@xiucat/chinese-stock-picker-app-filtering-the-most-potential-tickers-5ebd16d214c2
https://medium.com/@xiucat/chinese-stock-picker-app-filtering-the-most-potential-tickers-5ebd16d214c2
Medium
Chinese Stock Picker App Filtering the Most Potential Tickers
Introduction