Optional Study Material - Python lessons: Lists

Optional Study Material - Python lessons: Lists#

Note The videos below origin from the Python for Everyone Course by Charles R. Severance licensed under Creative Commons Attribution 3.0. The main content of the lessons is also covered in the text provided here and here.

Hide code cell source
from IPython.display import IFrame
Hide code cell source
IFrame(src="https://www.youtube.com/embed/ljExWqnWQvo", width="560", height="315")
Hide code cell source
IFrame(src="https://www.youtube.com/embed/bV1FQUBIApM", width="560", height="315")
Hide code cell source
IFrame(src="https://www.youtube.com/embed/GxADdpo6EP4", width="560", height="315")

Note We skip the dictionaries part of the py4e course

Hide code cell source
IFrame(src="https://www.youtube.com/embed/CaVhM65wD6g", width="560", height="315")