Python lessons: Lists

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.

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

Note We skip the dictionaries part of the py4e course

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