HansungPark / OpenCaster

Internet pop casting receiver that can use anyone simply.
0 stars 0 forks source link

Study "Python Cookbook (3rd)" Chap1. Data Structures and Algorithms #29

Open ghost opened 7 years ago

ghost commented 7 years ago

Study Study "Python Cookbook (3rd)" Chap1. Data Structures and Algorithms and server a seminar to members to share information.

HansungPark commented 7 years ago

Hosted by JaeHyo Lee

(Summary)

Python provides a variety of useful built-in data structures, such as lists, sets, and dictionaries. For the most part, the use of these structures is straightforward. However, common questions concerning searching, sorting, ordering, and filtering often arise. Thus, the goal of this chapter is to discuss common data structures and algorithms involving data. In addition, treatment is given to the various data structures contained in the collections module.