Click here to Skip to main content
15,885,782 members
Articles / Artificial Intelligence / Machine Learning

Python Tuples, Lists, Destructuring, and Loops

Rate me:
Please Sign up or sign in to vote.
4.25/5 (5 votes)
15 Jun 2020CPOL4 min read 12.2K   108   5  
Now that you know some of the basics of Python we can go a bit deeper, with the lists and tuples data structures and see how to work with them.
Python offers lists and tuples as data structures for collections. This module talks about these and how you can use them with destructuring and loops.

Views

Daily Counts

Downloads

Weekly Counts

This article is part of the series '8 Steps to Python for AI-Engaged Enterprise Developers View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
Europe Europe
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions