Finally, course which doesn't cover creating variables, and writing loops for the millionth time... THANKS!
@patloeber4 жыл бұрын
Glad you like it :)
@xtra99964 жыл бұрын
Agree!
@nooptiui4 жыл бұрын
Well it's for intermediates Sooo....they should already know that
@soupnoodles4 жыл бұрын
I think he's being sarcastic ;-;
@nooptiui4 жыл бұрын
@@soupnoodles He's definitely not
@elyakimlev2 жыл бұрын
I watched the whole thing in about 2 weeks, leaving the browser tab open, and watching 1-2 sections every day. Thanks a lot!
@QuantumWaveMaster6 ай бұрын
Haha doing the same rn in 2024 :D
@michelm383218 күн бұрын
@@QuantumWaveMaster doing the same almost 2025. I’m watching 50 min per day while trying to understand the codes and reproducing them!
@simonvutov757514 күн бұрын
Yeah I'm doing the same thing. Only difference is that I have a ML job interview in 2 days I trying to learn python and pytorch by then.
@muhammadasadhaider68934 жыл бұрын
word of advice to everyone, never name your dictionaries "myDict". Leads to some really awkward scenarios in interviews when you have to explain your code.....
@russell40214 жыл бұрын
HAHAHAHAHAHAHAHA!
@rafaelwendel14004 жыл бұрын
The guy from the video messed alot with his dict
@oliasharmeen33384 жыл бұрын
i bet your dict was really big
@_intruder4 жыл бұрын
"So let's say mydict.pop()"
@julianjohnmert86584 жыл бұрын
I don't know what's better, these lessons or this comment. XD
@yahomuse99993 жыл бұрын
title: Intermediate python course first 5 seconds: Hey guys welcome to this advanced python course
I have complete the basics course of python so for further is this course enough to learn everything else? Or do you guys recommend something else too?
@rhan971713 күн бұрын
@@kanchansetiya1530 In my opinion, this course is good for you if you have finished python basics, you'll learn many new things and topics.
@nariver13 жыл бұрын
I finished this course and I plan to keep it in my playlists as every topic was directly explaining without excessive details. Really enjoyed the course.
@ThalassaYamir6 ай бұрын
Can you send me the link for your playlist? If it's good for beginners
@justforwork43104 жыл бұрын
Just finished the lesson. Man was this far more in depth than what I was expecting. I appreciate you teaching us step by step how to make the most of our systems while coding and showing how we can modify functions. This was a great reference that I expect to look back on for a review.
@historyrogue50563 жыл бұрын
what's next?
@mwah59802 жыл бұрын
Learn python with me kzbin.info/www/bejne/a52vnH-fbrh0oqM
@user-rf4vc7mt4d2 жыл бұрын
@@historyrogue5056 8 buried, 0 found
@Zekulz3 жыл бұрын
I did a few different python courses and never really understand some of the syntax. I built some projects too and after watching this video I have started to understand a lot more Python. Honestly, this is amazing. Thanks for this, I know I will keep visiting again to recap the concepts. The video is so easy that even a beginner will understand what is happening. It enables someone from beginner level to enter intermediate so easily. I wish I saw this video before!! really hope there is more videos like this. Thank You so much
@GrantH2606 Жыл бұрын
What sort of projects do you build? I'm in the process of learning all of this stuff, but I have no idea what sort of projects will help me learn further - I have no imagination
@digiworld12122 жыл бұрын
Keep doing the great work, this world needs more of it.
@moastlee3 жыл бұрын
Really great video for interviews recap! Just want to point out one thing: it is not recommended to "share" value, i.e, memory, in multiprocessing procedure, because it is relatively inefficient to try to access a data from the RAM by different processors at the same time. In order to maximize the ability of the multiprocessing technique, you'll usually split a relatively large dataset into subsets, and hand each of the subsets to different processors and squeeze out all the calculation resource per processor to do whatever complex calculating process you want for the dataset, and finally merge all the sub-results back into the overall result (this is also why people say multiprocessing is for CPU-bound task). Therefore, using "Lock" for avoiding race conditions is actually "mimicking" threading behavior. That being said, the multiprocessing module provides several data-exchange methods if your "data sharing" situation is actually for cross-process communication, or update a global factor for the rest of the processor to use. There are a lot of details in the documentation of the python multiprocessing module, I basically just rephrase them with adding some of my experience in using these techniques in real life. Hope it is helpful!
@mwah59802 жыл бұрын
Learn python with me kzbin.info/www/bejne/a52vnH-fbrh0oqM
@joeMsessions2 жыл бұрын
I'm right at half-way through and I feel like this is some of the most efficient learning I've ever done. I have done 2 or 3 other beginner Python courses before, so I'm pretty set up for this level. I'm hoping the next half is as good as the first.
@AdamHammel2 жыл бұрын
Keep it up!
@blanker2.0072 жыл бұрын
Same!
@rodrigo100kk2 жыл бұрын
There will be a next one ? Cool !
@hakberdiorazow232 Жыл бұрын
i think you have enough knowledge to start solving problems.
@hungarianTEK4 жыл бұрын
Every time he said "my dict" i chuckled like a kid in grade school I'm 33
@ght007mcgaming44 жыл бұрын
Who didnt. I mean del(ete) my dict ...
@simonepaudice81454 жыл бұрын
I'm Juan
@TheMaestroGuy3 жыл бұрын
♫ ♬ my dict is bigger than yours, your dict don't even function ♫ ♬
@reichheang21383 жыл бұрын
Same xD
@theultimatecoder34333 жыл бұрын
@@TheMaestroGuy bruh
@USSJ2Otaku30843 жыл бұрын
Okay, I'm posting this for myself. It's a bit late and I need to get some sleep. So I'll set a bit of a record each time. Recently stopped 1) March 17, 2021 - 1:42:43 2) March 18, 2021 - 1:48:53 3) March 20, 2021 - 2:04:03 4) March 21, 2021 - 2:10:41 5) March 22, 2021 - 2:20:11 6) March 25, 2021 - 2:30:10 7) March 26, 2021 - 2:34:35 8) March 28, 2021 - 2:42:22 9) March 29, 2021 - 2:48:03 10) March 31, 2021 - 2:55:01 11) April 01, 2021 - 2:59:58 12) April 02, 2021 - 3:04:31 13) April 03, 2021 - 3:08:09 14) April 05, 2021 - 3:12:58 15) April 06, 2021 - 3:19:09 16) April 08, 2021 - 3:23:08 17) April 10, 2021 - 3:26:41 18) April 12, 2021 - 3:29:18 19) May 02, 2021 - 3:30:11 20) May 06, 2021 - 3:35:44 21) May 12, 2021 - 3:36:54 22) May 15, 2021 - 3:41:53 23) May 17, 2021 - 3:50:48 24) May 18, 2021 - 3:54:01 25) May 19, 2021 - 4:15:25 26) May 20, 2021 - 4:31:09 27) May 21, 2021 - 4:41:00 28) May 22, 2021 - 4:53:31 29) May 23, 2021 - 5:10:48 30) May 24, 2021 - 5:18:09 31) May 25, 2021 - 5:55:40
@YuraK253 жыл бұрын
dude's getting really good at coding now uses "{}" out of python
@leotodosiev85133 жыл бұрын
Oh look, a time traveler
@takharamazanpolat76103 жыл бұрын
Yo where you at?
@USSJ2Otaku30843 жыл бұрын
@@takharamazanpolat7610 I'm in the topic of JSON. I'm almost done with that topic 🤔😅. He was discussing about converting Python objects to JSON (Javascript Object Notation) data. Man, I'm going to need to get a laptop to practice this kind of stuff.
@takharamazanpolat76103 жыл бұрын
@@USSJ2Otaku3084 u on mobile? how do you practice without laptop?
@aditnegi25774 жыл бұрын
Thanks this is gonna help with Interviews, too many basic courses on python, this really helped even for someone like me who has been coding in python since 2015.
@patloeber4 жыл бұрын
That's nice to hear :)
@nasus32744 жыл бұрын
good luck! >:D
@KumarHemjeet4 жыл бұрын
You in python group on telegram ?
@amraboughazala59864 жыл бұрын
@@gingertankguy advise to go through the book www.linuxlinks.com/wp-content/uploads/2019/07/Fundamentals-Computer-Programming-C-Sharp.pdf I am learning coding on my own and such a book is a shift from a level to another.
@PaulRamnora4 жыл бұрын
@@amraboughazala5986 Thanks for the C# book link...; very deeply appreciated! ;-)
@lowfidelitylounge Жыл бұрын
Love how this course gets straight to the point. Can't wait to finish it. Also, was mind blown that tuples are more efficient than lists. Never would have thought of that.
@juaniriarte1193 Жыл бұрын
Was it useful the course?
@polygptman2 жыл бұрын
Danke!
@tageray9752 жыл бұрын
I love the way you're explaining! Decent speed, easy to understand. Perfect! Keep up!
@matthewbrightman33984 жыл бұрын
This was OUTSTANDING! I watched it over about three weeks, when I had time. I learned so much. Next onto Numpy from the same author.
@espressoshot214 жыл бұрын
Thank you so much for this awesome tutorial! I've been getting bored with all the beginner's python tutorials, and this was right on par with good amount of new materials learned!
@patloeber4 жыл бұрын
I'm really happy you enjoyed it!
@riverofsoup2 жыл бұрын
16 minutes into the video and I already doubled the notes that I have in relation to lists. Thank you so much!
@adityanarayanrai76894 жыл бұрын
I will wait for the expert course now.
@muhammadaman90104 жыл бұрын
@@FreeJobClub good by then maybe your english will improve.
@parryhotter93334 жыл бұрын
@@muhammadaman9010 Goodbye*...
@mikailu89644 жыл бұрын
@@parryhotter9333 "Good, by then maybe your english will improve". He was right the first time mate.
@parryhotter93334 жыл бұрын
@@mikailu8964 no he wasn't, because then he would've used a comma.. mate
@Laffey164 жыл бұрын
@@parryhotter9333 I'm not sure why you're so insistent on their grammar being correct considering they were merely referencing the fact that the beginners course was made 2 years ago. Thus by using pattern recognition of...literally one instance then you can joke the next will be another 2 years. Nobody was complaining.
@Sansa-Academy2 жыл бұрын
Very good tutorial. Finished it in 3 days. Excellent tutorial. Gave me an in-depth understanding of python, and how to optimize prformance using processes like multithreading and multiprocessing
@amirovuz2 жыл бұрын
Hi! I am watching this tutorial now. I have some misunderstanding in some topics, Could I disscuss with you?
@medsmati20634 жыл бұрын
I love the way explain things; simple and accurate; directly to the objective. Thank a lot.
@liamwood33572 жыл бұрын
Thank you so much for this. I have started and stopped more Python courses over the last few years than I can count. This is the first where I've gone from start to finish. Great pace, great concept introduction and explanation, you're helped me so much my man.
@aarohanyt737410 ай бұрын
pace in nice
@vladimirkorshunov77342 жыл бұрын
A thing to notice: A list (set, tuple, or dict) that contains objects can't be copied with just copy() function. (It can be, but you will only copy references to objects, not objects itself) So modification of an object in one list will affect another. deepcopy function should be used for this king of copying.
@olegmakarov7877 Жыл бұрын
'king of copying' ? How very true
@nikitadeshmukh8207 Жыл бұрын
@@olegmakarov7877I think he meant 'kind of copying'
@anonymous_anonymity2 жыл бұрын
Danke Schön!! Awesome video. Even though I have years of professional experience with Python, still I found this video useful. Applauds for the great work.
@にゃーん-y3k4 жыл бұрын
I really appreciate this channel and fantastic coding mates who support us. Big applause from Japan 🇯🇵
@malharnandurkar8903 жыл бұрын
Thank you FFC and all the wonderful instructors, for this channel. Exactly what you want to watch.
@SimpleBanana4 жыл бұрын
Whoa. I just finished the beginner tutorial and now this one is up.
The way he rolls his tongue when he says "lock" is so off putting! :D Good job on the tutorial, great stuff!
@andrewmaksimovich24322 жыл бұрын
Week 2 of watching this tutorial and I'm almost halfway through. Definitely learning a lot
@X279S2 жыл бұрын
Really nice course, like the other comments mention it's very clear and covers simple but really efficient pieces of code one should know. I have 1 issue though: 1: groupby: when changing the order of the data (persons = [{'name':'Tim', 'age': 25}, {'name':'Rob', 'age': 27},{'name':'Reggie', 'age': 29},{'name':'Lea', 'age': 25}]) they do not get grouped here is the result: 25 [{'name': 'Tim', 'age': 25}] 27 [{'name': 'Rob', 'age': 27}] 29 [{'name': 'Reggie', 'age': 29}] 25 [{'name': 'Lea', 'age': 25}] For info i am using python 3.9.11 Thanks!
@Mitroiul2 жыл бұрын
I can't believe how easy Python is after only coding in C++ and C#. So little text to write in order to achieve things that would've taken x5 more lines of code in C-based languages.
@cezarydudkiewicz32053 жыл бұрын
Dziękujemy.
@kirutheesg39573 жыл бұрын
We all should should thank this teacher for making this video so understandable and thank free code camp for making it free. Thank you
@endtropi2 жыл бұрын
After a lot of hours of playback this tutorial, i am bit wiser now. I've learned a lot of intermediate stuff about python, i took some notes, hope to find some projects to do and use all this knowledge. Thank you for the great tutorial! Really helps!
@MadeInPython Жыл бұрын
19:09 Starting over with this, got to about halfway last time- quit after the logging section because it made zero sense but here's to finishing it finally.
@stusoduncan2 жыл бұрын
I'm very experienced with Python but i picked up a lot of little tips and improvements from the course. Excellent course, thankyou so much 👍
@ParadymShiftVegan Жыл бұрын
This course is hella underrated. Deserves many more views!
@RAGA_994 жыл бұрын
x = len(myDict) if x > 7: print("okay") else: print("small")
@@Goe-k5w Good luck with it! Don't forget to practice, if it's your first programming language. Cause, even for me, who learned C++, it's hard to code on python some basic things that I can on C++. It's like not knowing how to express yourself in other language. Just an advice from student to student. Write some simple apps that do stuff with interesting technologies/libraries, look at other people's projects and try to replicate them yourself or just read their codes. It's definitely mandatory to become a good programmer, in my and many other people's opinion.
@krazyteetp58034 жыл бұрын
Thank you! such a great valuable course... waiting for the Expert Python Programming Course
@patloeber4 жыл бұрын
Glad you like it!
@krazyteetp58034 жыл бұрын
@@patloeber Thanks!
@surajkataria20013 жыл бұрын
@@patloeber Thank you very much !
@rutti1320 Жыл бұрын
So I just finished the Beginner course and now I'm starting this one. Progress: Day 1: 0:58:44 Day 2: 1:22:50
@easydatascience2508 Жыл бұрын
See mine too. Playlist includes most of the Python fundamental tutorials and soucrce files.
@pestrinmarco4 жыл бұрын
I will wait for the expert course now!!!
@richie57692 жыл бұрын
I'm halfway through and it has been very insightful so far. Really great tutorial.
@ElianMrl3 жыл бұрын
This course is perfect!! I'm currently watching the beginner's python tutorial (7 hours of 13 hours). After I get my certification, I will start this course.
@aliimranadil23 жыл бұрын
Parentheses are optional.... tuple ❤️....learned new chunk Today is 23-03-2024 15:03 and i again continued with this and finally finished it. Got the confidence, can work with python as well now. Thanks mate.
@jagprani4 жыл бұрын
Thanks in advance... Was waiting for this.
@devworks8787 Жыл бұрын
I watched this video after Python for beginners. I was skeptical to rewatch the List, Tuples, Dictionary and Set section. But it was worth it. learnt many unknown things.
@kaszatus22 жыл бұрын
It went smoothly till logging, Json. Bit Could have some more elaboration on what it is and what we use for. Generally it's easier to remember when you understand usage of something. You guys done a great load of job with those courses
@dr.yajadda59963 жыл бұрын
This is really a great course. In Threading lesson at time 4:28:10 if you align q.join() in line 26 with q. put(i) in line 24 then you don't need to use Lock. I didn't use Lock and my threads never mixed up.
@aniketgope15024 жыл бұрын
Waiting for the expert course! Thank you for such amazing content!!!
@patloeber4 жыл бұрын
Glad you like the content :)
@bennineo6372 Жыл бұрын
this is the best tutorial for non-python programmers. thanks so much for putting them together -- one thing though, at 2:14:26, the way you introduced "else" sounded like other than the ZeroDivisionError and TypeError, "everything is fine" but if you add a statement after b = a + "10": say c = d, then a NameError will be printed and the "else" block will actually be skipped. Or maybe it was just me got confused for a moment 🙂
@MilliardoPeacecraft5904 жыл бұрын
I love how the video link says intermediate python then after clicking I’m greeted with the video displaying “Advanced Python” ha ha.
@Ragnarok5404 жыл бұрын
What's next? An advanced Python video that's actually about obfuscated Python?
@simonepaudice81454 жыл бұрын
you're funny like a snake in the trousers
@georgekumidanquah33384 жыл бұрын
Is der a difference btn dem?
@heyiamdhana3 жыл бұрын
Hahaha
@ansumanroutray1118 Жыл бұрын
Amazing course! The tutor really went to tech topics briefly. Never had this much clarity before.
@heroricspiritfreinen384 жыл бұрын
I just started the beginner one Was feeling good about myself Then I see this
@youtubificationizer4 жыл бұрын
Practice practice, read official documentation, practice some more
@nasus32744 жыл бұрын
Realize that you learned more then most of your friends in 8 hours and its all free :D good luck in your journey I guess
@YoungDreTheSauceGod4 жыл бұрын
same
@reggie78074 жыл бұрын
i finished it about 3 weeks ago and jumped to this like wholy fuckt his is complicated
@dadestor4 жыл бұрын
@@reggie7807 practice basics some more, get comfortable with them and then come back to this course
@ale95074 жыл бұрын
Can't believe the timing on this one. I've just gotten slightly comfortable with using python and was looking to advance my competence with something like this. Thank you for providing this stuff for free. Why don't you bother monetizing it? Such a trivial thing. I wouldn't be bothered at all if the video was disrupted by several ads.
@patloeber4 жыл бұрын
Glad you like the tutorial :)
@guptajikiladki34963 жыл бұрын
I am learning from beginning. Where did you practice to get more comfortable with the language?
@vaibhavsharma56213 жыл бұрын
@@guptajikiladki3496 python (beginners) from this same channel. Its about 4 hours long
@rayyanamir85603 жыл бұрын
You can pay if you want. But we want it for free.
@YourCRTube Жыл бұрын
Great tutorial, finally something non-trivial or focused on topics outside the language (libraries, data science, etc). Regarding multiprocessing.Value and .Array, reading the docs, it seems they come with a lock one can use. Also you should have mentioned, reading and writing is safe, but not read-and-modify (and the lock is needed then).
@samadansari61544 жыл бұрын
I don't what KZbin do but i get the recommended video, exact as i needed 🔥🔥
@ketankhandelwal86264 жыл бұрын
Google is watching us all :D :P
@ArjunSingh-gt2fv4 жыл бұрын
that's machine learning for you
@biafra137434 жыл бұрын
Thanks I was always stuck in between. Thanks alot
@amraboughazala59864 жыл бұрын
In the common video for multiprocessing, we used p.join() and t.join() but later when we had separate videos for threads and multiprocessing in the queues example, we didn't use t.join() but used q.join() while in the multiprocessing example we used p.join() as well as "while not q.empty()" which is replacing the q.join() What is the difference?
@yuan.pingchen30564 жыл бұрын
OMG, 6 hours video without any subjects, my stamina can't afford this.
@slvzbcq26813 жыл бұрын
😂😂
@henrihosang78884 жыл бұрын
It is funny that the beginner Python tutorial has 19Million views and this one not even 300k. Where did all the people go?^^
@jayhiryu21394 жыл бұрын
They didnt continue i am here after passing my PCEP just to see if i miss something
@cslover53174 жыл бұрын
lol XD
@dpaul34474 жыл бұрын
Python ate remaining...😀..people
@ght007mcgaming44 жыл бұрын
Ikr this ones just as good
@HelicopterHoneymoon4 жыл бұрын
I'm a beginner but I went through a few beginner courses and didn't really feel like it was juicy enough. Now this here is great!!!
@danieloehler2494 Жыл бұрын
great job, Patrick! Worthy to follow to the end and to repeat every single step.
@philipedesouzasantos12013 жыл бұрын
My english isn't advanced but I can understand perfectly everything that you're talking. I'm at 2:06:00 and loving this classes so far
@rajarajamohan36503 жыл бұрын
Jj
@ChimaevMikelson Жыл бұрын
Appreciate this !! real intermediate stuff!
@abrahamalvarez27302 жыл бұрын
great tutorial! but as a first-time learner of python, I think the logging section would require more intro to the topic. I did not understand too much that section.
@atharvajoshi640411 ай бұрын
The logging explanation in your Python tutorial could be clearer. Consider providing more examples and diving deeper into configuration options for better understanding. Thanks
@enderboy175 Жыл бұрын
I loved this tutorial... it was the second step which is leading me to becoming a python dev, thx for ur support and time patrick!
@altairdias30564 жыл бұрын
Day 1 on the road of Data Scientist, wish me luck guys! :)
@dingdongman57844 жыл бұрын
@@soupnoodles He may have known the basics. He's looking to become a data scientist so its different
@shaurya25444 жыл бұрын
Good luck man!
@darellarocho57293 жыл бұрын
How are you doing as of today? How's your journey coming along?
3 жыл бұрын
Any updates?
@slvzbcq26813 жыл бұрын
how’s it going so far
@_playable_npc_1740 Жыл бұрын
31:16 You used to call me on my You used to, you used to Yeah You used to call me on my cell phone Late night when you need my love Call me on my cell phone Late night when you need my love And I know when that hotline bling That can only mean one thing I know when that hotline bling That can only mean one thing Ever since I left the city, you Got a reputation for yourself now Everybody knows and I feel left out Girl, you got me down, you got me stressed out 'Cause ever since I left the city, you Started wearing less and goin' out more Glasses of champagne out on the dance floor Hangin' with some girls I've never seen before You used to call me on my cell phone Late night when you need my love Call me on my cell phone Late night when you need my love I know when that hotline bling That can only mean one thing I know when that hotline bling That can only mean one thing Ever since I left the city, you, you, you You and me, we just don't get along You make me feel like I did you wrong Going places where you don't belong Ever since I left the city, you You got exactly what you asked for Running out of pages in your passport Hanging with some girls I've never seen before You used to call me on my cell phone Late night when you need my love Call me on my cell phone Late night when you need my love And I know when that hotline bling That can only mean one thing I know when that hotline bling That can only mean one thing These days, all I do is Wonder if you're bendin' over backwards for someone else Wonder if you're rollin' up a Backwoods for someone else Doing things I taught you, gettin' nasty for someone else You don't need no one else You don't need nobody else, no Why you never alone? Why you always touchin' road? Used to always stay at home, be a good girl You was in the zone Yeah, you should just be yourself Right now, you're someone else You used to call me on my cell phone Late night when you need my love Call me on my cell phone Late night when you need my love And I know when that hotline bling That can only mean one thing I know when that hotline bling That can only mean one thing Ever since I left the city
@MrKareem7223 жыл бұрын
Thank you so much I was looping in to open and load 2 files then find what are the common values in both files and by loading it to a set it reduced the time from 12+ sec's to surprisingly 0.013 :D
@thesuperiorman83422 жыл бұрын
This is perfect for me. I have experience in C# and JavaScript. I need a Python tutorial that skips the basics and jumps right to the practical real-world stuff
@babajideodusanya88433 жыл бұрын
Thanks for this wonderful free course. I really appreciate it. I feel the logging topic could have been better if it was slowly introduced in terms of it's importance and application to software development. Nonetheless, good job!
@ZardozBeats2 жыл бұрын
I get an error in the last part. Would you have any idea how I can solve this? I tried to google it, it was challenging to find for me. Traceback (most recent call last): File "/Users/Jeroen/PycharmProjects/pythonProject/IntermediateCourse/10_logging_3.py", line 6, in logging.config.fileConfig('logging.conf') #load the config file File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/logging/config.py", line 80, in fileConfig _install_loggers(cp, handlers, disable_existing_loggers) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/logging/config.py", line 227, in _install_loggers section = cp["logger_%s" % log] File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/configparser.py", line 963, in __getitem__ raise KeyError(key) KeyError: 'logger_simpleExample #define root and simpleExample logger'
@jahmovementempaya10842 жыл бұрын
Seriously I don't even know what to do with the Logging, and because of that, I still can't understand it
@kaveen_932 жыл бұрын
@@jahmovementempaya1084 IMO 1) the most important use of Logging is to print the output into a file, which you cannot do with a normal print() statement. Also, logging is lightweight compared to pandas.export_to_csv() etc. 2) the second import use case is by managing the log levels (DEBUG, INFO, WARNING, etc.). For example: you might want to print onto console only the necessary output and hence you can set streamhandler to warning level (and above); on the other hand you might want to print every output onto a file and hence you can set filehandler to debug (and above). The simplest technique is to start replacing print statements with loggers and you will see the benefits
@neeraj6197 Жыл бұрын
Yeah same here
@Yjquaranta3 жыл бұрын
Thanks! Now we need a Advanced Python Programming Course!
@Maharanasunil014 жыл бұрын
Thank you for this course!!❤️
@alpanachaphalkar34222 жыл бұрын
Thanks y lot for creating the video!! All examples demonstrated in the video are very useful to understand the coding concepts. Very importantly, instructor Patrick also explained that which datatype is more efficient.
@lafamilliaHP4 жыл бұрын
Full respect and keep it that way! I am old-school, running Ubuntu (still) on 32bit Intel CPU (as I love it due to stability), and I just ... Adore your tutorials and Python as well as SQL tutorials made me Jr. Full Stack Developer basically. Keep this way and in the name of thousands of hundreds of IT heads here with golden awards from International Championships in coding/ programming and engineering please give us more and more and go with that "normal" language with common sense implemented. Respect for effort and if I have had money to donate I would!
@Cefaloki Жыл бұрын
Straightforward, clearly explained and easy to follow. Enriching experience 8/8 m8
@mmmm_yesverynice2 жыл бұрын
If this was intermediate what the hell was covered in beginner. How to spell Python
@JominJose Жыл бұрын
Learnt a lot from this video, thank you so much Patrick and freeCodeCamp!
@rustamshrestha44 жыл бұрын
Hats off 🎩 for freeCodeCamp... ❤️
@maulikpatel39753 жыл бұрын
Superb !! Must watch python enthusiast. Thank you for creating this.
@ibrahimfarooq39324 жыл бұрын
Can we all appreciate that there are no ads
@UniquePun9994 ай бұрын
After watching this videos, I understood very clearly about intermediate python course. Thank you so much sir.❤❤
@shibusharma94214 жыл бұрын
Thanks for this just was searching this an hour ago and you uploaded this🤣🤣😹😹what a timing
@patloeber4 жыл бұрын
I'm glad you like the content :)
@Diego-Desde-Argentina Жыл бұрын
Great content! Very well organized and clear explanantions!!!! Perfect level of detail. Great for the intermediate level! Thank you for your contribution to the Python community!
@RohitNayak1184 жыл бұрын
Legends know it was reuploaded
@zyzzbodybuilding4 жыл бұрын
Tell me more. Is this an outdated course?
@RohitNayak1184 жыл бұрын
@@zyzzbodybuilding no its was originally uploaded 3hr back
@patloeber4 жыл бұрын
@@zyzzbodybuilding No it's not outdated, there was just an issue with the video quality the first time
@quincylarsonmusic4 жыл бұрын
You were really fast to view the original. You must have the bell turned on ;) And yes, the version we uploaded earlier today had a minor editing issue, so we re-uploaded.
@za66044 жыл бұрын
I was confused when I clicked on it and it got unlisted 5 seconds later lol.
@nickolaymikhailov982610 ай бұрын
Hello, sir, I want to add a little bit diff in the code in the lesson about Pool (apply()): result = pool.apply(cube, [numbers[2]]) - it was OK. Thanks for your Course!
@soupnoodles4 жыл бұрын
This is really good content, it goes way faster than the beginner tutorial and I think some constructive feedback would be the way you explain things, some people might think the speed is perfect, but for me honestly it felt like you were reading from a textbook, making no jokes unlike Mike, it was a great learning experience but some things could be changed for the benefit of entertainment while learning Keep it up !
@ayushroy35142 жыл бұрын
agree'
@enderboy175 Жыл бұрын
I agree, some jokes and a bit more elaboration on a coupla points woulda been nice
@mrbeanarabic86773 жыл бұрын
i learned a a lot from this full course ..thanks soo much for your effort..i advice this course for everyone
@nasus32744 жыл бұрын
putting this video away for tomorrow, gonna sleep first and then go learn some more python :D
@patloeber4 жыл бұрын
Nice! Hope you enjoy the content!
@technologicalwaste76124 жыл бұрын
no your not lol this is going to sit in your tab for 3 weeks
@nasus32744 жыл бұрын
@@technologicalwaste7612 how do you know i literally have 3 coding tutorials that are somewhere between my tabs for the past 2 weeks
@nasus32744 жыл бұрын
@@technologicalwaste7612 I'm too lazy to do so
@technologicalwaste76124 жыл бұрын
@@nasus3274 we all know; we all struggle
@Devtheking2 жыл бұрын
20:25 42:40 46:04 58:44
@davidweaver4933 жыл бұрын
I can't thank you enough for this tutorial. I'm taking Google Python Automation course. I wish they would have introduced many methods like this before pushing us ahead with limited methods.
@Lapusso6503 жыл бұрын
*had Not “would have”
@neilgyverabangan69893 жыл бұрын
@@Lapusso650 Thank you, grammar police! 😁😊😝
@christian37ism3 жыл бұрын
Thank you for this video. My favorite part was generators, from this I've started building a trading app that will simulate a real one.