Tagged Questions
3
votes
2answers
119 views
Python coding style from Java background
I am pretty new to Python and just wanted to make sure I am going in the right direction with my coding style.
After reading this, I'm not so sure.
The following is a convenience class that has ...
3
votes
2answers
78 views
1
vote
1answer
81 views
Implementing command pattern in Python
I did some study on the command pattern but most of its examples were in Java so, there must be some difference in implementation in Python. I implemented it in Python with some minor differences, ...