Popular recipes by Petr Zizka http://code.activestate.com/recipes/users/4179733/2011-10-27T06:16:29-07:00ActiveState Code RecipesProgressBar class (Python)
2011-10-27T06:16:29-07:00Petr Zizkahttp://code.activestate.com/recipes/users/4179733/http://code.activestate.com/recipes/577926-progressbar-class/
<p style="color: grey">
Python
recipe 577926
by <a href="/recipes/users/4179733/">Petr Zizka</a>
(<a href="/recipes/tags/threads/">threads</a>).
</p>
<p>Progress bars are popular when trying to
show how much of a job has been completed.
In my case, it was encrypting and decrypting
files. A GUI interface was written, but
something was lacking. How was the user of
the program supposed to know if the program
was doing its job? A progress bar seemed like
a good answer, so a simple GUI progress bar
was written using Tkinter.</p>
List of datasets in SPSS (Python)
2011-10-27T06:12:13-07:00Petr Zizkahttp://code.activestate.com/recipes/users/4179733/http://code.activestate.com/recipes/577925-list-of-datasets-in-spss/
<p style="color: grey">
Python
recipe 577925
by <a href="/recipes/users/4179733/">Petr Zizka</a>
(<a href="/recipes/tags/dataset/">dataset</a>, <a href="/recipes/tags/spss/">spss</a>).
</p>
<p>Return list with opened datasets</p>