I'm a technical writer at Tecplot, Inc., makers of fine data visualization software for aerospace/CFD, oil and gas exploration, and general scientific/engineering uses. Python is my Swiss Army Knife of choice. I use it to help build and validate our documentation and help, among other things. I also have some proficiency with HTML, XML, AppleScript, C#, C, and if anyone ever has a question about 6502 assembly language, I'm your man. :-)
I have recently started doing Python-related blogging at http://www.engyrus.com/.
|
1h
|
|
comment |
Python module best practises Of course, but users of the module would know it's an implementation detail, not part of the module's interface. |
|
1h
|
|
answered | Python module best practises |
|
7h
|
|
revised |
Beautiful Soup Object Omitting Information edited title |
|
7h
|
|
revised |
Python PIL set blurring amount when blurring added 1 characters in body |
|
7h
|
|
answered | How can I concatenate ' in a string using python |
|
2d
|
|
comment |
local variable referenced before assignment error Er, that was pretty dumb of me; never mind. |
|
2d
|
|
comment |
local variable referenced before assignment error And what is with the break statements that aren't in a loop?
|
|
2d
|
|
revised |
Beautiful Soup Object Omitting Information added 69 characters in body |
|
Jun
14 |
|
answered | Beautiful Soup Object Omitting Information |
|
Jun
14 |
|
comment |
python-mode.el not allowing indentation after if statement I don't have emacs, but have you tried putting a space after if as is typical? The parens are also redundant, although I doubt that would break anything.
|
|
Jun
14 |
|
answered | How to locally redefine __truediv__ to return Fraction |
|
Jun
13 |
|
comment |
Python or VB script to run a batch file in background even the user logged out in windows Why not? You can easily create (if necessary) and run the task from a script using the schtasks command. Create it disabled, then run it on demand...
|
|
Jun
13 |
|
awarded | Excavator |
|
Jun
13 |
|
revised |
How to launch Windows Scheduler by command-line? typos and spelling |
|
Jun
13 |
|
answered | Python or VB script to run a batch file in background even the user logged out in windows |
|
Jun
12 |
|
comment |
Getting the first string after a symbol in a line of text python or use partition()
|
|
Jun
12 |
|
revised |
Python debug: How to step into another python scripts? added 146 characters in body |
|
Jun
12 |
|
answered | Python debug: How to step into another python scripts? |
|
Jun
11 |
|
revised |
How do I catch an error raised in a decorator? added 27 characters in body |
|
Jun
11 |
|
comment |
While loop not working as expected Because input() evaluates what the user enters as a Python expression, which is almost never what you want.
|