mirror of https://github.com/tiangolo/fastapi.git
Some progress.
This commit is contained in:
parent
23d11c585b
commit
9b695e365a
|
|
@ -1,23 +1,23 @@
|
|||
# Advanced User Guide
|
||||
# Gelişmiş Kullanıcı Rehberi
|
||||
|
||||
## Additional Features
|
||||
## Ek Özellikler
|
||||
|
||||
The main [Tutorial - User Guide](../tutorial/index.md){.internal-link target=_blank} should be enough to give you a tour through all the main features of **FastAPI**.
|
||||
[Tutorial - User Guide](../tutorial/index.md){.internal-link target=_blank} size **FastAPI**'ın tüm ana özelliklerini tanıtmaya yetecektir.
|
||||
|
||||
In the next sections you will see other options, configurations, and additional features.
|
||||
İlerleyen bölümlerde diğer seçenekler, konfigürasyonları ve ek özellikleri göreceğiz.
|
||||
|
||||
!!! tip
|
||||
The next sections are **not necessarily "advanced"**.
|
||||
!!! tip "İpucu"
|
||||
Sonraki bölümler **çok "gelişmiş" değil**.
|
||||
|
||||
And it's possible that for your use case, the solution is in one of them.
|
||||
Sizin ihtiyacınız olan bilgi bunların birinde olabilir.
|
||||
|
||||
## Read the Tutorial first
|
||||
## Önce Öğreticiyi Okuyun
|
||||
|
||||
You could still use most of the features in **FastAPI** with the knowledge from the main [Tutorial - User Guide](../tutorial/index.md){.internal-link target=_blank}.
|
||||
|
||||
And the next sections assume you already read it, and assume that you know those main ideas.
|
||||
|
||||
## External Courses
|
||||
## Diğer Kurslar
|
||||
|
||||
Although the [Tutorial - User Guide](../tutorial/index.md){.internal-link target=_blank} and this **Advanced User Guide** are written as a guided tutorial (like a book) and should be enough for you to **learn FastAPI**, you might want to complement it with additional courses.
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ Some course providers ✨ [**sponsor FastAPI**](../help-fastapi.md#sponsor-the-a
|
|||
|
||||
And it shows their true commitment to FastAPI and its **community** (you), as they not only want to provide you a **good learning experience** but also want to make sure you have a **good and healthy framework**, FastAPI. 🙇
|
||||
|
||||
You might want to try their courses:
|
||||
Onların kurslarını denemek isteyebilirsiniz:
|
||||
|
||||
* <a href="https://training.talkpython.fm/fastapi-courses" class="external-link" target="_blank">Talk Python Training</a>
|
||||
* <a href="https://testdriven.io/courses/tdd-fastapi/" class="external-link" target="_blank">Test-Driven Development</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue