uv - Python package and project management | Inline Script Metadata

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 84

  • @bugbytes3923
    @bugbytes3923  Месяц назад +5

    ☕ Buy a coffee: ko-fi.com/bugbytes
    ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐
    Follow-up with Docker usage: ruclips.net/video/DA6gywtTLL8/видео.html
    Video on Ruff: ruclips.net/video/yLYaQq6KbKs/видео.html

  • @GeorgeInTech
    @GeorgeInTech 14 дней назад +3

    This was the best hands on tutorial on uv I came across so far, very concise and just the right pace

    • @bugbytes3923
      @bugbytes3923  11 дней назад

      Thanks for the comment, brilliant to hear that - cheers!

  • @VigneshPadmanabhan-k7r
    @VigneshPadmanabhan-k7r 6 дней назад +1

    Thanks for making this video. I knew UV to an extend where i can install packages at speed and use it quickly but video gave a lot more useful information. Been watching your videos and I appreciate everything you have made.

    • @bugbytes3923
      @bugbytes3923  День назад

      Glad to hear that - thanks for watching!

  • @AmoahDevLabs
    @AmoahDevLabs 18 дней назад +1

    uv is truly a great tool. Thanks for sharing.

  • @zakimimit
    @zakimimit Месяц назад +4

    Thank you for the video, I hope you make a video about uv with docker

    • @bugbytes3923
      @bugbytes3923  Месяц назад +2

      Thank you! I'll add the Docker/FastAPI/uv video this week.

  • @nasirgaayte2695
    @nasirgaayte2695 Месяц назад +3

    wow it's good
    thanks
    waiting for Uv in Docker images

    • @realgecko
      @realgecko Месяц назад +1

      There’s already, check their docs. Using it for all my docker builds now.

    • @bugbytes3923
      @bugbytes3923  Месяц назад

      Will add a short video this week!

  • @David-eb8lh
    @David-eb8lh Месяц назад +2

    Great to see you making a video about uv!

  • @rembautimes8808
    @rembautimes8808 Месяц назад

    Am watching this video again . Looks very promising

  • @BookBytes-x7m
    @BookBytes-x7m 14 дней назад +1

    This was awesome uv tutorial, thank you

  • @shalankwa
    @shalankwa Месяц назад +2

    Great easy and clear video. Would love to see more about UV.

    • @bugbytes3923
      @bugbytes3923  Месяц назад +3

      Thanks! Got two more in the pipeline:
      1. Using uv with Docker
      2. Tool management with uv
      Hopefully released in the next few days or the week ahead

    • @shalankwa
      @shalankwa Месяц назад

      @@bugbytes3923 perfect! Was just looking into using uv + tox for running tests

    • @paolo-e-basta
      @paolo-e-basta 26 дней назад

      @@bugbytes3923 and workspaces! 🙏

  • @vincentgermain3758
    @vincentgermain3758 Месяц назад +2

    You should have way more subscribers good job

    • @bugbytes3923
      @bugbytes3923  Месяц назад

      Thanks a lot, good to hear that!

  • @feliperodrigues9104
    @feliperodrigues9104 Месяц назад +2

    You always bring awesome contents, thanks mate!!

    • @bugbytes3923
      @bugbytes3923  Месяц назад

      Thanks a lot mate, appreciate the comment!

  • @rickhoro
    @rickhoro 20 дней назад

    This was the best uv tutorial I've seen. I'm quite new to Python and this has helped me over the hump to using uv. Question: when using uv in vscode, how do I run the vscode python debugger for a uv project, and use the venv created for that project?

  • @ShahnawazSayyad
    @ShahnawazSayyad Месяц назад +1

    Very nice.. you always have new intersting knowledge to share

  • @MuhammadFaisal_Iqbal
    @MuhammadFaisal_Iqbal 24 дня назад +1

    Thank you! Easy to follow

  • @nbensa
    @nbensa Месяц назад +1

    wow!!! just wow!!

  • @anatolehagbe7301
    @anatolehagbe7301 Месяц назад +1

    Comme toujours, un master class. J'aimerais que tu fasses une vidéo sur comment utiliser ces outils dans un projet Django buildé en multi-staging avec Docker. Merci

    • @bugbytes3923
      @bugbytes3923  Месяц назад

      Excellente suggestion - merci! Bientôt...

  • @farzadmf
    @farzadmf Месяц назад +1

    Great video, thank you!
    I wish there was a way to also make the IDE happy with the script and its inline dependencies (to not complain about requests for example)

    • @bugbytes3923
      @bugbytes3923  Месяц назад +1

      Thanks! That's a good point, I'm not sure if there's a solution for that out there (on VSCode at least) - does anybody know of anything?

  • @codedjango
    @codedjango Месяц назад +10

    yes...uv seems to be a perfect tool to be used alongwith Django...so yes uv with Django is what i would be interested in....thanks

    • @bugbytes3923
      @bugbytes3923  Месяц назад +1

      Added to the list, thanks a lot for the suggestion!

  • @vijaynayak4874
    @vijaynayak4874 Месяц назад +2

    already using this from last few months

  • @hakanbilgin6875
    @hakanbilgin6875 Месяц назад

    Thanks for video 🎉

  • @serychristianrenaud
    @serychristianrenaud Месяц назад +1

    Thank 🎉 ...

  • @tomdieuivan
    @tomdieuivan Месяц назад

    Thank for the video

  • @alvarofigueroa4693
    @alvarofigueroa4693 Месяц назад

    Thanks for your video. Since you asked, I’d like to see how does uv compare to poetry as from a practical perspective I want to pick one of the two. Maybe there is a use case for keeping both but after watching your video I am very tempted to go ahead and forget poetry and start using uv. Once again, thanks so much for your sharing your skills. Cheers

    • @realgecko
      @realgecko Месяц назад +1

      Used poetry for approximately a year, then after version 1.2 a bug appeared that caused some packages fail to install. Then I switched to pdm which worked flawlessly. But after uv created me venv in less than a second I switched all my projects to it :D

    • @alvarofigueroa4693
      @alvarofigueroa4693 Месяц назад +1

      @@realgecko thanks for your comment. I reckon poetry may have fixed that bug by now, but I will start using uv as of now. Cheers

  • @realgecko
    @realgecko Месяц назад +2

    The biggest selling point for me is that it can manage python versions too.

  • @iwswordpress
    @iwswordpress Месяц назад

    Thanks! Very useful.

  • @bvedantcodes
    @bvedantcodes Месяц назад

    Much like fastapi I think I'll hold off for a stable v1.0 release 😉

  • @DhavalAhir10
    @DhavalAhir10 29 дней назад

    OMG, Nowdays lots of packages libraries came into picture which written in Rust Language.
    Rust future is so bright 🎉

    • @bugbytes3923
      @bugbytes3923  27 дней назад +1

      Haha yes. I'd love to actually try some Rust on this channel, someday.

    • @DhavalAhir10
      @DhavalAhir10 27 дней назад

      @@bugbytes3923 that's great... Waiting.

  • @AshokSharma-hk1jc
    @AshokSharma-hk1jc Месяц назад

    Great content! Can you please create a full tutorial of UV with Django, it will be really helpful. Thanks again!

    • @bugbytes3923
      @bugbytes3923  Месяц назад +1

      Thanks a lot - great suggestion! I'll add it to my list.

  • @MubasharDev-d7t
    @MubasharDev-d7t Месяц назад

    Seems great!! Can we deploy this to vercel?

    • @bugbytes3923
      @bugbytes3923  Месяц назад

      I'm not sure off-hand tbh, but maybe somebody else knows?

  • @tecnom7133
    @tecnom7133 11 дней назад

    Thanks man, please let us Know about other uv integrations specially with Docker.

  • @apmcd47
    @apmcd47 13 дней назад

    How easy would it be to convert an existing poetry project to uv? Could it be done by using uv sync?

  • @tomdieuivan
    @tomdieuivan Месяц назад

    Please can you make a video on how to build an app using MDA(model driven architecture)

  • @HummingLaught
    @HummingLaught 23 дня назад

    have you tried granian before? do you think it will replace uvicorn?

    • @bugbytes3923
      @bugbytes3923  20 дней назад

      Hey - I have to say I've not used granian yet - any good?

  • @venkateshchary3420
    @venkateshchary3420 Месяц назад +2

    Python package manager written in rust🎉 .

  • @ce.joseph
    @ce.joseph Месяц назад

    almost like poetry

  • @Schlumpfpirat
    @Schlumpfpirat 19 дней назад

    Why not use Pipenv? Seems way more practical since dependencies are not locked on an individual level

  • @frameff9073
    @frameff9073 Месяц назад

    Good

  • @BatisteBieler
    @BatisteBieler Месяц назад

    Freaking finally, could it be the tools to bind them all?

  • @PeterBruinsmaPlus
    @PeterBruinsmaPlus Месяц назад

    Thanks! Really informative!
    You asked about what to cover in future videos. Not sure if my use case is "popular"...
    I've tried to get my head around how to use uv in a monorepo. I've struggled with uv workspaces, VSCode workspaces and neither of them seem to give me what I want in my use case. My use case is to be able to develop multiple "components", each of which is really a separate project, in uv terminology. These separate projects will be deployed as separate containers via Docker compose.
    Each separate components should have its own dependencies (the same way it will be deployed). But in my workspace I would like to define my dev dependencies only once, i.e. they should be global for the monorepo.
    Not even sure it's even possible (yet).

  • @darkbluewalther
    @darkbluewalther Месяц назад +1

    Seems great but I'm not sure to see any real reason to migrate from Poetry to uv. What about you?

    • @realgecko
      @realgecko Месяц назад +1

      On my current project venv is 6.5 gigs in size(cuda, matplot etc)
      uv installs/updates it in a matter of seconds.

  • @Bigbren-v1p
    @Bigbren-v1p 14 дней назад

    I want uv in django

  • @thinkingcitizen
    @thinkingcitizen 8 дней назад +1

    pip install uv , oh the irony!

  • @thunkin-ai
    @thunkin-ai Месяц назад

    ... and I only just converted to poetry