Monthly Archives: April 2011

iPython and Terminal line wrap bug

I’ve been facing a very annoying bug while using iPython in the MacOSX Terminal ever since we started the sunpy project. iPython’s line wrapping in the Terminal would frequently get very screwy such that the history function was almost unusable! … Continue reading

Posted in Uncategorized | 1 Comment

Python Friday Kickoff Meeting

Better late than never! Here is my presentation given on 25-Mar-2011 which kicked off the SunPy project. Python and IDL code for the example program to plot EVE GOES proxy data. For IDL (eveplot.pro), run eveplot inside interactive IDL session. … Continue reading

Posted in Uncategorized | Leave a comment

Style Guide for Python Code

Unlike IDL, python is used by many different communities and as such the python users have developed an extensive style guide for python code to make it easier for code to be shared. The official guidelines to python is described … Continue reading

Posted in Uncategorized | Leave a comment