Thanks for this very nice video! It was nice to see you step through the full process. Video idea request/suggestion: In Episodes 94, 98, and 109 you've shown how to use unittest's mock module to patch objects, but you've mentioned that you don't want to go too in depth in those videos. Would you be open to making a video that focuses on the basics of mocking as well as using the pytest-mock pytest plugin to use the mocker fixture? I realize that this is a pretty specific request, but any additional mocking content would be great. :)
Hey Anthony, thanks for another great video. A bit off topic question: Have you considered alternatives for hosting your content? With TH-cam going adds galore and now removing dislikes, who knows what future holds
hi Anthony, any plans of videos for oop in python? i was not able to see any in the playlist. oop looks way complicated and was hoping to get some help. :-)
Hi anthony, I wanted to let you know that I'm using your implementation for automating the nintendo switch. SUPERB, hunting regiice as we speak. Soon I'll be hunting for a shiny starter in bdsp
heh -- of course! I was imprecise in describing the problem since I forgot the original copy though it usually states "opening times are strictly increasing"
I mean case like that [(1,4) , (2,3), (5,6)] => [(1,4), (5,6)] which is still increasing but these simple change would result in nasty bug. There is always quite few assumption to problem tho.
Never seen anyone mention writing tests in the interview but that's smart
Thanks for this very nice video! It was nice to see you step through the full process.
Video idea request/suggestion: In Episodes 94, 98, and 109 you've shown how to use unittest's mock module to patch objects, but you've mentioned that you don't want to go too in depth in those videos. Would you be open to making a video that focuses on the basics of mocking as well as using the pytest-mock pytest plugin to use the mocker fixture? I realize that this is a pretty specific request, but any additional mocking content would be great. :)
yep it's already in the list -- been putting it off because I'm going to drop my controversial "pytest-mock is bad, actually"
@@anthonywritescode Oh spicy! :) Looking forward to it.
Hey Anthony, thanks for another great video. A bit off topic question: Have you considered alternatives for hosting your content? With TH-cam going adds galore and now removing dislikes, who knows what future holds
haven't really thought about it -- though I have all my content locally either way
Well I have an interview in 30 minutes so this is coming in clutch
good luck good luck!
hi Anthony, any plans of videos for oop in python? i was not able to see any in the playlist. oop looks way complicated and was hoping to get some help. :-)
my advice for OOP is generally: don't -- it makes your code much more difficult to maintain and understand -- that's why there's no videos about it
Wow! this is really cool, would make more videos of this kind?
there's a few linked in the description -- there's also more in the playlist: github.com/anthonywritescode/explains
if this was the technical interview i'd only work for that company if i had absolutely no other choice
say more?
Hi anthony, I wanted to let you know that I'm using your implementation for automating the nintendo switch. SUPERB, hunting regiice as we speak. Soon I'll be hunting for a shiny starter in bdsp
thank you^^ forgot to say that
nice! glad it worked out for ya!
That's really helpful, thanks.
I think that your answer to twist can have bug in it. Should have write proper test to overlapping hours ;) love the vid, c u on stream.
heh -- of course! I was imprecise in describing the problem since I forgot the original copy though it usually states "opening times are strictly increasing"
I mean case like that [(1,4) , (2,3), (5,6)] => [(1,4), (5,6)] which is still increasing but these simple change would result in nasty bug. There is always quite few assumption to problem tho.
yeah they aren't completely overlapping -- that's also included in the original problem description
First 🍪🐍
Second