Complex Data Types in Python: Working with Lists & Tuples in Python
Python 3.7
| Beginner
- 14 Videos | 1h 38m 31s
- Includes Assessment
- Earns a Badge
Learn how to work with lists, tuples, and strings in Jupyter notebook in Python in this 14-video course. You will discover similarities and differences between tuples and lists and see how strings are essentially just a list of characters. Begin with an introduction to lists, and then create and initialize lists in Python. You will then access and update list elements; add, remove, sort, and reverse elements from a list; execute built-in functions with lists, and create new lists from existing lists by using slicing operations. Next, examine how to extract specific elements from the original list using step size; perform list functions on strings; invoke functions on the string object; and access substrings with slicing operations. Receive an introduction to tuples, exploring the similarities between lists and tuples, then move on to understanding tuple immutability by specifying differences between lists and tuples. Then an introduction to other complex data types and using dictionaries and sets in Python. The concluding exercise concerns recalling differences and similarities between lists and tuples.
WHAT YOU WILL LEARN
-
discover the key concepts covered in this coursecreate and initialize lists in Pythonaccess and update list elementsadd, remove, sort, and reverse elements from a listexecuting built-in functions with listscreate new lists from existing lists using slicing operationsextract specific elements from the original list using step size
-
perform list functions on stringsinvoke functions on the string objectaccess substrings using slicing operationsspecify the similarities between lists and tuplesspecify the differences between lists and tuplesuse dictionaries and sets in Pythonrecall the ways in which lists and tuples are similar and different
IN THIS COURSE
-
1.Course Overview2m 19sUP NEXT
-
2.Introducing Lists8m 18s
-
3.Performing Simple List Operations6m 26s
-
4.Performing Useful List Operations8m 32s
-
5.Using Built-in Functions with Lists6m 9s
-
6.Perform Slicing Operations on Lists6m 53s
-
7.Using Step Size in Slicing Operations7m 10s
-
8.Working with Strings as a List of Characters7m 49s
-
9.Invoking Functions on Strings7m 15s
-
10.Perform Slicing Operations on Strings8m 15s
-
11.Introducing Tuples9m 15s
-
12.Understanding Tuple Immutability8m 39s
-
13.Introducing Other Complex Data Types6m 22s
-
14.Exercise: Lists, Tuples, Similar Yet Different5m 10s
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion of this course, which can be shared on any social network or business platform
Digital badges are yours to keep, forever.YOU MIGHT ALSO LIKE

BOOK
The Pythonic Way

COURSE
New Developments in Python
PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

BOOK
Python Basics