benselme | 11 years ago | on: Chemistry of Cast Iron Seasoning (2010)
benselme's comments
According to the very knowledgeable folks on the pizzamaking.com forums, the best surface to bake pizza and/or bread is between 0.5 and 1" of cordierite, which is the kind of ceramic you find in pottery kilns. That's what I use with excellent results.
benselme | 11 years ago | on: Give PonyORM a chance
(FooBar.foo > 123) | (FooBar.foo == None) & (FooBar.bar < 12)
No strings, and I get an actual expression object instance that I can, for example, store in a variable and reuse in any number of queries.
benselme | 11 years ago | on: Give PonyORM a chance
Well, ORMs are useless if you're of the opinion that string interpolation and concatenation are a good way of composing logical units. Many of us prefer a proper API for doing that, and good ORMs like SQLAlchemy provide us with one.
benselme | 12 years ago | on: Why Python is Slow: Looking Under the Hood
Optional typing is the main goal of the mypy project: http://www.mypy-lang.org/
benselme | 12 years ago | on: Extend Python 2.7 life till 2020
* psdash developers don't care ? then why is this: https://github.com/Jahaja/psdash/commit/f05c8e0a1011603d5ef4...
* Twisted is getting ported. Scrapy too, according to the FAQ.
* Beets ? http://beets.radbox.org/blog/py3k.html
* PyJVM ? Who cares ?
My point being, the whole community is moving forward.
page 1