diff --git a/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md b/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md
index 7ad0dfa86..4bb3fa264 100644
--- a/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md
+++ b/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md
@@ -4,4 +4,5 @@ Tuples are immutable sequences, meaning that once a tuple is created, its elemen
 
 - [@official@Tuples Documentation](https://docs.python.org/3/tutorial/datastructures.html#tuples-and-sequences)
 - [@article@When and How to Use Tuples](https://thenewstack.io/python-for-beginners-when-and-how-to-use-tuples/)
+- [@article@Python's tuple Data Type: A Deep Dive With Examples](https://realpython.com/python-tuple/#getting-started-with-pythons-tuple-data-type)
 - [@video@why are Tuples even a thing?](https://www.youtube.com/watch?v=fR_D_KIAYrE)