1,160 reputation
11535
bio website
location Sydney, Australia
age 24
visits member for 4 years
seen yesterday
stats profile views 212

May
4
awarded  Yearling
May
4
answered Nested For Loop Result
May
1
comment Python - How to unmock/reset mock during testing?
Yes. I'd recommend using the built in unittest framework. That way you can have setUp and tearDown methods to create/destroy your patches.
May
1
comment Usage of classes in python?
I wouldn't recommend using PIL as it's not supported. pypi.python.org/pypi/Pillow is a fork of PIL and supports python 3
May
1
revised Python - How to unmock/reset mock during testing?
added 27 characters in body
May
1
answered Python - How to unmock/reset mock during testing?
May
1
revised insert dictionaries to a dictionary in Python
added 46 characters in body
May
1
answered insert dictionaries to a dictionary in Python
Apr
30
comment How to check if my Python has all required packages?
This would fail if requirements.txt contains version info e.g. django==1.5.1
Apr
30
answered How to check if my Python has all required packages?
Apr
30
awarded  Analytical
Apr
30
revised Assignment: Python 3.3: Using while loop to check for condition of attribute in class
added 402 characters in body
Apr
30
answered Assignment: Python 3.3: Using while loop to check for condition of attribute in class
Apr
28
asked Python Mock: Stub method only for set parameters
Apr
26
awarded  Nice Question
Apr
24
awarded  Informed
Apr
24
revised Matplotlib - Set background colour of specific quadrants
added 85 characters in body
Apr
24
asked Matplotlib - Set background colour of specific quadrants
Apr
19
awarded  Notable Question
Apr
7
awarded  Popular Question