After a somewhat long delay, Wooey 0.9.3 is finally released. Some of the major features of this new release: REAL TIME UPDATES OF JOB STATUS This was an often requested feature that is no...
http://pyinformatics.blogspot.com/2016/07/wooey-v-093-released.html
A little bit ago, I released a project named Djangui , which aims to assist programmers in sharing their scripts with non-programmers (or just let you use your programs with an auto-generated his...
http://pyinformatics.blogspot.com/2015/09/djangui-and-wooey-have-merged.html
An upgrade I made for the merger of Djangui and Wooey was to deal with instances where multiple arguments could be passed to a parameter. Djangui is a program that wraps python scripts in a web...
http://pyinformatics.blogspot.com/2015/07/render-list-of-initial-values-as.html
Djangui is a Django app which converts scripts written in argparse to a web based interface. In short, it converts this: Into this: If you just want to go out and play with it now,...
http://pyinformatics.blogspot.com/2015/05/djangui-empower-your-python-scripts.html
A common situation with Django sites is the need to render a given form across all pages, such as a login-form that is embedded in the header. There is a recipe I came upon, probably from stackov...
http://pyinformatics.blogspot.com/2015/05/minimizing-render-times-of-shared.html
I kind of hate heatmaps . They look pretty, but they don't really mean anything. There are so many ways to torture your distance matrix to give you wildly different results, that I often just ski...
http://pyinformatics.blogspot.com/2015/05/nested-heatmaps-in-pandas.html