FastAPI Tutorial EP1 - Setup with Poetry, Uvicorn & Ruff

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 8

  • @shubhamshah9358
    @shubhamshah9358 24 วันที่ผ่านมา

    started learning fastapi without even knowing python (coming from js) and i understood everything you took me through. Thankyousokmuch!

    • @shubhamshah9358
      @shubhamshah9358 24 วันที่ผ่านมา

      altho why are you using venv to create things in myapp, couldnt you just start myapp using poetry new myapp and then poetry add fastapi uvicorn etc. and then poetry run?
      do i really need to start a virtual environment if im using poetry

    • @pythonwithjames
      @pythonwithjames  23 วันที่ผ่านมา

      That's great, im glad this has been helpful!

    • @pythonwithjames
      @pythonwithjames  23 วันที่ผ่านมา

      So I like to use a virtual environment for each of my projects, and I let Poetry manage the dependencies for that project.
      It's not 100% essential, but I feel that it keeps all the dependencies neat and tidy.

  • @Carberra
    @Carberra 6 หลายเดือนก่อน +1

    This is a really nice beginner overview, nice one! What sorta stuff are you gonna be covering in the series? Or is that spoilers 😉

    • @pythonwithjames
      @pythonwithjames  6 หลายเดือนก่อน

      Cheers!! I'm going to be covering as much of it as possible ideally, then ending the series with a full API creation walkthrough :)

    • @Carberra
      @Carberra 6 หลายเดือนก่อน

      @@pythonwithjames Nice, sounds good! I've used it before but have only really done basic stuff with it, so it'd be cool to learn about the other stuff!