Now, I'm a guy who can go on and on about a technical topic ad nauseum. (Ask my wife!) But sometimes it takes a while for me to get started. So if there are any topics you'd like me to cover here, particularly regarding Python, please post it in the comments. I'd like to make this blog a useful resource, but my creativity-challenged brain may need a bit of help. Thanks!
Two topics, one tactical and one strategic:
ReplyDeletePaste and WSGI are intriguing as a way to make Python web apps more plug-compatible. I imagine all the app functions in middleware including routing, data access, and templating. Then all that's left in the "application" is "404 we have no idea what you are requesting." I'm not worried that this will lead to framework proliferation. On the contrary I think it can be the meta-framework that organizes web apps for Python.
I'm not a computer science guy so PyPy is kind of a mystery to me. It's sounds cool to implement Python in Python and it's cool the the European government is supporting it. How and when do you think this will yield new Python implementations?
Well, that's two topics I don't know much about, ;-) but I'll certainly do some research and see if I can't get at least a couple of posts out of them anyway.
ReplyDelete