Y
Hacker News
new
|
ask
|
show
|
jobs
by
Manishearth
3469 days ago
This looks very much like Flask, and Flask is one of my favorite ways of writing webapps because it's just so easy to do the simple things.
1 comments
ergo14
3469 days ago
Flask still unfortunately uses globals everywhere :(
link
lukasm
3469 days ago
What do you mean by globals?
link
fredsir
3468 days ago
the ´g` object is one core item, for example.
link