Filter
Exclude
Time range
-
Near
📋 Day 7 of #100DaysOfCode: Lists (mutable) and tuples (immutable) are key for organizing collections in Python! #PythonLists #PythonTuples #CodeNewbie #DevCommunity #LearnToCode #100DaysOfCode #Python
1
3
45
Dive into the world of #Python with this snapshot of tuple operations! 🚀🐍 Add elements: (10, 20, 30) (40,) ➡️ (10, 20, 30, 40) Replicate tuples: (10, 20, 30) * 2 ➡️ (10, 20, 30, 10, 20, 30) Count occurrences: .count(20) in (10, 20, 30) ➡️ 2 Locate with .index(): .index(30) in (10, 20, 30) ➡️ 2 Remember, tuples are immutable, so .remove() and .pop() are not in the playbook. Reverse with slicing and sort with sorted(). Master these basics and level up your coding game! #PythonProgramming #CodeNewbies #PythonTuples #CodingTips #LearnPython #ProgrammingBasics #CodeWisdom #python #code #codinglife #coding
4
1,320
Day 10 of #Python: Learned about tuples today. They are like lists but immutable. Great for storing fixed values like coordinates or dates. #100DaysOfCode #PythonTuples
4
28
Python Tuples – Python Programming #PythonTuples engineeringbigdata.com/pytho… ProgramPython

1
14 May 2022
Python Tuples Tutorial with Examples studyopedia.com/python3/pyth…
2
Day 18 - Extracting and Generating RGB & Spirographs in Turtle and the Graphical User Interface (GUI) #100DaysOfCode @LondonAppBrewer #Aliases #RandomWalk #PythonTuples
4
4