(Untitled)

Apr 04, 2008 00:18

I'm feeling vaguely positive about my final year project now ( Read more... )

python, programming, academic, ucd, final year project

Leave a comment

Comments 3

ebel April 4 2008, 09:24:01 UTC
Wow, congrats!

Reply

tearsofzorro April 6 2008, 01:16:40 UTC
I'm not out of the woods yet. In fact, I'm not sure I'm even in them yet.

However, I'm learning about interesting python web techs. I'm sure you've run across WSGI? It's basically a really simple way for framing webapps so that you can pick them up and plonk them into different contexts? It's partially a PITA, but in some ways it's great.

Basically, I can write a WSGI app and then decide that I want it running as an SCGI app or a Fastcgi app or an AJP app, or a cherrypy app or whatever the hell I decide, so long as the framework just treats the app in the way specified in the WSGI. Kinda cool separation of concerns. Also, flup is a cool project - it's what I'm using for my scgi app for the project and it's rather cool. There's SFA by way of useful documentation, but I may actually want to step in to rectify that ( ... )

Reply

ebel April 6 2008, 13:38:19 UTC
Yeah I've heard about WSGI, however the thing I'm working on is Zope, which is massively complicated and... 'javaish'. WSGI looks nice alright.

Re: wikis, I can totally understand that. I think there are a few fears at play. Firstly the fear that one'll accidentally reveal confidential data. Secondly the fear that one will say something not right and somehow it'll look bad for you/your organisation. Also with internal wikis, you know who's going to be looking at it, and you know who'll be reading it. You can be pretty confident that someone reading it is fairly techy. With public ones joe randomer might use it. This means you have to be more careful. The techy reader would be able to catch a mistake, joe randomer might not. No-one wants to give bad advise.

Reply


Leave a comment

Up