List Question
13 TechQA 2021-03-22T10:35:53.203000Is there a special philosophy behind the zen of python being a cipher?
134 views
Asked by watch-this
Zen of Python 'Explicit is better than implicit'
4.2k views
Asked by sir_chocolate_soup
Refactoring a python project that has a lot libraries that have "from smthng import *"
196 views
Asked by yellowpisagor
Most elegant way to store (persist) the value of a single (numeric) variable
1.1k views
Asked by Peter Mabbott
Most pythonic way to refactor multiple equality checks
177 views
Asked by Arshan Hashemi
What is the PEP8 style recommendation for importing local functions?
769 views
Asked by Violatic
Should I use builtin exception or define my own?
141 views
Asked by Maciej WawrzyĆczuk
With-statement with several variables: is there a more readable way to write this?
90 views
Asked by Ivan Bogush
What is preferable way to handle exceptions?
282 views
Asked by Viacheslav Kondratiuk
Pythonicly eliminating duplicates from list of hashable elements
187 views
Asked by user1129682
Python Zen - (only) one way to do it
1.6k views
Asked by glglgl
zen of Python vs with statement - philosophical pondering
1.4k views
Asked by NeuronQ
Why does Python treat tuples, lists, sets and dictionaries as fundamentally different things?
5.6k views
Asked by Chris Johnson