

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:
🎥 Course from Patrick Loeber. Check out his channel:
🔗 Written Tutorials from Patrick:
⭐️ Course Contents ⭐️
⌨️ (0:00:00) Intro
⌨️ (0:00:56) Lists
⌨️ (0:16:30) Tuples
⌨️ (0:29:49) Dictionaries
⌨️ (0:42:40) Sets
⌨️ (0:58:44) Strings
⌨️ (1:22:50) Collections
⌨️ (1:36:43) Itertools
⌨️ (1:51:50) Lambda Functions
⌨️ (2:04:03) Exceptions and Errors
⌨️ (2:20:10) Logging
⌨️ (2:42:20) JSON
⌨️ (2:59:42) Random Numbers
⌨️ (3:14:23) Decorators
⌨️ (3:35:32) Generators
⌨️ (3:53:29) Threading vs Multiprocessing
⌨️ (4:07:59) Multithreading
⌨️ (4:31:05) Multiprocessing
⌨️ (4:53:26) Function Arguments
⌨️ (5:17:28) The Asterisk (*) Operator
⌨️ (5:30:19) Shallow vs Deep Copying
⌨️ (5:40:07) Context Managers
—
Learn to code for free and get a developer job:
Read hundreds of articles on programming:
And subscribe for new videos on technology every day:
source
Thank you for featuring me on freeCodeCamp! I hope you all enjoy the content 😊 ! If you have any questions, don't hesitate to reach out to me!
8 spaces 😕
Great Python 🐍🐍🐍 tutorials!
Intermediate or Advanced?????? Take a choice..
Erroa:) Great tutorial, thank you!
1:37:16
Can you please make a python advanced(expert) course and a C++ advanced course?
It’s pronounced threaD not threaT!!!!! ThreaD threaD’s! Not threaT or threaT’s aaaaaahhhhhahhhhhhhh
You can also continue on exceptions
Since when u have monetized your videos.. Too many ads now
What editor do you use for write python in this video?
just got back into Python and I remembered the basics pretty quickly this is perfect timing
When can we expect the advanced course for Python…
Very good information here.
Really enjoying the video! As a beginner I love how you're explaining everything as it makes it very eash to follow along.
However I hit a snag @02:33:10 in the Logging section.
My code in main and my conf file are the same as yours (from what I can see, at least). I even went to the gitHub website to confirm the conf file code. But… when I run the program I still get "root" instead of "simpleExample" in the printout.
Everything else works fine and gives what it should it's just my logger name isn't "simpleExample" like what it shows in the video.
What could be wrong here?
great content! thanks! does anyone know how to enable the code output in VsCode?
Ima study this until the advanced one comes out
Oh god, Thank you so much!
Almost finished , not gonna lie , I learned a lot , but I don't see the uses of Itertools and Collections for now , In past I had an example , where I said that something is useles , but still once I needed it , ex: Do loops
SOS plz!
(Input)
myset = {'Hello'}
print(type(myset))
print(myset)
myset2 = set('Hello')
print(type(myset2))
print(myset2)
(output)
<class 'set'>
{'Hello'}
<class 'set'>
{'H', 'l', 'e', 'o'}
What's wrong? – Py3.8
Waiting for the expert course!
Thank you for such amazing content!!!
1:51 does anybody know how to make visual studio to print in the 'OUTPUT' instead of terminal?
1:14:45
Instructor said — Remember split and join
This is perfect, thanks!
I am camping here for becoming an expert
Hi! I can't really grasp the concept of an argument in the lambda function, and what the x represents. Can anyone explain it for me? Thanks in advance :>
OMG this is amazing, a free course that covers all the necessary things for an intermediate level.
21.40 Narrator:we can use the count function lets count p,so there are two pees uhhh
me:Ok
great course, thanks
Thank you! such a great valuable course… waiting for the Expert Python Programming Course
really great, but where to go from here?
list = [marmot, stoat, weasel]
goes = list.pop()
print(goes)
what if the last item in a list is weasel, can you use the pop command? 🤣
Which IDE is that?
what ide is being used in the video?
what app is he using to run the code guys?
I just familiarised myself with FreeCodeCamp's Python basics lately and this is a perfect time to move on to the next level! I don't comment a lot but I really appreciate the free sources they have.
Hope everyone reading this is doing well!
very grateful for the teaching though having subtitles would help a lot when going in 1.25/1.5x.
is this course available interactively on freecodecamp?
german accent?