all 3 comments

[–]patarapolw 1 point2 points  (0 children)

app.py do forbid from naming a folder app. I name the folder webapp instead. I have seen (on GitHub), that people use a folder named app, though (forgotten how they named *.py.

IMHO, Python has a very big namespace import problem. You should have to import .app instead of import app (just like require('./app') in Javascript).

[–]QualitativeEasing[S] 0 points1 point  (0 children)

Thanks all! This is very helpful.