Course on Boot.dev - www.boot.dev/learn/learn-python Use code TRASHPUPPY for 25% off your first payment
@GrimSpec5 күн бұрын
Your PPP-based discount pricing appears to be significantly inaccurate. For example, consider two countries: Czechia (CZ) and Slovakia (SVK). Czechia's GDP (PPP) is over 40% higher than Slovakia's, yet the subscription cost in Czechia is 4,499 CZK (approximately 180 EUR at the time of writing), whereas in Slovakia, it is 259 EUR. This results in a nearly 70 EUR difference in pricing, despite the economic disparity. Similar discrepancies can be observed in other countries with different currencies.
@bootdotdev4 күн бұрын
@@GrimSpec hit us up at hello@boot.dev with pricing questions - happy to help
@vPeteWalker6 ай бұрын
I'm so glad you took the time to record the entire Python course, and post it. I have zero experience with programming, and I found some of the exercises confusing, and didn't always feel I was properly prepared. I haven't quite finished it yet, but I am now in the midst of starting over while I watch this video so I can hopefully get some more context. Also, thank you for introducing us to TrashPuppy. She does an excellent job, and makes this fun (I laughed out loud when she talked about some ways comments are formatting as toxic). I just subscribed to her channel and am really looking forward to watching more. Thanks all. Please have a wonderful day.
@trshpuppy5 ай бұрын
Glad you’re enjoying it & Ty for the sub 😊
@dezly-macauley6 ай бұрын
The way I see it, every line of Python code gets me closer to Go. Every line of Go reduces the likelihood of having to suffer with the JS ecosystem.
@wagslane6 ай бұрын
Closer to Go, closer to God
@CaptEirikr6 ай бұрын
Yep; I've been a VueJS dev for 6 years, and I want out. Doing the Python course since I'm paying for it, but man, Go here I come...
@trshpuppy6 ай бұрын
EXACTLY!!
@smnomad92766 ай бұрын
how can you avoid the js ecosystem when you need it for the browser lol?
@dezly-macauley6 ай бұрын
@@smnomad9276 Not everyone wants to be a front-end web dev, also JS isn't the only option for front end, it's just the most common so no one technically "needs" it.
@divinkitty94526 ай бұрын
There were some questions I was struggling with in the course, so this is excellent to see. Very excited to delve into this on the weekend
@bootdotdev6 ай бұрын
Hope it helps!
@WitikoAmor5 ай бұрын
Big Thanks to Bellular for always shouting this out. Thank you so much for this video.
@koekenaapwashier4 ай бұрын
If it wasn't for him, I would have headed to coursera or something to restart my coding path yet again. I'm not that far in, but the environment is much more suitable for me and knowing I have Boots and a whole discord server to lean on makes the mountain seem that much smaller.
@WitikoAmor4 ай бұрын
@@koekenaapwashier I'm in the Coursera CyberSec course and in the Python section and let me tell you , it is agonizing.
@fujivato2 ай бұрын
Yep, that's how I found out about it too 🙂
@joekennedy97375 ай бұрын
This was a great introduction to Pyrhon. TrashPuppy is an awesome presenter. She is funny and unique and makes learning fun. In her own words, Nice job, well done! 🙂
@trshpuppy5 ай бұрын
@Julzaa6 ай бұрын
What?? Two of my most trusted techtubers (you and Neetcode) both release a Python full course just when I need it?? What's happening!
@bootdotdev6 ай бұрын
WHAT neetcode and I need to go to WAR
@Just_lift_anyone10 күн бұрын
This is such an enjoyable tutorial, I love TrashPuppy’s friendly, fun approach.
@n4mlss6 ай бұрын
I'm not a Python newbie, but I will watch this course. Thanks PS. Those 'pesky' frontend technologies are awesome 😛
@bootdotdev6 ай бұрын
No they're pesky!
@vinmassa4 ай бұрын
This video is amazing. I've been using this along side my course and its helped my understanding immensly. I can't thank you guys enough! Concise info, simple explanantions, and great pacing.
@benjarrett68096 ай бұрын
Not sure if this has been answered, but what theme are they using?
@trshpuppy5 ай бұрын
Vibrancy Continued!
@benjarrett68095 ай бұрын
@@trshpuppy thank you!!
@ForRo3sS6 ай бұрын
I am already on bootdev and learning yet ı will watch. İt is never bad to see more. But Allan I would ask another google meetings because ı missed one due to work
@bootdotdev6 ай бұрын
there's a rescheduling link in the calendar invite
@ForRo3sS6 ай бұрын
@@bootdotdev ı know but unfortunately ı click and ı get a page is not found. Thank you for caring tough
@lifewcj12645 ай бұрын
Can you explain why @dezly-macueley is studying Pyhton-> and wants to get closer to GO? why not go the JS route?
@bootdotdev3 ай бұрын
Idk who that is But Go is BIS
@hcjr1fan2 ай бұрын
nice. going through this now, but is that a jigsaw puzzle in the background!?
@shaider19826 ай бұрын
That nested dictionary bonus problem seems hard.
@Theos.6 ай бұрын
i looked through this video to try to find where that bonus problem is given, but i couldnt find it. ive been doing bootdev for a couple months now, and ive learned a couple ways to do it. the first way is to do a nested loop. you iterate over the first dictionary, and if you find a dictionary inside of that, you move to another loop that then iterates over THAT dictionary. the problem with this method is that it takes a lot of computing power (i think, im no expert but i was told this by someone) and you also dont know how many dictionaries might be nested, so youd have to make a bunch of loops and it is just very bad and ugly. the real way to solve this issue is with recursive functions, which i think is taught in course 6 or 7 on boot.dev. you need to loop over the dictionary, and if you find a dictionary, you take that dictionary and you call the function you are already using, within itself, with that nested dictionary as the input. then, no matter how many layers of nested dictionaries you have, it will comb through all of them until there are no more left, and then each function resolves in turn starting from the deepest function in the recursion. there are a couple pitfalls in this method you have to look out for, like infinite recursions. its very cool though.
@shaider19826 ай бұрын
@@Theos. Ok, thanks. Will try to use your technique
@tsolanoff6 ай бұрын
Currently on your bootcamp and, honestly, don’t understand the reason to be tied so tightly to python as for backend.
@bootdotdev6 ай бұрын
All the backend related content on Boot.dev is in Go! The python content is aaaaaall CS fundamentals
@Rgue-ei7ug6 ай бұрын
Awesome 🔥🔥🔥
@bootdotdev6 ай бұрын
No u
@AgentPierreАй бұрын
for 1:04:11 I did def hours_to_seconds(hours): time = 3600 * hours return time
@kvelez2 ай бұрын
Cool, I would like to see a course on C#.
@br4vetrave1er2 ай бұрын
Trash Puppy is amazing teacher!
@NecroPupski3 ай бұрын
I work in IT support and realised I want to set my own ours and be able to spend more time with family so thinking of becoming a programmer so I can then stop wasting ours traveling and see my wife more
@ChrisGray-e3u3 ай бұрын
oh awesome just skip ch.9/19. im totally not stuck on it
@bootdotdev3 ай бұрын
She didn't cover any of the optional challenges! Just the new concepts
@NeonGenesisRevelations6 ай бұрын
Hey, it's trash puppy!
@bootdotdev6 ай бұрын
not wrong!
@cariyaputta6 ай бұрын
No class, concurrency, and numpy?
@bootdotdev6 ай бұрын
Classes are in the OOP course!
@JohnVandivier2 ай бұрын
grrrrr another step in the pattern of boot dev technically being right (enough?) but still irritating me JS isn't just a front end technology i'm mostly grumpy bc boot dev is so awesome and i'm jealous...
@demarcorr6 ай бұрын
I only wanted a half course so this doesnt fit the bill, sorry.
@bootdotdev6 ай бұрын
Better luck next time
@newstation7956 ай бұрын
Will I get sued if I do a code through
@bootdotdev6 ай бұрын
Hmmm?
@Archiezz342 ай бұрын
Chapter 6 skips lessons 7 - 11 Otherwise, enjoying the extra review.
@LukasSmith8276 ай бұрын
nice
@bootdotdev6 ай бұрын
No u
@celestialbeing47676 ай бұрын
I say learn a single programming language. Stick with it, don't learn any other language until you master it. That means it's libraries and frameworks. Along with it idiot idiosyncrasies.
@bootdotdev6 ай бұрын
Idk!
@nickreffner45746 ай бұрын
Wouldn’t it take years of learning to master a language with only the most popular libraries? I think the idea here is getting to fundamentals of the how and why we do things in programming before switching to go for backend.