☕ Buy a coffee: ko-fi.com/bugbytes ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐ Follow-up with Docker usage: kzbin.info/www/bejne/enKZmKytqbl_gpo Video on Ruff: kzbin.info/www/bejne/r328koSna7CVgdU
@GeorgeInTech2 ай бұрын
This was the best hands on tutorial on uv I came across so far, very concise and just the right pace
@bugbytes39232 ай бұрын
Thanks for the comment, brilliant to hear that - cheers!
@ThiênLong-m4nАй бұрын
Best hands-on uv that I've seen so far, good job bro😊
@bugbytes3923Ай бұрын
@@ThiênLong-m4n thanks a lot bro!
@ipelezikis10 күн бұрын
Great video!! Thanks for your work!
@bugbytes3923Күн бұрын
Thanks a lot!
@VigneshPadmanabhan-k7r2 ай бұрын
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.
@bugbytes39232 ай бұрын
Glad to hear that - thanks for watching!
@ecqmjrАй бұрын
many thanks, most comprehensive video about uv I bumped into so far, much appreciated
@bugbytes3923Ай бұрын
@@ecqmjr cheers, great to hear that, thanks for your comment!
@David-eb8lh3 ай бұрын
Great to see you making a video about uv!
@bugbytes39233 ай бұрын
Thanks!
@AmoahDevLabs2 ай бұрын
uv is truly a great tool. Thanks for sharing.
@bugbytes39232 ай бұрын
Thank you for watching mate!
@feliperodrigues91043 ай бұрын
You always bring awesome contents, thanks mate!!
@bugbytes39233 ай бұрын
Thanks a lot mate, appreciate the comment!
@shalankwa3 ай бұрын
Great easy and clear video. Would love to see more about UV.
@bugbytes39233 ай бұрын
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
@shalankwa3 ай бұрын
@@bugbytes3923 perfect! Was just looking into using uv + tox for running tests
@paolo-e-basta3 ай бұрын
@@bugbytes3923 and workspaces! 🙏
@martinsteele25762 ай бұрын
Superb. Thank you sooo much. You're presentation style is top-notch and always hits the mark perfectly. Am hoping the follow-up will be on your radar.
@bugbytes39232 ай бұрын
Thanks a lot! There's a few extra videos (see below): uv/Docker/FastAPI: kzbin.info/www/bejne/enKZmKytqbl_gpo uv Tool Management: kzbin.info/www/bejne/ppnCiX-hrpqjiNU
@vincentgermain37583 ай бұрын
You should have way more subscribers good job
@bugbytes39233 ай бұрын
Thanks a lot, good to hear that!
@rickhoro2 ай бұрын
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?
@rembautimes88083 ай бұрын
Am watching this video again . Looks very promising
@bugbytes39233 ай бұрын
Thank you!
@BookBytes-x7m2 ай бұрын
This was awesome uv tutorial, thank you
@bugbytes39232 ай бұрын
Thanks, glad you liked it!
@ShahnawazSayyad3 ай бұрын
Very nice.. you always have new intersting knowledge to share
@bugbytes39233 ай бұрын
Thanks a lot!
@deepak507426 күн бұрын
Thanks sir learn a lot make more video such with fastapi uv and others tools
@bugbytes392326 күн бұрын
@@deepak5074 thanks a lot for the comment! More videos coming up.
@anatolehagbe73013 ай бұрын
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
@bugbytes39233 ай бұрын
Excellente suggestion - merci! Bientôt...
@freenrg888Ай бұрын
The best video I've found on YT about uv. Question: What is the uv equivalent of pip install -r requirements.txt ? EDIT: Found it. It's uv sync.
@bugbytes3923Ай бұрын
@@freenrg888 thanks and sorry for the late reply - glad you found the solution!
@nasirgaayte26953 ай бұрын
wow it's good thanks waiting for Uv in Docker images
@realgecko3 ай бұрын
There’s already, check their docs. Using it for all my docker builds now.
@bugbytes39233 ай бұрын
Will add a short video this week!
@pythonismyvice-fo5bz19 күн бұрын
great video. thanks for making it.
@zakimimit3 ай бұрын
Thank you for the video, I hope you make a video about uv with docker
@bugbytes39233 ай бұрын
Thank you! I'll add the Docker/FastAPI/uv video this week.
@MuhammadFaisal_Iqbal2 ай бұрын
Thank you! Easy to follow
@bugbytes39232 ай бұрын
Awesome, thank you!
@nbensa3 ай бұрын
wow!!! just wow!!
@farzadmf3 ай бұрын
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)
@bugbytes39233 ай бұрын
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?
@GIRISUBRAHMANYA8 күн бұрын
thank you so much
@bugbytes3923Күн бұрын
Thanks for watching!
@tomdieuivan3 ай бұрын
Thank for the video
@bugbytes39233 ай бұрын
Thank you!
@alvarofigueroa46933 ай бұрын
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
@realgecko3 ай бұрын
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
@alvarofigueroa46933 ай бұрын
@@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
@realgecko3 ай бұрын
The biggest selling point for me is that it can manage python versions too.
@bugbytes39233 ай бұрын
Agreed, it's so convenient.
@hakanbilgin68753 ай бұрын
Thanks for video 🎉
@bugbytes39233 ай бұрын
Thanks a lot for watching!
@codedjango3 ай бұрын
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
@bugbytes39233 ай бұрын
Added to the list, thanks a lot for the suggestion!
@definitely-not-aiАй бұрын
What about uv + fastapi?
@DhavalAhir103 ай бұрын
OMG, Nowdays lots of packages libraries came into picture which written in Rust Language. Rust future is so bright 🎉
@bugbytes39233 ай бұрын
Haha yes. I'd love to actually try some Rust on this channel, someday.
@DhavalAhir103 ай бұрын
@@bugbytes3923 that's great... Waiting.
@vijaynayak48743 ай бұрын
already using this from last few months
@bugbytes39233 ай бұрын
Nice - do you like it?
@vijaynayak48743 ай бұрын
@@bugbytes3923 yes
@bvedantcodes3 ай бұрын
Much like fastapi I think I'll hold off for a stable v1.0 release 😉
@bugbytes39233 ай бұрын
Never a bad idea :D
@iwswordpress3 ай бұрын
Thanks! Very useful.
@bugbytes39233 ай бұрын
Agreed! Thanks for watching.
@serychristianrenaud3 ай бұрын
Thank 🎉 ...
@bugbytes39233 ай бұрын
Thanks as always!
@AshokSharma-hk1jc3 ай бұрын
Great content! Can you please create a full tutorial of UV with Django, it will be really helpful. Thanks again!
@bugbytes39233 ай бұрын
Thanks a lot - great suggestion! I'll add it to my list.
@2dapoint424Ай бұрын
How can u debug the python code?
@tecnom71332 ай бұрын
Thanks man, please let us Know about other uv integrations specially with Docker.
@bugbytes39232 ай бұрын
Will do!
@MubasharDev-d7t3 ай бұрын
Seems great!! Can we deploy this to vercel?
@bugbytes39233 ай бұрын
I'm not sure off-hand tbh, but maybe somebody else knows?
@apmcd472 ай бұрын
How easy would it be to convert an existing poetry project to uv? Could it be done by using uv sync?
@Schlumpfpirat2 ай бұрын
Why not use Pipenv? Seems way more practical since dependencies are not locked on an individual level
@HummingLaught2 ай бұрын
have you tried granian before? do you think it will replace uvicorn?
@bugbytes39232 ай бұрын
Hey - I have to say I've not used granian yet - any good?
@tomdieuivan3 ай бұрын
Please can you make a video on how to build an app using MDA(model driven architecture)
@PeterBruinsmaPlus3 ай бұрын
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).
@venkateshchary34203 ай бұрын
Python package manager written in rust🎉 .
@Wyatt-g8pАй бұрын
great video! I have how to set local editable dependencies and github dependencies? my project have 3 package: 'aaa' is the baisc package. 'bbb' need 'aaa' 'ccc' need ''aaa' and 'bbb' package(it is main packge) in 'ccc' project, i need editable 'aaa' and 'bbb', pyproject.toml make me feel confused. Can you offer some suggestions?
@Wyatt-g8pАй бұрын
workspace may not work, because 'bbb' also need 'aaa'
@frameff90733 ай бұрын
Good
@bugbytes39233 ай бұрын
Thank you!
@BatisteBieler3 ай бұрын
Freaking finally, could it be the tools to bind them all?
@bugbytes39233 ай бұрын
It has the potential!
@ce.joseph3 ай бұрын
almost like poetry
@darkbluewalther3 ай бұрын
Seems great but I'm not sure to see any real reason to migrate from Poetry to uv. What about you?
@realgecko3 ай бұрын
On my current project venv is 6.5 gigs in size(cuda, matplot etc) uv installs/updates it in a matter of seconds.