Python lessons: Getting Ready

Python lessons: Getting Ready

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.

from IPython.display import IFrame

Tip: When viewing YouTube videos on your desktop or laptop: use shortcut keys: JKL to quickly move backward, pause, forward; <> to change speed.

IFrame(src="https://www.youtube.com/embed/UjeNA_JtXME", width="560", height="315")
IFrame(src="https://www.youtube.com/embed/fvhNadKjE8g", width="560", height="315")
IFrame(src="https://www.youtube.com/embed/VQZTZsXk8sA", width="560", height="315")
IFrame(src="https://www.youtube.com/embed/LLzFNlCjTSo", width="560", height="315")
IFrame(src="https://www.youtube.com/embed/gsry2SYOFCw", width="560", height="315")

Further reading

Are you familiar with another programming language such as matlab or R and want to know how syntax can be translated to python? Check out this handy resource that compares the syntax of matlab, R, and python.