Popular recipes by bussiere bussiere http://code.activestate.com/recipes/users/4050557/2008-09-07T12:03:11-07:00ActiveState Code Recipesget a stock historical value from google finance (Python)
2008-09-07T12:03:11-07:00bussiere bussierehttp://code.activestate.com/recipes/users/4050557/http://code.activestate.com/recipes/576495-get-a-stock-historical-value-from-google-finance/
<p style="color: grey">
Python
recipe 576495
by <a href="/recipes/users/4050557/">bussiere bussiere</a>
(<a href="/recipes/tags/finance/">finance</a>, <a href="/recipes/tags/google/">google</a>, <a href="/recipes/tags/historical/">historical</a>, <a href="/recipes/tags/value/">value</a>).
</p>
<p>how to get a stock historical value from google finance</p>
Changing shortcut on a usb key V2 (Python)
2008-08-22T13:34:57-07:00bussiere bussierehttp://code.activestate.com/recipes/users/4050557/http://code.activestate.com/recipes/576437-changing-shortcut-on-a-usb-key-v2/
<p style="color: grey">
Python
recipe 576437
by <a href="/recipes/users/4050557/">bussiere bussiere</a>
(<a href="/recipes/tags/key/">key</a>, <a href="/recipes/tags/raccourcis/">raccourcis</a>, <a href="/recipes/tags/shortcut/">shortcut</a>, <a href="/recipes/tags/usb/">usb</a>, <a href="/recipes/tags/windows/">windows</a>).
Revision 2.
</p>
<p>i've made some shortcut on my usb key for launchy and i had always to change them if on one pc the usb drive was i: on an other it was k: it was such a pain each time.
Now it change all the shortcut automatically.</p>
Post automatically on the python cookbook (Python)
2008-08-20T10:50:07-07:00bussiere bussierehttp://code.activestate.com/recipes/users/4050557/http://code.activestate.com/recipes/576439-post-automatically-on-the-python-cookbook/
<p style="color: grey">
Python
recipe 576439
by <a href="/recipes/users/4050557/">bussiere bussiere</a>
(<a href="/recipes/tags/add/">add</a>, <a href="/recipes/tags/automatically/">automatically</a>, <a href="/recipes/tags/cookbook/">cookbook</a>, <a href="/recipes/tags/form/">form</a>, <a href="/recipes/tags/post/">post</a>, <a href="/recipes/tags/recipe/">recipe</a>, <a href="/recipes/tags/tag/">tag</a>, <a href="/recipes/tags/tags/">tags</a>).
Revision 3.
</p>
<p>hok to make a post by a little script it need httplib2 :
<a href="http://code.google.com/p/httplib2/" rel="nofollow">http://code.google.com/p/httplib2/</a></p>
A modification of the blogger exemple for adding category (Python)
2008-08-20T21:08:06-07:00bussiere bussierehttp://code.activestate.com/recipes/users/4050557/http://code.activestate.com/recipes/576441-a-modification-of-the-blogger-exemple-for-adding-c/
<p style="color: grey">
Python
recipe 576441
by <a href="/recipes/users/4050557/">bussiere bussiere</a>
(<a href="/recipes/tags/api/">api</a>, <a href="/recipes/tags/blog/">blog</a>, <a href="/recipes/tags/blogger/">blogger</a>, <a href="/recipes/tags/blogspot/">blogspot</a>, <a href="/recipes/tags/google/">google</a>, <a href="/recipes/tags/tag/">tag</a>, <a href="/recipes/tags/tags/">tags</a>).
Revision 3.
</p>
<p>Just because the exemple from google didn't add the category
thanks from :
<a href="http://coolnamehere.wordpress.com/2008/01/02/adding-categories-to-the-python-blogger-client/" rel="nofollow">http://coolnamehere.wordpress.com/2008/01/02/adding-categories-to-the-python-blogger-client/</a></p>
Simple graph for python (Python)
2008-04-15T11:51:37-07:00bussiere bussierehttp://code.activestate.com/recipes/users/4050557/http://code.activestate.com/recipes/569151-simple-graph-for-python/
<p style="color: grey">
Python
recipe 569151
by <a href="/recipes/users/4050557/">bussiere bussiere</a>
.
</p>
<p>a way of simulating graphe in python</p>
Meta programming for generating combination (anagram) of a string (Python)
2008-03-24T15:24:54-07:00bussiere bussierehttp://code.activestate.com/recipes/users/4050557/http://code.activestate.com/recipes/551793-meta-programming-for-generating-combination-anagra/
<p style="color: grey">
Python
recipe 551793
by <a href="/recipes/users/4050557/">bussiere bussiere</a>
(<a href="/recipes/tags/algorithms/">algorithms</a>).
Revision 2.
</p>
<p>making a program that will write a program to find all the combinaison of a string</p>