can we get a multidb setup with sqlmodel using alembic
@pybob19 күн бұрын
These days: uv tool / uvx 🎉
@DeepKnowledgeSpace24 күн бұрын
Using poetry in azure pipeline Autoversioning via poetry kzbin.info/aero/PL-kVqysGX514jD9Hm5sZqIJCCrtraHIiX&feature=shared
@nodupe24 күн бұрын
That's cool and all BUT it will not work if the freaking files have spaces in their names! Unless you do this before running the commands: SAVEIFS=$IFS IFS=$(echo -en " \b") That will set the file separator as a "carrier return" of sorts. Oh those tools engineered when 8 characters were the standard length of file names! :)
@thebraziliandeer25 күн бұрын
thanks for the useful example
@Pybites25 күн бұрын
thanks!
@sportslover8396Ай бұрын
THis is the only place where I understood the getter and setter
@PybitesАй бұрын
nice, thanks, how so?
@kashifrana6798Ай бұрын
Great stuff. It will be great to see some practical example of sharing state means if function has some code to share state.
@pybobАй бұрын
Great interview!
@SherryBhutiaАй бұрын
Awesome video bob and Robin! PDM has totally surpassed my expectations!
@PybitesАй бұрын
Thanks, happy to hear! 😍 📈
@PybitesАй бұрын
Btw how did it exceed your expectations?
@emilagneАй бұрын
Very useful. Thank you! Went from a minute to insert about 4000 entries to 4 seconds.
@PybitesАй бұрын
Haha isn't that the best feeling ever? I love it, thanks for letting us know! - Julian
@PybitesАй бұрын
Oh nice! - Bob
@ironmonkey19902 ай бұрын
thank you!
@sherryab39642 ай бұрын
This video is a gem! I alwaysrefer back to it. Thanks for this!
@Pybites2 ай бұрын
Thanks!
@lennard44542 ай бұрын
1:53 this is really useful for unittesting, e.g. when you have a read only variable but need to set it to some value without mocking
@Pybites2 ай бұрын
If we can remove mocking = better📈 Do you have an example? 🙏
@kennc19782 ай бұрын
Circle NEEDS Notifications on the desktop!!!
@Pybites2 ай бұрын
Agreed, we've asked them multiple times ...
@sediqiata26782 ай бұрын
Tnx
@paxcoder2 ай бұрын
Constructive criticism: 1. I don't know what this video is about. 2. I think microphone quality matters _a lot_ for content creation.
@Pybites2 ай бұрын
Thanks for your feedback. Yes, we should have drawn another short from this podcast demo. And yes, the audio is subpar, will keep this in mind for future ones ...
@pradhvanbisht21772 ай бұрын
Great job folks 🙌🏾 So excited to try out V2.
@Pybites2 ай бұрын
Cool, let me know if you have any feedback, thanks!
@kareemsaygbe9042 ай бұрын
Thank you!
@tommytec21612 ай бұрын
I love that episode. My grandma used to tell me she worked in a former thing like IT department in her company because she used to punch holes into cards and "program" their systems.
@pybob2 ай бұрын
So exciting ❤🎉 - people try it out and send us a note how you like v2 …
Yeah, I remember Julian.... He was such PITA 🤣🤣🤣🤣🤣
@shakiestnerd3 ай бұрын
Very timely for me. I just installed 'uv' a couple of days ago and loving it so far.
@Pybites3 ай бұрын
Me (Bob) too, I use it for everything now.
@blaiseutube3 ай бұрын
I love this dialogue and the book recommendations at the end are superb. 33:47 has helpful advice on monkey patching, integration tests vs. dependency encapsulation.
@Pybites3 ай бұрын
@@blaiseutube thanks
@JohnFennec3 ай бұрын
Thanks for the plug! Hope you enjoy the book!
@LucaCitelli3 ай бұрын
Hi! Thanks for the video, very helpful. Is there anybody who managed to define joined table inheritance with SQLModel?
@Pybites3 ай бұрын
not yet used, what's the need or use case?
@LucaCitelli3 ай бұрын
@@Pybites Datamodel for financial portfolio with an object Position in relationship with Instrument (1 instrument -> many positions). Then I have different instruments type with different attributes (stocks, bonds, derivatives...). Usually in sqlalchemy you do single or joined table inheritance and use polymorphic loading
@hemrajkaliraman13 ай бұрын
I am getting the toolbar, but when I am trying to access any item in the toolbar i get an error 'The resopnse is a invalid Json Object: Syntex Error: unexpected token '<'. I tried many solutions available online but could not fix the issue. I have also uninstalled and reinstalled. Please provide any solution
@Pybites3 ай бұрын
could it be this? github.com/jazzband/django-debug-toolbar/issues/1422
@byteshift14 ай бұрын
i comopleted the whole installation process, but when i run server i get this error "ModuleNotFoundError: No module named 'apps.homedebug_toolbar' "
@Pybites4 ай бұрын
Would help to list exact steps somewhere to debug ...
@dominance-him4 ай бұрын
keep making these please
@Pybites4 ай бұрын
yeah it has been a while, busy building and coaching, but will keep it in mind, thanks (Bob)
@Pybites4 ай бұрын
on the Django front, what topics would help?
@Pybites4 ай бұрын
Seems these days you can use uv 😍 📈
@murdockscott4 ай бұрын
Thanks for this video, I am trying to get my head around pipx even though I have very little command line experience. It was especially helpful for me to see it used in the MacOS terminal.
@Pybites4 ай бұрын
You are welcome!
@Pybites4 ай бұрын
Join the Pybites Community here: pybites.circle.so
@reniervandermerwe4 ай бұрын
When people need help hey need a simple instruction............... Understood NOTHING you said
@Pybites4 ай бұрын
Can you be a bit more specific please? Thanks.
@spongythecake4 ай бұрын
Nice msg to pass on. Thank you
@Pybites4 ай бұрын
You are so welcome
@Pybites4 ай бұрын
Join the Pybites Community here: pybites.circle.so
@مریمپورطریق4 ай бұрын
Thank you. It was a great help
@Pybites4 ай бұрын
Glad it helped!
@Pybites4 ай бұрын
@Pybites Join the Pybites Community here: pybites.circle.so
why use bytearray when you can just use print or input ?
@Pybites5 ай бұрын
sorry, where was this? can you elaborate a bit please?
@therabidpancake15 ай бұрын
@@Pybites I am saying why would you do it this way when you could write the array print it to the screen and then manipulate the text . Maybe I am just missing something. I followed the instructions religiously and it just printed the numbers to the screen. I am far from a professional so I am not completely sure.
@therabidpancake15 ай бұрын
@@Pybites I am talking about the bytearray function
@Pybites5 ай бұрын
@@therabidpancake1 long time we did this one, I'd need to check ... thanks
@Pybites5 ай бұрын
Where was this in the video, looking at the chapters I don't see this ...
@tylerschat51915 ай бұрын
I finished up Anxious Generation and at the end of the book they offer some great community recommendations and personal recommendations for what to do with your kids near the end. Been struggling to apply some with an adopted teenager and it's definitely an interesting balancing act, but the underlying theme is: There's hope.
@Pybites4 ай бұрын
Thanks for sharing!
@Pybites4 ай бұрын
Join the Pybites Community here: pybites.circle.so
@bernardodc96315 ай бұрын
What about PDM?
@Pybites5 ай бұрын
You mean our coaching program? Lol, kidding ... I have not tried that one yet. Have you played with uv?
@bernardodc96315 ай бұрын
@@Pybites I've seen some videos and given up before even trying it. Since I came from nodejs world, PDM made more sense (like PEP 582). Plus, it has a lot of features AND is the 2nd fastest yet (behind uv only). Been liking it so far!
@Pybites5 ай бұрын
@@bernardodc9631 good to know, thanks
@karthickb19735 ай бұрын
man, this whole refactoring playlist is priceless.
@Pybites5 ай бұрын
Thank you, I (Bob) wanna do some more, ideas?
@karthickb19735 ай бұрын
@@Pybites how to decouple and following SOLID
@Pybites5 ай бұрын
@@karthickb1973 SOLID sounds good, maybe a video per letter. Decoupling would be a good one to do a dedicated video on as well. Cheers
@pybob5 ай бұрын
Need to read! ❤🎉
@Gauravsinghrf6 ай бұрын
thank you
@Pybites4 ай бұрын
You're welcome
@kam-n9s6 ай бұрын
How to install from requirements.txt
@Pybites6 ай бұрын
How do you mean? With pipx you install utils globally, did I mention requiements in this video?
@kam-n9s6 ай бұрын
@@Pybites i wanted automated install packages from this file
@Pybites6 ай бұрын
@@kam-n9s can you give me some more context? btw have you checked out uv?
@Pybites6 ай бұрын
Join our Pybites Community for free: pybites.circle.so/