I have a small and easy project with no DB interactions for which I don't have free resources except the small linux VPS (vServer) 128MB RAM machine. Feeling adventures I want to try to implement this project in python.
Will it be possible? If so what setup (webserver, framework and so on) I have to choose?
I'm reading files from file-system and displaying their content in a beautiful way. Also diffs between the files and couple of similar things... No file upload from the users, all textfiles are pre-made.
