Tofystedeth

71
reputation
40 views

Registered User

name Tofystedeth
member for 1 year
seen 4 hours ago
website
location
age
2d
comment PEP8 - 80 Characters - Big Strings
I know for my own self, I tend to stick to the 80 character limit just because I still do most of my coding in IDLE and I don't like the way it handles horizontal scrolling. (No scroll bar)
Dec
8
comment How to design an application in a modular way?
Is it just me or do you have an error in the TDD picture? Shouldn't you go to the rewriting the test if the test fails and write production code if the test passes? Not the other way around as you have there?
Dec
2
comment Python check windows server version
You can also use wmic os get OperatingSystemSKU. As long as you are using Windows Vista or newer (and it appears you are) that property should exist. A list of values for SKU appears here. msdn.microsoft.com/en-us/library/…
Oct
2
comment How to make this Python program compile?
Don't forget Class and def statements.
Jun
19
revised Python tkInter Entry fun
added 74 characters in body
Jun
19
answered Python tkInter Entry fun