I love it when Google can almost read my mind. I looked for "smoothened" expecting to find a lot of other links before the link for the "SMOoothened" component of the Hedgehog pathway..but I was wrong . The first match was the wikipedia page for the Smoothened protein. Pagerank and googles site Index continue to amaze me!
the next step for google is to interpret the data through something like rdfa and make available through the calculator function like other variables http://www.google.com/search...
- Mike Chelen
Looking for video of Rich Hickeys talk at JVM Language summit 2009 , anyone have the link?
word to both. however I found the importer and reference extractor made a ton of mistakes. still not ready to replace papers.app (+ skim.app)
- Wladimir Labeikovsky
from BuddyFeed
Watching the #tornado video , bret taylor interviewed on the gillmor gang
I have dependencies like wxpython ,reportlab and pyyaml. I guess I need something that looks at my code and then automatically installs the dependent modules . So far I know easy_install does it but have not yet understood how to create the setup script..still lost
- Hari
Python packaging is treacherous. easy_install and setuptools has its fair share of detractors. (I believe I've tagged you some Delicious stuff about this but you can check through http://delicious.com/gotgene... -- I recommend "On Packaging" and Ian Bicking's response.) Packaging is a hard problem to solve without third-party dependencies. In addition, you have to...
more...
- Chris Lasher
The irony of ironies is that it was easiest to build for windows. Using py2exe a binary built using py2exe and distributed with innosetup worked on Windows XP and Vista , 32 and 64 bit!
- Hari