M
M
max2018-11-30 13:18:40
Python
max, 2018-11-30 13:18:40

What are some simpler frameworks than Flask (for Python)?

Do you use any other simple synchronous frameworks besides Flask?
Trying to move from Node.js to the Python ecosystem. I like the language, I understand it. But I can't find a comfortable solution for creating web applications.
At work, I am constantly writing a lot of small web applications that interact a lot with each other and a little with users.
I definitely do not need any high-level frameworks like Django, since I need high control over my applications and a complete understanding of what is happening there.
In the world of Node.js, Express is perfect for me. It is as simple as possible, does not impose any of its preferences on databases and so on. I fully understand how my Node.js + Express projects work.
But with Flask, something just doesn't work for me. It is stated that this is the simplest possible framework, but I still have many questions about how it works in the end. It's also possible it's just subjective, but I don't like this framework.
Maybe there are some other live and stable synchronous frameworks that are even simpler than Flask?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
D
Dmitry, 2018-11-30
@dmtrrr

aiohttp

A
Alexander, 2018-11-30
@NeiroNx

Bottlepy https://bottlepy.org/docs/dev/

S
sim3x, 2018-11-30
@sim3x

bottle - not very lively
I don't know what's stopping you from controlling the flask wrapper
I hope that your skill level matches your ambitions
werkzeug.pocoo.org

A
Alibaba2018, 2018-11-30
@Alibaba2018

Everyone says that Flask is easier, but I did both basic courses and IMHO it seemed to me that Django was easier.
In Flask, however, now the impression is that everything is much more flexible, because decorators are used for everything rather than some kind of systematized platform and methods as in Django

D
Denis Melnikov, 2018-11-30
@Mi11er

Maybe you will find the answer here

S
saracin-pr0, 2018-12-05
@saracin-pr0

Falcon
https://falcon.readthedocs.io/en/stable/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question