Neural Nets in Python
Now I really need an excuse to play with this kind of thing. Weave a neural net with Python from IBM DeveloperWorks is very intriguing, now I need to understand it…
View ArticleReferenceField can not be searchable
Under Archectypes 1.3 (final), I had a ReferenceField setup with searchable=True and this caused a TypeError when saving the object: Traceback (innermost last): Module ZPublisher.Publish, line 100, in...
View ArticleMac OS X 10.7 “Lion” Seems to Have a Broken Python easy_install
One of the first things I needed after upgrading to Mac OS X 10.7 (Lion) was to make some Python scripts work. However easy_install seemed to be broken: $ easy_install psycopg2 Traceback (most recent...
View ArticleGoogle App Engine’s Python Exception Syntax
Remember, Python 2.5 has this exception syntax: try: raise FooException("Darn!") except FooException, e print("Error: %s" % e) The newer syntax is: try: raise FooException("Darn!") except FooException...
View ArticleNullPosts: suds and appengine
I ran into the issue described in NullPosts: suds and appengine today. This is caused by the great Python SOAP API, suds, and Google App Engine not playing together to do some of the restrictions in...
View ArticleDeveloper Position Open at Versature
We’re hiring again at Versature, take a look: Developer Position Open It’s a software developer position that gets you working directly with me. Make sure to spread the word!
View Article