Graph Neural Networks: a learning journey since 2008 — From Python to JAX: Graph Attention Networks
https://towardsdatascience.com/graph-neural-networks-a-learning-journey-since-2008-from-python-to-jax-graph-attention-networks-692e4d6d7637
https://towardsdatascience.com/graph-neural-networks-a-learning-journey-since-2008-from-python-to-jax-graph-attention-networks-692e4d6d7637
Medium
Graph Neural Networks: a learning journey since 2008 — From Python to JAX: Graph Attention Networks
GAT in practice! Exploring PyTorch, Torch Geometric and JAX #GPU implementation to speed up GAT performance
How To Remove Unwanted Parts From Strings in Pandas
https://towardsdatascience.com/pandas-remove-unwanted-parts-from-strings-92ac881e60a2
https://towardsdatascience.com/pandas-remove-unwanted-parts-from-strings-92ac881e60a2
Medium
How To Remove Unwanted Parts From Strings in Pandas
Removing unwanted sub-strings from a column in Pandas
What If You Invested Back then in Your Favorite Stock (Game)?
https://aldahanr1.medium.com/what-if-you-invested-back-then-in-your-favorite-stock-game-d0898afc8875
https://aldahanr1.medium.com/what-if-you-invested-back-then-in-your-favorite-stock-game-d0898afc8875
Medium
What If You Invested Back then in Your Favorite Stock (Game)?
How much would you make or lose?
How to comprehend data anomalies? A ML-based pipeline to extract explanatory rules
https://medium.com/data-reply-it-datatech/how-to-comprehend-data-anomalies-a-ml-based-pipeline-to-extract-explanatory-rules-81d5ae5da2e3
https://medium.com/data-reply-it-datatech/how-to-comprehend-data-anomalies-a-ml-based-pipeline-to-extract-explanatory-rules-81d5ae5da2e3
Medium
How to comprehend data anomalies? A ML-based pipeline to extract explanatory rules
How Data Reply and FPT Industrial teamed up to apply innovative Machine Learning techniques to the automotive field
The Use of Mitosheets to Speed Up Your Data Wrangling Process ⚡️
https://python.plainenglish.io/the-use-of-mitosheets-to-speed-up-your-data-wrangling-process-%EF%B8%8F-part-1-a6b4aaded0a2
https://python.plainenglish.io/the-use-of-mitosheets-to-speed-up-your-data-wrangling-process-%EF%B8%8F-part-1-a6b4aaded0a2
Medium
The Use of Mitosheets to Speed Up Your Data Wrangling Process ⚡️
Part 1: Importing Data, Exploring the Mitosheet
Optimizing Wordle Guesses with a Simple Ranking Algorithm
https://amadzarak.medium.com/optimizing-wordle-guesses-with-a-simple-ranking-algorithm-86d7a301fe17
https://amadzarak.medium.com/optimizing-wordle-guesses-with-a-simple-ranking-algorithm-86d7a301fe17
Medium
Optimizing Wordle Guesses with a Simple Ranking Algorithm
This program was supposed to remain a simple and fun weekend project. But as I wrote the code it became more complex than I originally…
Python and Firestore Database: A beautiful story
https://medium.com/@lakhaniv28/python-and-firestore-database-a-beautiful-story-7a46b6ea7d95
https://medium.com/@lakhaniv28/python-and-firestore-database-a-beautiful-story-7a46b6ea7d95
Medium
Python and Firebase Datastore: A beautiful story
Read data from Firestore Database in Python
Python Lists: Operations, Comprehension, Functions, And Methods
https://blog.jovian.ai/python-lists-operations-comprehension-functions-and-methods-d75ab07396ae
https://blog.jovian.ai/python-lists-operations-comprehension-functions-and-methods-d75ab07396ae
Medium
Python Lists: Operations, Comprehension, Functions, And Methods
A Practical Beginners Guide To Python Lists
Python and the James Webb Space Telescope
https://talkpython.fm/episodes/show/357/python-and-the-james-webb-space-telescope
https://talkpython.fm/episodes/show/357/python-and-the-james-webb-space-telescope
talkpython.fm
Python and the James Webb Space Telescope
Telescopes have been fundamental in our understanding of our place in the universe. And when you think about images that have shaped our modern view of space, you probably think about Hubble. But just this year, the JWST or James Web Space Telescope, was…
Processing Large JSON Files Without Running Out of Memory
https://pythonspeed.com/articles/json-memory-streaming/
https://pythonspeed.com/articles/json-memory-streaming/
Python⇒Speed
Processing large JSON files in Python without running out of memory
Loading complete JSON files into Python can use too much memory, leading to slowness or crashes. The solution: process JSON data one chunk at a time.
Image Processing With the Python Pillow Library
https://realpython.com/image-processing-with-the-python-pillow-library/
https://realpython.com/image-processing-with-the-python-pillow-library/
Realpython
Image Processing With the Python Pillow Library – Real Python
In this step-by-step tutorial, you'll learn how to use the Python Pillow library to deal with images and perform image processing. You'll also explore using NumPy for further processing, including to create animations.
Python 3.10.4 and 3.9.12 Available Out of Schedule
https://blog.python.org/2022/03/python-3104-and-3912-are-now-available.html
https://blog.python.org/2022/03/python-3104-and-3912-are-now-available.html
blog.python.org
Python Insider: Python 3.10.4 and 3.9.12 are now available out of schedule
Validating JSON Documents Using Pydantic
https://blog.couchbase.com/validate-json-documents-in-python-using-pydantic/
https://blog.couchbase.com/validate-json-documents-in-python-using-pydantic/
The Couchbase Blog
Validate JSON Documents in Python using Pydantic
This article shows you how to validate your JSON documents against a specified schema using the popular Python library pydantic. Learn more with Couchbase.
Deploying a Django Application to Elastic Beanstalk
https://testdriven.io/blog/django-elastic-beanstalk/
https://testdriven.io/blog/django-elastic-beanstalk/
testdriven.io
Deploying a Django Application to Elastic Beanstalk
This tutorial shows how to deploy a Django Application to AWS Elastic Beanstalk.