
Intermediate Python Programming Course
video description
Date: 2022-03-14
Related videos
Comments and reviews: 10
-ttic
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
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
Leif
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
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
Vladimir
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
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
iCrazy414
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
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
Commentator
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
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
Noorullah
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
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
Mrslykid1992
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
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
itech
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
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
Matt
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
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
kefal
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
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















