Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
quantifiedcode
/
python-anti-patterns
Public
Notifications
You must be signed in to change notification settings
Fork
252
Star
1.7k
Code
Issues
23
Pull requests
9
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-anti-patterns
docs
correctness
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 29, 2020
Build new version.
adewes
committed
f28c061
View commit details
Copy full SHA for f28c061
View code at this point
Browse repository at this point
Commits on Feb 28, 2020
Added .nojekyll file to keep Github from using Jekyll to build the docs.
adewes
committed
3402665
View commit details
Copy full SHA for 3402665
View code at this point
Browse repository at this point
Merge branch 'improvement/gh-pages'
adewes
committed
95571d4
View commit details
Copy full SHA for 95571d4
View code at this point
Browse repository at this point
Moved source directory.
adewes
committed
549f178
View commit details
Copy full SHA for 549f178
View code at this point
Browse repository at this point
Merge pull request #118 from SyraD/patch-1
Show description for af685a2
adewes
authored
af685a2
View commit details
Copy full SHA for af685a2
View code at this point
Browse repository at this point
Merge pull request #120 from vianney-g/master
Show description for 53946f2
adewes
authored
53946f2
View commit details
Copy full SHA for 53946f2
View code at this point
Browse repository at this point
Merge pull request #124 from codepros/master
Show description for 6f6d76d
adewes
authored
6f6d76d
View commit details
Copy full SHA for 6f6d76d
View code at this point
Browse repository at this point
Merge pull request #126 from bgerrity/f-strings
Show description for 436c1de
adewes
authored
436c1de
View commit details
Copy full SHA for 436c1de
View code at this point
Browse repository at this point
Merge pull request #128 from dejanbatanjac/master
Show description for 123a6e9
adewes
authored
123a6e9
View commit details
Copy full SHA for 123a6e9
View code at this point
Browse repository at this point
Merge pull request #133 from amatellanes/reference-pylint-redefined-builtin
Show description for 4a61c29
adewes
authored
4a61c29
View commit details
Copy full SHA for 4a61c29
View code at this point
Browse repository at this point
Merge pull request #134 from jlndnn/extend-super-section
Show description for 943a754
adewes
authored
943a754
View commit details
Copy full SHA for 943a754
View code at this point
Browse repository at this point
Merge pull request #141 from pdelboca/patch-1
Show description for a790c55
adewes
authored
a790c55
View commit details
Copy full SHA for a790c55
View code at this point
Browse repository at this point
Commits on Feb 20, 2020
Only for Python 2
Gerardwx
committed
211aeec
View commit details
Copy full SHA for 211aeec
View code at this point
Browse repository at this point
Commits on Dec 26, 2019
Fix indent in code example
pdelboca
authored
2e484bc
View commit details
Copy full SHA for 2e484bc
View code at this point
Browse repository at this point
Commits on Sep 12, 2019
extend python3 bad first arg to super section
Show description for 244d70c
jlndnn
committed
244d70c
View commit details
Copy full SHA for 244d70c
View code at this point
Browse repository at this point
Commits on Jul 31, 2019
Add redefined-builtin pylint reference
amatellanes
committed
821a98f
View commit details
Copy full SHA for 821a98f
View code at this point
Browse repository at this point
Commits on Jun 4, 2019
Adding the type error Python compiler will throw
Show description for 13f87cb
dejanbatanjac
authored
13f87cb
View commit details
Copy full SHA for 13f87cb
View code at this point
Browse repository at this point
Commits on May 21, 2019
basic substitutions
bgerrity
committed
1994d5c
View commit details
Copy full SHA for 1994d5c
View code at this point
Browse repository at this point
Commits on Apr 23, 2019
Remove duplicated length argument from code example
codepros
committed
001789e
View commit details
Copy full SHA for 001789e
View code at this point
Browse repository at this point
Commits on Oct 10, 2018
Add logger parameters antipattern
Vianney Gremmel
committed
51038fa
View commit details
Copy full SHA for 51038fa
View code at this point
Browse repository at this point
Commits on Oct 7, 2018
Updated to include case of single element list
Show description for 194f2a0
SyraD
authored
194f2a0
View commit details
Copy full SHA for 194f2a0
View code at this point
Browse repository at this point
Commits on Jun 12, 2018
Don't assign to in-built function in example
Show description for 5f6e7bf
jgreener64
authored
5f6e7bf
View commit details
Copy full SHA for 5f6e7bf
View code at this point
Browse repository at this point
Commits on Jan 11, 2018
Merge pull request #108 from SimonBiggs/python-2-doesn't-support-new-style-class
Show description for 78d06fe
adewes
authored
78d06fe
View commit details
Copy full SHA for 78d06fe
View code at this point
Browse repository at this point
Update missing_argument_to_super.rst
Simon Biggs
authored
f5718f1
View commit details
Copy full SHA for f5718f1
View code at this point
Browse repository at this point
Merge branch 'master' into master
adewes
authored
91cf9d9
View commit details
Copy full SHA for 91cf9d9
View code at this point
Browse repository at this point
Correcting last getter/setter example
Simon Biggs
authored
b9f9425
View commit details
Copy full SHA for b9f9425
View code at this point
Browse repository at this point
Commits on Aug 4, 2017
Removed status section from all articles.
adewes
committed
2c67f9e
View commit details
Copy full SHA for 2c67f9e
View code at this point
Browse repository at this point
Commits on Jul 13, 2017
Update no_exception_type_specified.rst
Show description for 7cf8592
morenoh149
authored
7cf8592
View commit details
Copy full SHA for 7cf8592
View code at this point
Browse repository at this point
Commits on Feb 18, 2017
minor typo/grammar update
billykern
committed
31ae8cd
View commit details
Copy full SHA for 31ae8cd
View code at this point
Browse repository at this point
Commits on Jul 26, 2016
Merge pull request #93 from GuyHoozdis/feature/e713-test-for-membershipt-should-be-not-in
Show description for d5260f8
adewes
authored
d5260f8
View commit details
Copy full SHA for d5260f8
View code at this point
Browse repository at this point
fixed class initializtion to use property
cg-cnu
committed
0945e82
View commit details
Copy full SHA for 0945e82
View code at this point
Browse repository at this point
Commits on Jun 28, 2016
Test for membership should be "not in"
Show description for 429c306
Scott Sullivan
committed
429c306
View commit details
Copy full SHA for 429c306
View code at this point
Browse repository at this point
Commits on Jun 3, 2016
fix a few minor typos
mesbahamin
committed
c56d520
View commit details
Copy full SHA for c56d520
View code at this point
Browse repository at this point
Commits on May 26, 2016
contructors were missing 'self' argument
dtenenba
committed
40e3005
View commit details
Copy full SHA for 40e3005
View code at this point
Browse repository at this point
Commits on Mar 17, 2016
Fixed some typos and added some small improvements
U-MUC\qxj1378
committed
5346c03
View commit details
Copy full SHA for 5346c03
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.