From c9e16ffb7c114b0a58fc5ba5a9e0c26f57cef8e2 Mon Sep 17 00:00:00 2001 From: Said-BT <47043136+Said-BT@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:29:54 +0100 Subject: [PATCH 1/3] Update tuples@i7xIGiXU-k5UIKHIhQPjE.md added 2 resources as this section has nothing. --- .../roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md b/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md index c0702b29d3d9..853b48df58a2 100644 --- a/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md +++ b/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md @@ -3,3 +3,5 @@ Tuples are immutable sequences, meaning that once a tuple is created, its elements cannot be changed. Tuples are often used to store related pieces of information. They are defined by placing the elements inside parentheses () separated by commas. - [@official@Tuples Documentation](https://docs.python.org/3/tutorial/datastructures.html#tuples-and-sequences) +- [When and How to Use Tuples](https://thenewstack.io/python-for-beginners-when-and-how-to-use-tuples/) +- [why are Tuples even a thing?](https://www.youtube.com/watch?v=fR_D_KIAYrE). From ff3f2b5b1571a00fa783b8208d6f8768adab6c6f Mon Sep 17 00:00:00 2001 From: Said-BT <47043136+Said-BT@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:16:38 +0100 Subject: [PATCH 2/3] Update tuples@i7xIGiXU-k5UIKHIhQPjE.md --- .../roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md b/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md index 853b48df58a2..b85c60a4567d 100644 --- a/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md +++ b/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md @@ -3,5 +3,5 @@ Tuples are immutable sequences, meaning that once a tuple is created, its elements cannot be changed. Tuples are often used to store related pieces of information. They are defined by placing the elements inside parentheses () separated by commas. - [@official@Tuples Documentation](https://docs.python.org/3/tutorial/datastructures.html#tuples-and-sequences) -- [When and How to Use Tuples](https://thenewstack.io/python-for-beginners-when-and-how-to-use-tuples/) -- [why are Tuples even a thing?](https://www.youtube.com/watch?v=fR_D_KIAYrE). +- [@article@When and How to Use Tuples](https://thenewstack.io/python-for-beginners-when-and-how-to-use-tuples/) +- [@video@why are Tuples even a thing?](https://www.youtube.com/watch?v=fR_D_KIAYrE). From 546227efbc6974b771f4a4ecacdf82836d8ffe51 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Tue, 21 Jan 2025 23:13:14 +0600 Subject: [PATCH 3/3] Update src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md --- .../roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md b/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md index b85c60a4567d..7ad0dfa86a5e 100644 --- a/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md +++ b/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md @@ -4,4 +4,4 @@ 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/) -- [@video@why are Tuples even a thing?](https://www.youtube.com/watch?v=fR_D_KIAYrE). +- [@video@why are Tuples even a thing?](https://www.youtube.com/watch?v=fR_D_KIAYrE)