Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design Patterns concepts implementations in Python #35

Open
rhoitjadhav opened this issue May 28, 2021 · 3 comments
Open

Design Patterns concepts implementations in Python #35

rhoitjadhav opened this issue May 28, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@rhoitjadhav
Copy link

It would be very nice if you could implement design patterns in Python. I hope you are aware of these concepts.

For more info please navigate to this link

@evaldez89
Copy link

I agreed. People often discard python as an OOP language and use it only for its scripting advantages. Nonetheless, it it as powerful as any other OOP typed language.

Here, I started a project implementing abstract factory. It needs improvement, but it's a start.

https://github.com/evaldez89/banks-transaction-email-reader

@trekhleb trekhleb added the enhancement New feature or request label Aug 31, 2021
@ghost
Copy link

ghost commented Nov 7, 2021

@rhoitjadhav @evaldez89 I agree, too. Maybe, let's start by building up a repo folder structure and then fill it over time with good examples. But imho, structural and behavioral patterns should be covered at least...

@ghost
Copy link

ghost commented Nov 7, 2021

@rhoitjadhav @evaldez89 @giugiozza @ANONYJNOKA @sebaslucio-actuary @trekhleb I added a first structural frame (directory backbone) with some first examples that I found really useful. Since many design principles are already partially or fully integrated into today's core-python, there are not THAT many design patterns out there. Nevertheless the first examples should give a nice overview and make devs appreciate python even more.
Feel free to add more example classes/functions to the specific directories/modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants
@trekhleb @evaldez89 @rhoitjadhav and others