#onelinerpython — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #onelinerpython, aggregated by home.social.
-
Swap variable using tuple :
This is a Pythonic and efficient way to swap values without using a temporary variable. a, b = b, a
#PythonTips #OneLinerPython #PythonTricks #CleanCode #LearnPython #CodeSnippet #100DaysOfCode #DevLife #Pythonista #codingmadeeasy -
Swap variable using tuple :
This is a Pythonic and efficient way to swap values without using a temporary variable. a, b = b, a
#PythonTips #OneLinerPython #PythonTricks #CleanCode #LearnPython #CodeSnippet #100DaysOfCode #DevLife #Pythonista #codingmadeeasy -
Add & remove items in Dictionaries in Python
#Python #PythonTips #LearnPython #PythonProgramming #CodeNewbie #PythonDictionaries #100DaysOfCode #CodingTips #DevLife #OneLinerPython