Greg

1,613
reputation
142 views

Registered User

name Greg
member for 1 year
seen 12 hours ago
website
location Washington DC
age
I'm an avid programmer, web developer and electronics enthusiast. Here's my gift to Python hackers. And you can see everything I'm up to here.
Dec
9
awarded  Nice Question
Dec
2
awarded  Popular Question
Dec
2
awarded  Notable Question
Nov
21
awarded  Popular Question
Nov
12
asked Python Unit Tests - Am I using SetUp wrong?
Nov
4
awarded  Popular Question
Nov
1
awarded  Popular Question
Oct
29
awarded  Popular Question
Oct
29
comment Django Forms - Can the initial value of one field be dependant on another?
lemonad, this would be at form creation time, depending what I'm feeding the form for initial.
Oct
28
asked Django Forms - Can the initial value of one field be dependant on another?
Oct
21
awarded  Popular Question
Oct
19
answered MySQL Query Browser - using variables
Oct
17
awarded  Popular Question
Oct
16
asked Python datetime subtraction - wrong results?
Oct
14
answered Javascript RegExp - Why Isn’t this matching?
Oct
14
asked HTML Tables - How to make IE not break lines at hyphens
Oct
8
awarded  Notable Question
Oct
6
awarded  Popular Question
Sep
24
awarded  Popular Question
Sep
17
awarded  Yearling
Sep
14
answered What python web frameworks work well with CGI (e.g. on nearlyfreespeech.net)?
Sep
7
awarded  Taxonomist
Sep
2
awarded  Popular Question
Aug
22
awarded  Popular Question
Aug
21
awarded  Popular Question
Aug
12
awarded  Notable Question
Aug
12
accepted How to use the lightbox plugin colorbox?
Aug
8
revised How to use the lightbox plugin colorbox?
edited body
Aug
8
answered How to use the lightbox plugin colorbox?
Aug
7
asked How to use the lightbox plugin colorbox?
Jul
30
comment Can you Make a Django form set validate the initial data?
That wouldn't work because the data when submitted by the user is one big dict with each form number e.g., {'form-386-pubdate': '2009-10-31 00:00:00.00', 'form-153-title': '135', 'form-123-title': '123', ... formsets are a little different than normal forms.
Jul
29
asked Can you Make a Django form set validate the initial data?
Jul
29
awarded  Popular Question
Jul
22
answered Python textwrap Library - How to Preserve Line Breaks?
Jul
22
asked Python textwrap Library - How to Preserve Line Breaks?
Jul
8
awarded  Popular Question
Jul
7
comment pyserial - How to Read Last Line Sent from Serial Device
thanks, that works great! I gave you the answer button.
Jul
7
comment pyserial - How to Read Last Line Sent from Serial Device
So last_received will always have what I need? Is there a way to do it with readline?
Jul
7
revised pyserial - How to Read Last Line Sent from Serial Device
added OS information
Jul
7
asked pyserial - How to Read Last Line Sent from Serial Device
Jun
29
awarded  Popular Question
Jun
28
comment How to do PGP in Python (generate keys, encrypt/decrypt)
Also be sure to update us here when you release your final code.
Jun
28
comment How to do PGP in Python (generate keys, encrypt/decrypt)
Thanks that sounds perfect. I had no idea I could just pull the exe out of gpg. Where will it put the keyring? Will this method cause any problems if the user already has gpg installed? Any chance I could just see how your code does key generation, and key imports?
Jun
25
comment Python - Subprocess - How to call a Piped command in Windows?
Thanks, that worked!
Jun
25
revised Python - Subprocess - How to call a Piped command in Windows?
added 240 characters in body; edited body
Jun
25
comment Python - Subprocess - How to call a Piped command in Windows?
Yes, it runs from the windows dos console.
Jun
25
asked Python - Subprocess - How to call a Piped command in Windows?
Jun
25
comment How to do PGP in Python (generate keys, encrypt/decrypt)
Hmm, it looked promising but I don't see how to generate keys.
Jun
25
comment How to do PGP in Python (generate keys, encrypt/decrypt)
I don't see a way to generate keys, or accept another party's public key to encrypt data with. Any ideas?
Jun
25
comment How to do PGP in Python (generate keys, encrypt/decrypt)
PyMe was this issue: stackoverflow.com/questions/1030297/…