Search Results

0
votes

Python Vs. Ruby for Metaprogramming

one that supports the metaprogramming hacks that just can't be done in a statically compiled language I would love to find a language that allows some of …
0
votes

Debugging Ruby/Python/Groovy

Combining multiple actions into a single line is all well and good, when you can still look at the line in question and know that it's going to do exactly what you want it to do. The minute you get …
2
votes

Why pysqlite does not work properly?

I just ignored the last line and decided to continue. You can't just ignore the last line. It was telling you there was an error, so it couldn't compile. The ne …
1
vote

Force another program’s standard output to be unbuffered using Python

Its worth noting that some programs only buffer their output when they think it's not going to a "real user" (ie, a tty). When they detect that their output is being read by another program, they b …