I'm using Python in my research now to build some models and analyze some data. I've done this with Matlab and R in the past and became fairly used to running individual lines or blocks of code at a time and doing a lot of interactive printing and plotting from the console. This behavior seems to be a bit more difficult in Python and I'm trying to find the best way to be productive.
[more inside]
posted by PercussivePaul
on Jan 15, 2013 -
11 answers
I'm a physics graduate student and my PhD work is going to involve a fair amount of programming. Aside from the coding part, what habits and skills do I need to develop to become a competent programmer?
[more inside]
posted by Zalzidrax
on Aug 31, 2012 -
21 answers
How do I keep my sanity with a long overdue academic programming project? Especially with debugging?
[more inside]
posted by Triton
on Oct 25, 2010 -
13 answers
What is the best way to get a job in fixing bugs in computer or mobile software?
[more inside]
posted by antgly
on Oct 15, 2010 -
12 answers
I've been doing COM scripting for about two years, using a Sax-basic scripting application. It was a great app. It allowed line-by-line code execution, error reporting, and debug messages.
I want to start using real VBS so I can port my widgets to a wider platform. I know I can write a script app in notepad and just run it with windows script host, but there's no real debugging there.
Is there any free (or cheap) application that allows you to run VB script in a controlled way? I'd rather not plunk down a month's rent for Visual Studio if I can help it.
posted by clarknova
on Jun 3, 2010 -
3 answers
So, I am sadly tasked with debugging sites on IE every once in a while. Is there anything that even approaches the awesomeness of FireBug/Web Inspector for this task?
[more inside]
posted by tmcw
on Oct 22, 2009 -
11 answers
I want to use the JIT Debug utility you can install with Office 2007 to debug scripts in another (non-Office) product. I used to be able to do that using previous versions of Office but it doesn't seem to work anymore. What am I doing wrong?
[more inside]
posted by l'esprit d'escalier
on May 5, 2009 -
2 answers
My computer is freezing intermittently. My gut says it's a software problem. Is there some sort of "black box" program to help figure out which program is the culprit?
[more inside]
posted by blue_wardrobe
on Nov 22, 2005 -
13 answers
Why does IE hate my website? I've got it looking decent in Safari and Firefox, but it looks hideous in Explorer. Having done a fair amount of Googling, I've come to the conclusion that it's probably related to one of Explorer's notorious CSS rendering bugs, but my self-taught CSS and HTML is not enough to enable me to pinpoint and solve the problem.
[more inside]
posted by yankeefog
on Nov 9, 2005 -
15 answers
I like to code my PHP scripts on my Windows machine in TextPad, then upload them to the server to test/debug them. But constantly FTPing files while debugging is the pits. What's the answer? Install PHP locally? Break down and learn to use
vi? What's a programmer to do? What would
you do?
posted by vraxoin
on Jun 22, 2004 -
31 answers