Pair programming with Chat-GPT for exploring python computer graphics libraries (Pygame) — Part 1
https://medium.com/@zainabhusain227/pair-programming-with-chat-gpt-for-exploring-python-computer-graphics-libraries-pygame-part-1-4fa29100d242
https://medium.com/@zainabhusain227/pair-programming-with-chat-gpt-for-exploring-python-computer-graphics-libraries-pygame-part-1-4fa29100d242
Medium
Pair programming with Chat-GPT for exploring python computer graphics libraries (Pygame) — Part 1
Recently, I’ve been wanting to explore basic computer graphics libraries and animations in python. Usually I would google something like…
Snowflake Stored Procedure to generate Dynamic Merge Statement
https://medium.com/@sriganesh.92/snowflake-stored-procedure-to-generate-dynamic-merge-statement-09e991c89569
https://medium.com/@sriganesh.92/snowflake-stored-procedure-to-generate-dynamic-merge-statement-09e991c89569
Medium
Snowflake Stored Procedure to generate Dynamic Merge Statement
Why Stored Procedure:
“A Beginner’s Guide to Predicting the Future with Machine Learning”
https://medium.com/@pandey.srishti03/a-beginners-guide-to-predicting-the-future-with-machine-learning-37a131e8e54f
https://medium.com/@pandey.srishti03/a-beginners-guide-to-predicting-the-future-with-machine-learning-37a131e8e54f
Medium
“A Beginner’s Guide to Predicting the Future with Machine Learning”
As someone who once found the world of machine learning to be a labyrinth of algorithms and jargon, I understand the importance of choosing…
Solving Transformer by Hand: A Step-by-Step Math Example
https://levelup.gitconnected.com/understanding-transformers-from-start-to-end-a-step-by-step-math-example-16d4e64e6eb1
https://levelup.gitconnected.com/understanding-transformers-from-start-to-end-a-step-by-step-math-example-16d4e64e6eb1
Medium
Solving Transformer by Hand: A Step-by-Step Math Example
Performing numerous matrix multiplications to solve the encoder and decoder parts of the transformer
Async Adventures: Multiprocessing in Python (Part 1)
https://medium.com/@tomas.svojanovsky11/async-adventures-multiprocessing-in-python-part-1-5c1172ed3b51
https://medium.com/@tomas.svojanovsky11/async-adventures-multiprocessing-in-python-part-1-5c1172ed3b51
Medium
Async Adventures: Multiprocessing in Python (Part 1)
Unlocking the Power of Parallel Processing in Python: A Journey through Asyncio, Multiprocessing, and Process Pools
Designing an effective web crawler in Python (Part 1)
https://medium.com/@saverio3107/designing-an-effective-web-crawler-in-python-part-1-8072f3b71890
https://medium.com/@saverio3107/designing-an-effective-web-crawler-in-python-part-1-8072f3b71890
Medium
Designing an effective web crawler in Python (Part 1)
Designing an effective web crawler involves considering several key characteristics to ensure it operates efficiently and responsibly. Here…
Automating Personalized Bulk WhatsApp Messages with PyWhatKit and Pandas
https://medium.com/@utsavkumar.9749/automating-personalized-bulk-whatsapp-messages-with-pywhatkit-and-pandas-c90141ff4d56
https://medium.com/@utsavkumar.9749/automating-personalized-bulk-whatsapp-messages-with-pywhatkit-and-pandas-c90141ff4d56
Medium
Automating Personalized Bulk WhatsApp Messages with PyWhatKit and Pandas
In an era dominated by technology, automation has become a key player in streamlining various tasks. In this blog post, we’ll delve into…
Unraveling the Power of Python Lists
https://medium.com/@aaditgupta06/unraveling-the-power-of-python-lists-310e0a35a73c
https://medium.com/@aaditgupta06/unraveling-the-power-of-python-lists-310e0a35a73c
Medium
Unraveling the Power of Python Lists
Introduction: Python, a versatile and powerful programming language, offers a wide array of data structures to facilitate efficient and…
How to load Python modules dynamically
https://medium.com/@algoandy/how-to-load-python-modules-dynamically-ebcd175ee631
https://medium.com/@algoandy/how-to-load-python-modules-dynamically-ebcd175ee631
Medium
How to load Python modules dynamically
Dynamic module imports are useful if you need to import modules that you do not know the name of when writing your code and therefore can…
Optimizing Django Performance with Database Indexing
https://wynnt3o.medium.com/optimizing-django-performance-with-database-indexing-9010be0e57ac
https://wynnt3o.medium.com/optimizing-django-performance-with-database-indexing-9010be0e57ac
Medium
Optimizing Django Performance with Database Indexing
Django is a popular web framework that is used to build complex web applications. One of the key features of Django is its…
Message Consumption from Apache Kafka without Zookeeper using PySpark: A Beginner Guide
https://medium.com/@arriba87/message-consumption-from-apache-kafka-without-zookeeper-using-pyspark-a-beginner-guide-7246059f87df
https://medium.com/@arriba87/message-consumption-from-apache-kafka-without-zookeeper-using-pyspark-a-beginner-guide-7246059f87df
Medium
Message Consumption from Apache Kafka (without Zookeeper) using PySpark: A Beginner Guide
Local virtual environment to test event-driven architectures with Apache Kafka and Spark
Top-5 Python Frontend Libraries for Data Science
https://medium.com/@ash_computational_qm/top-5-python-frontend-libraries-for-data-science-91261a65e366
https://medium.com/@ash_computational_qm/top-5-python-frontend-libraries-for-data-science-91261a65e366
Medium
Top-5 Python Frontend Libraries for Data Science
There are many frontend libraries in Python, each with it’s unique advantages and disadvantages. Which one should you choose?