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 }}
SMan23
/
python-patterns
Public
forked from
faif/python-patterns
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 6, 2014
removed iterator from the index
faif
committed
295c36c
View commit details
Copy full SHA for 295c36c
Browse repository at this point
Merge branch 'luoxing91-master'
faif
committed
8225e25
View commit details
Copy full SHA for 8225e25
Browse repository at this point
Merge branch 'master' of https://github.com/osscca/python-patterns
faif
committed
dc97a52
View commit details
Copy full SHA for dc97a52
Browse repository at this point
Merge branch 'nick-jiang-master'
faif
committed
fca3d21
View commit details
Copy full SHA for fca3d21
Browse repository at this point
edit the publish_subscribe.py
xingfeT
committed
fee0702
View commit details
Copy full SHA for fee0702
Browse repository at this point
remove some meanless line
xingfeT
committed
1496222
View commit details
Copy full SHA for 1496222
Browse repository at this point
change abstract_factory
xingfeT
committed
e59aabd
View commit details
Copy full SHA for e59aabd
Browse repository at this point
Commits on Sep 2, 2014
This code is more elegant
xingfeT
committed
3395367
View commit details
Copy full SHA for 3395367
Browse repository at this point
Commits on Aug 17, 2014
PEP8 changes
Show description for 2efc220
osscca
committed
2efc220
View commit details
Copy full SHA for 2efc220
Browse repository at this point
Commits on Aug 16, 2014
fix mistake usage of self param in recursive func and [] as default param
nick-jiang
committed
6eb5e62
View commit details
Copy full SHA for 6eb5e62
Browse repository at this point
Commits on Jun 27, 2014
added the output of decorator
faif
committed
8300928
View commit details
Copy full SHA for 8300928
Browse repository at this point
Commits on Jun 25, 2014
better decorator example
faif
committed
aedcee1
View commit details
Copy full SHA for aedcee1
Browse repository at this point
Commits on May 28, 2014
better prototype example
faif
committed
ca9e299
View commit details
Copy full SHA for ca9e299
Browse repository at this point
Commits on May 24, 2014
removing null, it is not considered pythonic
faif
committed
4b81a4a
View commit details
Copy full SHA for 4b81a4a
Browse repository at this point
Commits on May 5, 2014
append_output.sh for 3-tier and null
faif
committed
6211358
View commit details
Copy full SHA for 6211358
Browse repository at this point
Merge branch 'luoxing91-master'
faif
committed
37b11da
View commit details
Copy full SHA for 37b11da
Browse repository at this point
added the state variable to borg and improved the README
faif
committed
ba8afd7
View commit details
Copy full SHA for ba8afd7
Browse repository at this point
Merge branch 'arovit-master'
faif
committed
39c74d0
View commit details
Copy full SHA for 39c74d0
Browse repository at this point
Merge branch 'dsoprea-master'
faif
committed
3cdfbd3
View commit details
Copy full SHA for 3cdfbd3
Browse repository at this point
Added table with links and descriptions.
Show description for 0509213
dsoprea
committed
0509213
View commit details
Copy full SHA for 0509213
Browse repository at this point
Commits on Apr 27, 2014
Small change in output : Methods of factory should print 'We have...' since they are the once only producing the object', object specific methods can start from 'It is ...'
arovit
committed
760d693
View commit details
Copy full SHA for 760d693
Browse repository at this point
Fixed python3 errors
arovit
committed
8b10122
View commit details
Copy full SHA for 8b10122
Browse repository at this point
Commits on Apr 26, 2014
Adding more verbose message for understanding, descriptor usage for learning, and Fixed all errors/warning for PEP8
arovit
committed
2dfcb71
View commit details
Copy full SHA for 2dfcb71
Browse repository at this point
Commits on Apr 20, 2014
Minor pep8 changes. Most salient is that membership test should be 'x not in y' whereas 'not x in y' was being used.
jay-tyler
committed
1878a53
View commit details
Copy full SHA for 1878a53
Browse repository at this point
Commits on Mar 30, 2014
using doctest
xingfeT
committed
ab2a3e5
View commit details
Copy full SHA for ab2a3e5
Browse repository at this point
Commits on Mar 28, 2014
Update chain.py
Show description for f7ec06d
mzcu
committed
f7ec06d
View commit details
Copy full SHA for f7ec06d
Browse repository at this point
added abstract handle method in Handler class; added next handler check in concrete handlers.
mzcu
committed
3d22ac0
View commit details
Copy full SHA for 3d22ac0
Browse repository at this point
Commits on Mar 23, 2014
Merge pull request #46 from pyarnold/master
Show description for c0edd5b
Sakis Kasampalis
committed
c0edd5b
View commit details
Copy full SHA for c0edd5b
Browse repository at this point
Commits on Mar 19, 2014
Your code is too weak for PEP8. You lack DISCIPLINE
pyarnold
committed
5d794ce
View commit details
Copy full SHA for 5d794ce
Browse repository at this point
Commits on Mar 14, 2014
Merge pull request #45 from osscca/master
Show description for dc29feb
Sakis Kasampalis
committed
dc29feb
View commit details
Copy full SHA for dc29feb
Browse repository at this point
Commits on Mar 9, 2014
Small PEP8 corrections
osscca
committed
ed68d2a
View commit details
Copy full SHA for ed68d2a
Browse repository at this point
Small PEP8 corrections
osscca
committed
e08d0cc
View commit details
Copy full SHA for e08d0cc
Browse repository at this point
Small PEP8 corrections
osscca
committed
4acb155
View commit details
Copy full SHA for 4acb155
Browse repository at this point
Commits on Feb 8, 2014
Merge pull request #44 from yelite/master
Show description for e15da30
Sakis Kasampalis
committed
e15da30
View commit details
Copy full SHA for e15da30
Browse repository at this point
Commits on Feb 6, 2014
Replace the doctest with direct call to main()
Show description for 1b4118c
yelite
committed
1b4118c
View commit details
Copy full SHA for 1b4118c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.