Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

python/collections

References:

In this project I learned how to:

  • Use the namedtuple() function.
  • Use the defaultdict class.
  • Use the deque class.
  • Use the ChainMap dict class.
  • Use the Counter dict class.
  • Use the OrderedDict dict class.
  • Use the UserDict wrapper class.
  • Use the UserList wrapper class.
  • Use the UserString wrapper class.

Run with python main.py [COMMAND]

See all commands available using python main.py --help.