Tanmay Mohapatra

Results 139 comments of Tanmay Mohapatra

Python `ConfigParser` not able to handle unicode? Or may be there is some coercion of a unicode string to ascii happening somewhere.

Agree. There is a difference between `.gz` and `.zip` though. While `.gz` always represents a single file, `.zip` is actually a container that can contain multiple files. How should we...

The GUI does not seem to be holding on to any global reference to the `circuitscape.Compute`, there are also no large static references. Not sure about `pyamg`. Calling `gc` in...

This seems to be an open issue in pandoc for quite some time now. They seem to have some patches that are not yet accepted. I think we should wait.

:) The last I did a comparison, http://pyjs.org/ seemed to be a good option. It is more python than HTML. Similar to Google GWT, the HTML gets generated on the...

I had it from Mountain Lion. I think I needed to install `wxWidgets 2.9` to get `pythoncard` installed. Yes, pure HTML/Javascript and a webserver would be the most flexible option....

I don't have much idea about wxGlade now. I'll take a look at it. It seems similar to pythoncard.

This is not done yet. It needs changes to file reading routines in `io.py` to check for `,` character in files and pass `,` as the delimiter for `numpy.loadtxt` and...

I am also not sure if this would be very useful because tab separated files can be exported from spreadsheet applications like `excel` quite easily. It is also good to...