Introduction to Programming with Python: Lists/Strings and 1D List Practice Problems

Опубликовано: 24 Март 2026
на канале: Gina Sprint
415
2

This video provides more details on working with lists in Python by demoing and explaining list examples in VS code. The following list topics are covered:
-Common list methods
-Converting between strings and lists (join(), list(), split())
-Comma-separated value format
-1D list practice problems (random generation, printing, sorting, min/max element, count occurrences, remove all occurrences)

This video is the eighth video in a multi-part series on getting started with the Python programming language. Next video in the series on 2D list practice problems:    • Introduction to Programming with Python: 2...  

Source code on Github: https://github.com/gsprint23/Python-D...