Python Best Practice: Dictionary Operation
Introduction of list to dictionary, dictionary "get" method and Counter class in Python
Nov 28, 20222 min read141

Search for a command to run...
Articles tagged with #best-practices
Introduction of list to dictionary, dictionary "get" method and Counter class in Python

Brief Introduction of List Comprehension, Map & Filter, Sort, zip and precaution when generating a list of single item

f-string implementation and printing variable with name and value, applying destructing in multiple variable assignment and ignore value with "_"
