home.social

Search

160 results for “tiangolo”

  1. RT FastAPI ⚡ by Sebastián Ramírez

    Here we go! 🔖

    Just released: 0.86.0 with official support for 3.11 😎🐍

    Go get that extra and beautiful errors 🚀

    fastapi.tiangolo.com/release-n

  2. RT FastAPI ⚡ by Sebastián Ramírez #tiangolo

    Here we go! 🔖

    Just released: #FastAPI 0.86.0 with official support for #Python 3.11 😎🐍

    Go get that extra #performance and beautiful #traceback errors 🚀

    #python311

    fastapi.tiangolo.com/release-n

  3. RT FastAPI ⚡ by Sebastián Ramírez #tiangolo

    Here we go! 🔖

    Just released: #FastAPI 0.86.0 with official support for #Python 3.11 😎🐍

    Go get that extra #performance and beautiful #traceback errors 🚀

    #python311

    fastapi.tiangolo.com/release-n

  4. RT FastAPI ⚡ by Sebastián Ramírez #tiangolo

    Here we go! 🔖

    Just released: #FastAPI 0.86.0 with official support for #Python 3.11 😎🐍

    Go get that extra #performance and beautiful #traceback errors 🚀

    #python311

    fastapi.tiangolo.com/release-n

  5. SSE is finally a first-class citizen in FastAPI: fastapi.tiangolo.com/tutorial/
    Hopefully this gives SSE the same boost FastAPI once gave dependency injection, because it deserves a lot more attention.
    #fastapi #sse #python

  6. You really have to be careful with examples. I saw this example for streaming binary data:
    fastapi.tiangolo.com/advanced/

    And I was a bit suspicious if it would actually be doable/useful in the real world, and I confirmed that it doesn't actually work that way. I did:
    ```
    >>> with open('/dev/zero', 'rb') as fp:
    ... for i in fp:
    ... print(len(i))
    ...
    ```

    and instead of printing a reasonable set of lengths out, it just hung there. After 6 seconds or so, I hit ctrl-c a few times to abort it, and then after even longer, python died off w/ a Killed: 9 message.

    Even with a buffering argument to open, it doesn't improve things.

    I also decided to try with a 43MB BytesIO, and again, it didn't chunk it, the for loop returned a single 43MB chunk.

    I wonder how many people used the example and things worked, yet they have unexplained weird performance hickups due to larger than expected chunks being used.

    #FastAPI #Python

  7. puts the finger on what I dislike about : cappa.readthedocs.io/en/latest. I'll try Cappa right now in a new project.

    I was also strongly tempted by (github.com/treykeown/arguably), but Cappa's use of `Annotated` instead of docstrings makes it super attractive given my recent work on supporting PEP 727 (from @tiangolo) with a extension.

  8. I wrote an article on how to quickly (13x speedup) convert an video to using and to upload it to respecting its restrictions 🎬

    paulox.net/2023/05/03/quickly_

    Thanks to Michael Kennedy @mkennedy , Samuel Colvin @samuelcolvin and Sebastián Ramírez Montaño @tiangolo for the interview they did at 2023 🇺🇸

  9. ✈️ Going home following the #aiohttp #sprint at @ManGroup hackathon. Got to see two other active maintainers IRL 🎉, and maintainers of other wonderful projects (@tiangolo @jarekpotiuk).

    Met many outstanding contributors and had fun exploring rabbit holes!

    Tnx, Man!

    #python

  10. Off to Man Group hackathon in London to lead an #aiohttp sprint day with two other maintainers (Nick Koston nand Sam Bull).

    Looking forward to seeing a bunch of folks I haven't seen in a while (👋 @tiangolo and @jarekpotiuk).

    #python #opensource

  11. Kdybych #juniorguru dělal znova, možná bych místo #Peewee použil #SQLAlchemy. Možná spolu s #PyDantic. A možná bych na to použil sqlmodel.tiangolo.com/ Možná. Kdo ví.

  12. After falling in love with I went a step forward and included in our relationship 😂
    I migrated my latest project from to and I’m really excited with the results

    fastapi.tiangolo.com/

  13. Разыскивается живым или мёртвым: легендарная история Себастьяна Рамиреса

    Себастьян Рамирес. Легенда мира Python-разработки, человек с моржовыми усами, единоличный создатель фреймворка FastAPI и герцог open-source разработки. Он работал на ферме, отчислился из католической школы, заболел раком, женился, изучил Data Science, стал Backend-разработчиком, выступал на конференциях, откликнулся на вакансию, где использовался разработанный им фреймворк, вел твиттер... И где-то между этими важными делами успел стать одним из самых интересных Open Source-разработчиков во всём мире, а также человеком, который на bus-факторе может прокатить половину Интернета (извините). Да, да, речь про того самого Tiangolo. И если вы знали его только как разработчика FastAPI, то сейчас точно удивитесь. Меня зовут Макс, я TeamLead Backend в компании ИдаПроджект , автор YouTube-канала PyLounge . Не буду затягивать со вступлением, поехали!

    habr.com/ru/companies/idaproje

    #fastapi #себастьян_рамирес #python #open_source #биография_себастьяна_рамиреса #tiangolo #история_fastapi

  14. Primeiro Keynote confirmado para a #PythonBrasil2025 @tiangolo criador do #FastAPI #Typer e #SQLModel dentre outras ferramentas. Essa Python Brasil, como todas as outras, está imperdível.

  15. 근데 외주로 #FastAPI 오랜만에 쓰고 있는데 #SQLModel 엄청 편하다.

    sqlmodel.tiangolo.com/

  16. Just listened to a great talk by @tiangolo about “Modern Python through @FastAPI and friends”

  17. Kudos to @tiangolo for creating outstanding documentation. I spent some time last weekend learning about and and was delighted by the quality and accessibility of the tutorials on the project websites. The SQLModel tutorial not only introduces the product, but succeeds as a basic primer on relational databases and how/why you would use them. Great stuff, Sebastián!

  18. now has proper API docs 🎉 They are built with and a extension for PEP 727. The PEP was written by @tiangolo himself!

  19. #Cappa puts the finger on what I dislike about #Click: cappa.readthedocs.io/en/latest. I'll try Cappa right now in a new project.

    I was also strongly tempted by #arguably (github.com/treykeown/arguably), but Cappa's use of `Annotated` instead of docstrings makes it super attractive given my recent work on supporting PEP 727 (from @tiangolo) with a #Griffe extension.

  20. #Cappa puts the finger on what I dislike about #Click: cappa.readthedocs.io/en/latest. I'll try Cappa right now in a new project.

    I was also strongly tempted by #arguably (github.com/treykeown/arguably), but Cappa's use of `Annotated` instead of docstrings makes it super attractive given my recent work on supporting PEP 727 (from @tiangolo) with a #Griffe extension.

  21. RT FastAPI ⚡ by Sebastián Ramírez #tiangolo

    Here we go! 🔖

    Just released: #FastAPI 0.86.0 with official support for #Python 3.11 😎🐍

    Go get that extra #performance and beautiful #traceback errors 🚀

    #python311

    fastapi.tiangolo.com/release-n