Collections in Python - Advanced Python 06 - Programming Tutorial

preview_player
Показать описание
Collections in Python - Advanced Python 06 - Programming Tutorial

In this Python Advanced Tutorial, we will be learning about the collections module in Python. The collections module implements special container datatypes and provides alternatives with some additional functionality compared to the general built-in containers, like dict, list, or tuple.

~~~~~~~~~~~~~~ GREAT PLUGINS FOR YOUR CODE EDITOR ~~~~~~~~~~~~~~

📚 Get my FREE NumPy Handbook:

📓 Notebooks available on Patreon:

We will be talking about 5 different types from the collections module: The Counter, the namedtuple, the OrderedDict, the defaultdict, and the deque.

A written Tutorial can be found here:

You can find me here:

#Python

----------------------------------------------------------------------------------------------------------
* This is a sponsored or an affiliate link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏
Рекомендации по теме
Комментарии
Автор

There are many demanding money for this detailed explanation and offering their paid courses, but you came out different and helping us.Thanks Buddy this means a lot ♥️♥️

saivamsi
Автор

the best crash course python tutorial series I've ever found

fuehnix
Автор

Man, your tutorials are nice and explaining good stuff in details with implementation, thanks for this.

gdthegreat
Автор

How are you not famous? This was so clear!

xkinkachu
Автор

Thank You So Much for This Amazing Lecture 🥰
Completed The Lecture Video - 6 on 1/12/2024 ✅

PrithaMajumder
Автор

This tutorial deserves more views! Great explaination buddy :)

geekyprogrammer
Автор

I really like your tutorials. You do a very good job. Thank you for your efforts helping others like me.

dabunnisher
Автор

Great summary of Collections, thank you

b.f.skinner
Автор

Great tutorial! I wish the adds didn't pop up so often interrupting the video.

asdfasjdhfakhdshjfahs
Автор

Myexpectationset = {"Great", "fast", " logical", " memorizable"} if Myexpectationset : print ("Yes") --->output ---> Yes

drexesnn
Автор

The best video buddy.. :D.. You got a new subscriber

unknownwellwisher
Автор

That is interesting. Can you use objects like tuples in counter? I think it would be more efficient to use a simple mean function or something, but might be helpful at some point to use counter with objects. 🤔

icecreamman
Автор

Hey Python Engineer Which add-ons you are using for python development for sublime...

shubhjangid
Автор

How can we remove the keyword deque that is appearing while we print the object.

haroonrehman
Автор

Amazing tutorial. Why was chainmap left out ?

maddyu
Автор

Here is my suggestion to make this video more effective. Instead of deleting the lines, just comment them so that what you did is still there.

circrna
Автор

Here one more subscriber !! Thanks to @Florin pop 🤚🏻

kishoreandra
Автор

what IDE are you using. Looks like you are on a Mac. I like that output view window on the bottom.

josephceli
Автор

defaultdict can i specifiy to return specific value?for instance d=55

oddnumber
Автор

Is there a reason to use list(.elements) method when one could just use list(a)? I am asking because you mentioned how tuple is more useful than list as in tuple being a lot faster than lists

brianbrian