VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Intermediate Python Programming Course

Intermediate Python Programming Course

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Take your Python skills to the next level with this intermediate Python course. First, you will get a review of basic concepts such as lists, strings, and dictionaries, but with an emphasis on some lesser known capabilities. Then, you will learn more advanced topics such as threading, multiprocessing, context managers, generators, and more. - Code: https://github.com/python-engineer/python-engineer-notebooks/tree/master/advanced-python - Course from Patrick Loeber. https://www.youtube.com/channel/UCbXgNpp0jedKWcQiULLbDTA - Written Tutorials from Patrick: https://www.python-engineer.com/courses/advancedpython/
Date: 2022-03-14

Comments and reviews: 10


Incredible video, thank you so much! Your approach is so clear and concise, but also goes very in depth, with a level of organization I appreciate very much. At first I thought, -Lists? I don't want to sit through this beginner stuff- and then within the first two minutes I learned something new, and I continued to learn new things throughout! By the way, I'm just curious, what area is your accent from? I can almost place it, but I can't seem to. There's obviously elements of British English, so I'm assuming somewhere in Europe. I'm leaning toward Iceland or Scandinavian of some kind. Danish? I'm sorry, I suck, but I'm trying to get better at identifying accents and dialects. I do character acting and am trying to get better at voice acting and linguistics, so it interests me very much.
reply

Hello, first of all thank you for this course and good luck to all learners watching this.
I am confused about the program flow for the repeat decorator in 3:26:41 ..
How is it that -Hello Alex- is printed out 3 times, when no matter how many -num_times- times the -result- variable is assigned, it is returned only once?

reply

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 use for this king of copying.

reply

My god I needed this, I started my AI class and the teacher never mention we would be coding in Python. Literally hell, to learn AI on a foreign language (I've never touched Python or was interested in it ever so screw me right?). Thank you!!!
reply

Thank you for your time and effort Patrick this video was just perfect it really helped me to better understand python but I wish for future videos you would consider using some sort of zooming really would be great
reply

It was all going well until 'Logging'. I feel you really rushed that topic when you could have given some more time and details to it. Nonetheless, a good tutorial for someone recapping all the concepts
reply

Damn I was trying to recreate a flatmap function from scala into python! Python does not like recursion!
RecursionError: maximum recursion depth exceeded while calling a Python object!

reply

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.
reply

For myself:
12:43
For the person who created this:
Thanks, I got a lot of good notes to use while I learn python more python even though I barely got through

reply

Hey first of all thanks a lot for a great course:)
at 49:24 i can just do difsf = setA - setB and get the same result, can i use that way too or is it unreliable?

reply
Add a review, comment






Other channel videos