Sherry's Journey in PDI
10:01
2 ай бұрын
[Newbie Bites] #50. Read The Docs
6:14
[Newbie Bites] #48. String Module
3:13
[Newbie Bites] #40. Scope
5:22
4 ай бұрын
[Newbie Bites] #37. Make a Class
8:00
[Newbie Bites] #34. Random Module
4:34
[Newbie Bites] #31. Word Count
5:36
[Newbie Bites] #30. Special Chars
4:39
Пікірлер
@djtoon8412
@djtoon8412 3 күн бұрын
can we get a multidb setup with sqlmodel using alembic
@pybob
@pybob 19 күн бұрын
These days: uv tool / uvx 🎉
@DeepKnowledgeSpace
@DeepKnowledgeSpace 24 күн бұрын
Using poetry in azure pipeline Autoversioning via poetry kzbin.info/aero/PL-kVqysGX514jD9Hm5sZqIJCCrtraHIiX&feature=shared
@nodupe
@nodupe 24 күн бұрын
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! :)
@thebraziliandeer
@thebraziliandeer 25 күн бұрын
thanks for the useful example
@Pybites
@Pybites 25 күн бұрын
thanks!
@sportslover8396
@sportslover8396 Ай бұрын
THis is the only place where I understood the getter and setter
@Pybites
@Pybites Ай бұрын
nice, thanks, how so?
@kashifrana6798
@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
@pybob Ай бұрын
Great interview!
@SherryBhutia
@SherryBhutia Ай бұрын
Awesome video bob and Robin! PDM has totally surpassed my expectations!
@Pybites
@Pybites Ай бұрын
Thanks, happy to hear! 😍 📈
@Pybites
@Pybites Ай бұрын
Btw how did it exceed your expectations?
@emilagne
@emilagne Ай бұрын
Very useful. Thank you! Went from a minute to insert about 4000 entries to 4 seconds.
@Pybites
@Pybites Ай бұрын
Haha isn't that the best feeling ever? I love it, thanks for letting us know! - Julian
@Pybites
@Pybites Ай бұрын
Oh nice! - Bob
@ironmonkey1990
@ironmonkey1990 2 ай бұрын
thank you!
@sherryab3964
@sherryab3964 2 ай бұрын
This video is a gem! I alwaysrefer back to it. Thanks for this!
@Pybites
@Pybites 2 ай бұрын
Thanks!
@lennard4454
@lennard4454 2 ай бұрын
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
@Pybites
@Pybites 2 ай бұрын
If we can remove mocking = better📈 Do you have an example? 🙏
@kennc1978
@kennc1978 2 ай бұрын
Circle NEEDS Notifications on the desktop!!!
@Pybites
@Pybites 2 ай бұрын
Agreed, we've asked them multiple times ...
@sediqiata2678
@sediqiata2678 2 ай бұрын
Tnx
@paxcoder
@paxcoder 2 ай бұрын
Constructive criticism: 1. I don't know what this video is about. 2. I think microphone quality matters _a lot_ for content creation.
@Pybites
@Pybites 2 ай бұрын
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 ...
@pradhvanbisht2177
@pradhvanbisht2177 2 ай бұрын
Great job folks 🙌🏾 So excited to try out V2.
@Pybites
@Pybites 2 ай бұрын
Cool, let me know if you have any feedback, thanks!
@kareemsaygbe904
@kareemsaygbe904 2 ай бұрын
Thank you!
@tommytec2161
@tommytec2161 2 ай бұрын
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.
@pybob
@pybob 2 ай бұрын
So exciting ❤🎉 - people try it out and send us a note how you like v2 …
@gabrioche6757
@gabrioche6757 2 ай бұрын
Simple and efficient, thanks
@Pybites
@Pybites 3 ай бұрын
"Join Our Community" pybites.circle.so/c/start-here
@blaiseutube
@blaiseutube 3 ай бұрын
Yeah, I remember Julian.... He was such PITA 🤣🤣🤣🤣🤣
@shakiestnerd
@shakiestnerd 3 ай бұрын
Very timely for me. I just installed 'uv' a couple of days ago and loving it so far.
@Pybites
@Pybites 3 ай бұрын
Me (Bob) too, I use it for everything now.
@blaiseutube
@blaiseutube 3 ай бұрын
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.
@Pybites
@Pybites 3 ай бұрын
@@blaiseutube thanks
@JohnFennec
@JohnFennec 3 ай бұрын
Thanks for the plug! Hope you enjoy the book!
@LucaCitelli
@LucaCitelli 3 ай бұрын
Hi! Thanks for the video, very helpful. Is there anybody who managed to define joined table inheritance with SQLModel?
@Pybites
@Pybites 3 ай бұрын
not yet used, what's the need or use case?
@LucaCitelli
@LucaCitelli 3 ай бұрын
@@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
@hemrajkaliraman1
@hemrajkaliraman1 3 ай бұрын
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
@Pybites
@Pybites 3 ай бұрын
could it be this? github.com/jazzband/django-debug-toolbar/issues/1422
@byteshift1
@byteshift1 4 ай бұрын
i comopleted the whole installation process, but when i run server i get this error "ModuleNotFoundError: No module named 'apps.homedebug_toolbar' "
@Pybites
@Pybites 4 ай бұрын
Would help to list exact steps somewhere to debug ...
@dominance-him
@dominance-him 4 ай бұрын
keep making these please
@Pybites
@Pybites 4 ай бұрын
yeah it has been a while, busy building and coaching, but will keep it in mind, thanks (Bob)
@Pybites
@Pybites 4 ай бұрын
on the Django front, what topics would help?
@Pybites
@Pybites 4 ай бұрын
Seems these days you can use uv 😍 📈
@murdockscott
@murdockscott 4 ай бұрын
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.
@Pybites
@Pybites 4 ай бұрын
You are welcome!
@Pybites
@Pybites 4 ай бұрын
Join the Pybites Community here: pybites.circle.so
@reniervandermerwe
@reniervandermerwe 4 ай бұрын
When people need help hey need a simple instruction............... Understood NOTHING you said
@Pybites
@Pybites 4 ай бұрын
Can you be a bit more specific please? Thanks.
@spongythecake
@spongythecake 4 ай бұрын
Nice msg to pass on. Thank you
@Pybites
@Pybites 4 ай бұрын
You are so welcome
@Pybites
@Pybites 4 ай бұрын
Join the Pybites Community here: pybites.circle.so
@مریمپورطریق
@مریمپورطریق 4 ай бұрын
Thank you. It was a great help
@Pybites
@Pybites 4 ай бұрын
Glad it helped!
@Pybites
@Pybites 4 ай бұрын
@Pybites Join the Pybites Community here: pybites.circle.so
@Pybites
@Pybites 4 ай бұрын
"Join Our Community" pybites.circle.so/c/start-here
@Pybites
@Pybites 4 ай бұрын
"Join Our Community" pybites.circle.so/c/start-here
@Pybites
@Pybites 5 ай бұрын
"Join Our Community" pybites.circle.so/c/start-here
@Pybites
@Pybites 5 ай бұрын
"Join Our Community" pybites.circle.so/c/start-here
@Pybites
@Pybites 5 ай бұрын
"Join Our Community" pybites.circle.so/c/start-here
@therabidpancake1
@therabidpancake1 5 ай бұрын
why use bytearray when you can just use print or input ?
@Pybites
@Pybites 5 ай бұрын
sorry, where was this? can you elaborate a bit please?
@therabidpancake1
@therabidpancake1 5 ай бұрын
@@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.
@therabidpancake1
@therabidpancake1 5 ай бұрын
@@Pybites I am talking about the bytearray function
@Pybites
@Pybites 5 ай бұрын
@@therabidpancake1 long time we did this one, I'd need to check ... thanks
@Pybites
@Pybites 5 ай бұрын
Where was this in the video, looking at the chapters I don't see this ...
@tylerschat5191
@tylerschat5191 5 ай бұрын
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.
@Pybites
@Pybites 4 ай бұрын
Thanks for sharing!
@Pybites
@Pybites 4 ай бұрын
Join the Pybites Community here: pybites.circle.so
@bernardodc9631
@bernardodc9631 5 ай бұрын
What about PDM?
@Pybites
@Pybites 5 ай бұрын
You mean our coaching program? Lol, kidding ... I have not tried that one yet. Have you played with uv?
@bernardodc9631
@bernardodc9631 5 ай бұрын
​@@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!
@Pybites
@Pybites 5 ай бұрын
@@bernardodc9631 good to know, thanks
@karthickb1973
@karthickb1973 5 ай бұрын
man, this whole refactoring playlist is priceless.
@Pybites
@Pybites 5 ай бұрын
Thank you, I (Bob) wanna do some more, ideas?
@karthickb1973
@karthickb1973 5 ай бұрын
@@Pybites how to decouple and following SOLID
@Pybites
@Pybites 5 ай бұрын
@@karthickb1973 SOLID sounds good, maybe a video per letter. Decoupling would be a good one to do a dedicated video on as well. Cheers
@pybob
@pybob 5 ай бұрын
Need to read! ❤🎉
@Gauravsinghrf
@Gauravsinghrf 6 ай бұрын
thank you
@Pybites
@Pybites 4 ай бұрын
You're welcome
@kam-n9s
@kam-n9s 6 ай бұрын
How to install from requirements.txt
@Pybites
@Pybites 6 ай бұрын
How do you mean? With pipx you install utils globally, did I mention requiements in this video?
@kam-n9s
@kam-n9s 6 ай бұрын
@@Pybites i wanted automated install packages from this file
@Pybites
@Pybites 6 ай бұрын
@@kam-n9s can you give me some more context? btw have you checked out uv?
@Pybites
@Pybites 6 ай бұрын
Join our Pybites Community for free: pybites.circle.so/
@Pybites
@Pybites 6 ай бұрын
"Join Our Community" pybites.circle.so/c/start-here
@Pybites
@Pybites 6 ай бұрын
"Join Our Community" pybites.circle.so/c/start-here
@Pybites
@Pybites 6 ай бұрын
"Join Our Community" pybites.circle.so/c/start-here