issues
search
quantifiedcode
/
python-anti-patterns
An open collection of Python anti-patterns and worst practices.
https://quantifiedcode.github.io/python-anti-patterns
Other
1.71k
stars
249
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Issue 1086 Create pull-requests to python-anti-patterns with links to our docs
#160
madalynbartman
opened
2 months ago
0
One of the examples uses the 'list' anti-pattern
#159
Gotoro
opened
2 years ago
0
docs: Fix a few typos
#158
timgates42
opened
3 years ago
0
"Using key in list to check if key is contained in list" -- Nitpick
#157
codethief
closed
3 years ago
2
Fix typo
#156
MicaelJarniac
opened
3 years ago
0
Use f-string when formatting strings
#155
cereblanco
opened
3 years ago
0
Question Regarding Global Statements
#154
Keydex
opened
3 years ago
0
NullBooleanField is deprecated, so favor BooleanField(null=True)
#153
ML-Chen
closed
4 years ago
1
NullBooleanField is deprecated
#152
ML-Chen
closed
4 years ago
2
Drop the section for Django 1.8
#151
ngnpope
closed
1 year ago
0
Updated to Python 3
#150
quijot
opened
4 years ago
0
update map or filter admonition to python 3
#149
graingert
opened
4 years ago
0
add a note on extracting multiline processing in comprehensions
#148
graingert
opened
4 years ago
0
Fix typo, markup and PDF display issue. Fix Makefile latexpdf target
#147
duongdominhchau
closed
4 years ago
0
Only for Python 2
#146
Gerardwx
closed
4 years ago
0
nvm
#145
0xRapid
closed
4 years ago
1
readability/EAFP: update to Py 3, use specific exception, add race condition note
#144
kwi-dk
closed
4 years ago
1
Clarify why comparing things to none is discouraged
#143
gandhis1
opened
4 years ago
1
Using type() - fix examples to work, and demonstrate the principle.
#142
NickSto
closed
4 years ago
0
Fix indent in code example
#141
pdelboca
closed
4 years ago
0
Updated best practices method using pathlib
#140
abhijeetmote
opened
4 years ago
0
Not using with to open files - what about pathlib's read_text
#139
DanGolding
opened
4 years ago
2
Perimeter != Circumference
#138
estianross
opened
4 years ago
0
Add a reference to flake8-builtins
#137
gforcada
closed
1 year ago
0
The little book of python anti-pattern
#136
abrockmeier
closed
4 years ago
1
Remove exception implying map or filter are ever acceptable
#135
graingert
closed
4 years ago
2
Extend python3 bad_first_argument_to_super section
#134
jlndnn
closed
4 years ago
0
Add redefined-builtin pylint reference
#133
amatellanes
closed
4 years ago
0
Using map() or filter() where list comprehension is possible
#132
drsasa
opened
5 years ago
1
Headline "Test for object identity should be is" doesn't match content
#131
hjp
opened
5 years ago
0
Method could be a function
#130
hjp
opened
5 years ago
2
Logging anti-patterns
#129
amorgun
opened
5 years ago
0
Adding the type error Python compiler will throw
#128
dejanbatanjac
closed
4 years ago
0
Return value tip
#127
dejanbatanjac
closed
5 years ago
0
f-string substitutions
#126
bgerrity
closed
4 years ago
1
Calling LBYL an anti-pattern is not exactly correct
#125
tucked
opened
5 years ago
0
Remove duplicated length argument from code example
#124
codepros
closed
4 years ago
0
fix typo
#123
Ablesius
closed
4 years ago
0
update link to Python 3
#122
zachvalenta
opened
5 years ago
0
Is there some process for translation?
#121
kination
opened
6 years ago
0
Add logger parameters antipattern
#120
vianney-g
closed
4 years ago
0
Updated to include case of single element list
#118
SyraD
closed
4 years ago
0
change list to l naming convention
#117
arif1999
closed
6 years ago
1
PDF link from previous issue not working
#116
shimizurei
closed
4 years ago
2
Don't assign to in-built function in example
#115
jgreener64
closed
6 years ago
1
Converting values to lists using list comprehensions instead of list()
#114
AN3223
opened
6 years ago
7
Fix minor typos in the text
#113
attention-is-all-you-need
closed
6 years ago
1
NullBooleanField soft-deprecated in Django 2.1, hard-deprecated in Django 3.1
#112
ngnpope
closed
4 years ago
1
add name optional arguments maintainability anti-pattern. Fixes issue #110
#111
GatorQue
closed
4 years ago
0
Optional arguments
#110
GatorQue
opened
6 years ago
2
Next