Learn Python | Full 7-Hour Course

  Рет қаралды 184,157

Boot dev

Boot dev

Күн бұрын

Пікірлер: 86
@bootdotdev
@bootdotdev 6 ай бұрын
Course on Boot.dev - www.boot.dev/learn/learn-python Use code TRASHPUPPY for 25% off your first payment
@GrimSpec
@GrimSpec 5 күн бұрын
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.
@bootdotdev
@bootdotdev 4 күн бұрын
@@GrimSpec hit us up at hello@boot.dev with pricing questions - happy to help
@vPeteWalker
@vPeteWalker 6 ай бұрын
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.
@trshpuppy
@trshpuppy 5 ай бұрын
Glad you’re enjoying it & Ty for the sub 😊
@dezly-macauley
@dezly-macauley 6 ай бұрын
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.
@wagslane
@wagslane 6 ай бұрын
Closer to Go, closer to God
@CaptEirikr
@CaptEirikr 6 ай бұрын
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...
@trshpuppy
@trshpuppy 6 ай бұрын
EXACTLY!!
@smnomad9276
@smnomad9276 6 ай бұрын
how can you avoid the js ecosystem when you need it for the browser lol?
@dezly-macauley
@dezly-macauley 6 ай бұрын
@@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.
@divinkitty9452
@divinkitty9452 6 ай бұрын
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
@bootdotdev
@bootdotdev 6 ай бұрын
Hope it helps!
@WitikoAmor
@WitikoAmor 5 ай бұрын
Big Thanks to Bellular for always shouting this out. Thank you so much for this video.
@koekenaapwashier
@koekenaapwashier 4 ай бұрын
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.
@WitikoAmor
@WitikoAmor 4 ай бұрын
@@koekenaapwashier I'm in the Coursera CyberSec course and in the Python section and let me tell you , it is agonizing.
@fujivato
@fujivato 2 ай бұрын
Yep, that's how I found out about it too 🙂
@joekennedy9737
@joekennedy9737 5 ай бұрын
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! 🙂
@trshpuppy
@trshpuppy 5 ай бұрын
@Julzaa
@Julzaa 6 ай бұрын
What?? Two of my most trusted techtubers (you and Neetcode) both release a Python full course just when I need it?? What's happening!
@bootdotdev
@bootdotdev 6 ай бұрын
WHAT neetcode and I need to go to WAR
@Just_lift_anyone
@Just_lift_anyone 10 күн бұрын
This is such an enjoyable tutorial, I love TrashPuppy’s friendly, fun approach.
@n4mlss
@n4mlss 6 ай бұрын
I'm not a Python newbie, but I will watch this course. Thanks PS. Those 'pesky' frontend technologies are awesome 😛
@bootdotdev
@bootdotdev 6 ай бұрын
No they're pesky!
@vinmassa
@vinmassa 4 ай бұрын
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.
@benjarrett6809
@benjarrett6809 6 ай бұрын
Not sure if this has been answered, but what theme are they using?
@trshpuppy
@trshpuppy 5 ай бұрын
Vibrancy Continued!
@benjarrett6809
@benjarrett6809 5 ай бұрын
@@trshpuppy thank you!!
@ForRo3sS
@ForRo3sS 6 ай бұрын
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
@bootdotdev
@bootdotdev 6 ай бұрын
there's a rescheduling link in the calendar invite
@ForRo3sS
@ForRo3sS 6 ай бұрын
@@bootdotdev ı know but unfortunately ı click and ı get a page is not found. Thank you for caring tough
@lifewcj1264
@lifewcj1264 5 ай бұрын
Can you explain why @dezly-macueley is studying Pyhton-> and wants to get closer to GO? why not go the JS route?
@bootdotdev
@bootdotdev 3 ай бұрын
Idk who that is But Go is BIS
@hcjr1fan
@hcjr1fan 2 ай бұрын
nice. going through this now, but is that a jigsaw puzzle in the background!?
@shaider1982
@shaider1982 6 ай бұрын
That nested dictionary bonus problem seems hard.
@Theos.
@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.
@shaider1982
@shaider1982 6 ай бұрын
​@@Theos. Ok, thanks. Will try to use your technique
@tsolanoff
@tsolanoff 6 ай бұрын
Currently on your bootcamp and, honestly, don’t understand the reason to be tied so tightly to python as for backend.
@bootdotdev
@bootdotdev 6 ай бұрын
All the backend related content on Boot.dev is in Go! The python content is aaaaaall CS fundamentals
@Rgue-ei7ug
@Rgue-ei7ug 6 ай бұрын
Awesome 🔥🔥🔥
@bootdotdev
@bootdotdev 6 ай бұрын
No u
@AgentPierre
@AgentPierre Ай бұрын
for 1:04:11 I did def hours_to_seconds(hours): time = 3600 * hours return time
@kvelez
@kvelez 2 ай бұрын
Cool, I would like to see a course on C#.
@br4vetrave1er
@br4vetrave1er 2 ай бұрын
Trash Puppy is amazing teacher!
@NecroPupski
@NecroPupski 3 ай бұрын
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-e3u
@ChrisGray-e3u 3 ай бұрын
oh awesome just skip ch.9/19. im totally not stuck on it
@bootdotdev
@bootdotdev 3 ай бұрын
She didn't cover any of the optional challenges! Just the new concepts
@NeonGenesisRevelations
@NeonGenesisRevelations 6 ай бұрын
Hey, it's trash puppy!
@bootdotdev
@bootdotdev 6 ай бұрын
not wrong!
@cariyaputta
@cariyaputta 6 ай бұрын
No class, concurrency, and numpy?
@bootdotdev
@bootdotdev 6 ай бұрын
Classes are in the OOP course!
@JohnVandivier
@JohnVandivier 2 ай бұрын
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...
@demarcorr
@demarcorr 6 ай бұрын
I only wanted a half course so this doesnt fit the bill, sorry.
@bootdotdev
@bootdotdev 6 ай бұрын
Better luck next time
@newstation795
@newstation795 6 ай бұрын
Will I get sued if I do a code through
@bootdotdev
@bootdotdev 6 ай бұрын
Hmmm?
@Archiezz34
@Archiezz34 2 ай бұрын
Chapter 6 skips lessons 7 - 11 Otherwise, enjoying the extra review.
@LukasSmith827
@LukasSmith827 6 ай бұрын
nice
@bootdotdev
@bootdotdev 6 ай бұрын
No u
@celestialbeing4767
@celestialbeing4767 6 ай бұрын
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.
@bootdotdev
@bootdotdev 6 ай бұрын
Idk!
@nickreffner4574
@nickreffner4574 6 ай бұрын
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.
@KartikeyTT
@KartikeyTT 6 ай бұрын
Cool
@bootdotdev
@bootdotdev 6 ай бұрын
no u
@KartikeyTT
@KartikeyTT 6 ай бұрын
@@bootdotdev 🙈
@emiryaasir
@emiryaasir 5 ай бұрын
Dunno why. You look like Mr.Beast
@bootdotdev
@bootdotdev 5 ай бұрын
Thanks I think
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 367 М.
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,2 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 73 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,3 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
God-Tier Developer Roadmap
16:42
Fireship
Рет қаралды 7 МЛН
5 Good Python Habits
17:35
Indently
Рет қаралды 656 М.
I made Tetris in C, this is what I learned
15:15
Austin Larsen
Рет қаралды 3,3 М.
How I Would Learn Python FAST in 2024 (if I could start over)
12:19
Thu Vu data analytics
Рет қаралды 612 М.
Fast Inverse Square Root - A Quake III Algorithm
20:08
Nemean
Рет қаралды 5 МЛН
Python for Beginners - Learn Coding with Python in 1 Hour
1:00:06
Programming with Mosh
Рет қаралды 19 МЛН
Learn Python OOP in under 20 Minutes
18:32
Indently
Рет қаралды 142 М.
5 Python Libraries You Should Know in 2025!
22:30
Keith Galli
Рет қаралды 64 М.
How To Read Russian In 9 Minutes (Seriously)
9:10
Life of Yama
Рет қаралды 2,1 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН