169 похожих чатов

Hi guys can programmed a big projets by Flask only

?

42 ответов

2 просмотра

Yes

Youssef-chaabi Автор вопроса
Vladislav
Yes

Flask only, or Flask with other tools and other framework ?

U can do everything what you want

Youssef-chaabi Автор вопроса
Vladislav
what do you mean by "other framework"

No I mean can programmed big project by Flask only ? Or by Flask with Django,

Youssef-chaabi Автор вопроса
Youssef-chaabi Автор вопроса
Matvei Bekishev
With bicycle

What do you mean of bicycle ?

Youssef-chaabi Автор вопроса

Yes. Buy I recommend FastAPI

Youssef-chaabi Автор вопроса
Yan
Yes. Buy I recommend FastAPI

But I heard that flask is better than FastAPI ? What are the advantages of FastAPI compared to Flask?

Youssef chaabi
But I heard that flask is better than FastAPI ? Wh...

Why flask better them FastAPI? FastAPI is better then Flask because 1. FastAPI is async 2. FastAPI has very good integration with Pydantic. Data validation with it is cool.

Yan
3. FastAPI has wonderful docs

Кстать есть ли пример использования Jinja с ним?

Yan
Есть в доках, но это тупо

Есть другой способ?

Matvei Bekishev
Why async better then sync in api?

Async APIs are faster (but not always)

Youssef-chaabi Автор вопроса
Yan
Why flask better them FastAPI? FastAPI is better t...

And I heard that FastAPI is simple and easy? Can I learn it in just one month? Which is better, using FastAPI only or using FastAPI and Flask at the same time?

Youssef-chaabi Автор вопроса
Yan
It is two main factors

And I heard that FastAPI is simple and easy? Can I learn it in just one month? Which is better, using FastAPI only or using FastAPI and Flask at the same time?

Matvei Bekishev
Why async better then sync in api?

async supports websockets better than sync

Youssef chaabi
And I heard that FastAPI is simple and easy? Can ...

Just u have to understand api and work with databases

Youssef chaabi
And I heard that FastAPI is simple and easy? Can ...

FastAPI is smaller then Flask, it is easily to learn. Yes, you can learn it in one month but you need to know sqlalchemy and some architecture patterns.

Yan
4. Auto swagger

5. Depends (thanks for tip)

Singlet0n🌚 Alone
async supports websockets better than sync

Sockets by themselves are not a reliable thing

Youssef-chaabi Автор вопроса
Yan
Using FastAPI only

Is it even better than Django and can programme great and big projects by FastAPI only ?

Matvei Bekishev
R u now any alternatives?

алё вообще-то это ты вроде против вебсокетов так что этот вопрос к тебе

Youssef chaabi
Is it even better than Django and can programme g...

You can do big projects using FastAPI BUT before starting think about architecture

Singlet0n🌚 Alone
алё вообще-то это ты вроде против вебсокетов так ч...

Я не против них, просто реально не часто используются + ненадежно

Похожие вопросы

Обсуждают сегодня

У меня такой вопрос. Вот мне нужно сделать бинарный файл с ассемблер кода: [bits 32] [org 0x7c00] start: cli mov esp, stack_space call _main hlt section .tex...
Dmytro Parkhomenko
26
Вот сравним знания, которые требуются, чтобы знать все эти условности С компилятора, и знания, которые требуются чтобы писать программы на ассемблере. Что проще?
КТ315
23
@FAssembler не знаешь, fasm поддерживает thumb?
Александр Белокопытов
46
Ребят нубский вопрос, но я в поиске чата не нашел ничего об этом. Установил я clang, Code-Blocks ( который с wingw). Пытаюсь запустить свой хелловорлд, а мне пишет fatal error...
Дима Копышов
15
model small .stack 256 .data arr db 16 dup(?) mes db 10, 13, "Enter 16 numbers: $" mes1 db " $" mes2 db 10, 13, "Sorted: $" mes3 db 10, 13, "$" i db 0 .code ...
Ыиу
42
При чем здесь DLL?
Marek Kotovsky
40
Снова этот оффтоп про С... В чате С не говорят столько про ассемблер, сколько в чате по ассемблеру говорят про С. Не стыдно?
КТ315
45
Приведу пару примеров напоследок: 1. Упомянутая выше сериализация. Сериализуемость можно было бы выразить, как интерфейс с методом типа "string ToJson()", да вот незадача - в ...
Danieλ Sλapman
4
Представь, что у тебя есть условная модельданных module Company = type T = ... module Order = type T = (* тут ты юзаешь Company.T *) module Price = type T = (* тут...
Vlæd Zá
5
может кто помочь с насм в линуксе? asm section .data numbers db 5, 2, 8, 1, 6, 3, 9, 4, 7 len equ $ - numbers format db "Max number: %d", 0xA, 0 section .text ...
Mark
3
Карта сайта