-1

I used to create web applications with Django framework, but now I have to create only simply web GUI for python application. Can you recommend any small python web framework?

3

2 Answers 2

2

web.py is a popular choice for this sort of thing.

"web.py is a web framework for Python that is as simple as it is powerful."

Sign up to request clarification or add additional context in comments.

Comments

2

And of course let's not forgot bottle!

2 Comments

A single file is about as minimal as you can get.
To put a whole framework into a single file is not the best way to structure code.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.