BLUE
P
Python4DataScience
@python4data.science
Teaching materials for the cusy training courses on a Python-based data science workflow: cusy.io/en/seminars
213 followers26 following30 posts
Ppython4data.science

We have significantly expanded the section on list types, including common list operations and nested lists. These are a good basis for working with arrays:

Lists
Lists

A list in Python is similar to an array in Java or C: an ordered collection of objects. However, unlike lists in many other languages, Python lists can contain different types of elements; a list e...

0

P
Python4DataScience
@python4data.science
Teaching materials for the cusy training courses on a Python-based data science workflow: cusy.io/en/seminars
213 followers26 following30 posts