Create Better Programs Using Concurrency, libraries and patterns.
-- "Life is short, we use python"
These samples here are related to the book << Python in Practice >>. And here is one list to view:
1.1 Abstract Factory Pattern
1.2 Builder Pattern
1.3 Factory Method Pattern
1.4 Prototype Pattern
1.5 Singleton Pattern
2.1 Adapter Pattern
2.2 Bridge Pattern
2.3 Composite Pattern
2.4 Decorator Pattern
2.5 Facade Pattern
2.6 Flyweight Pattern
2.7 Proxy Pattern
3.1 Chain of Responsibility Pattern
3.2 Command Pattern
3.3 Interpreter Pattern
3.4 Iterator Pattern
3.5 Mediator Pattern
3.6 Memento Pattern
3.7 Observer Pattern
3.8 State Pattern
3.9 Strategy Pattern
3.10 Template Method Pattern
3.11 Vistor Pattern
There is one new smaple named 'CSharpDllFun', this sample used IronPython to call C# dll. And all files of C# project are in the CSharp folder. Then we need to build the dll and copy the dll out.
Best wishes to all python leaners. If you have any question, you can email to me or leave a comment. We can discuss together.
-- "Happy wife, happy life"
Thanks, BlackKnight7