Python

From wikipost
Jump to navigation Jump to search

python things


Data structures provide ways to store, access and minipulate collections of data. Python has several built-in implementations of data structures and this page will attempt to show the differences as well as provide examples on how to use them.