Wednesday, December 28, 2011

Python: Data Structures

Introduction
Data structures are basically just that - they are structures which can hold some data together. In other words, they are used to store a collection of related data. There are four built-in data structures in Python - list, tuple, dictionary and set. We will see how to use each of them and how they make life easier for us.
Read more. Lanjutkan!

No comments:

Post a Comment