Code written in the Python programming language which is discussed in the video lectures is listed below.
lin_stab.py This Python script allows the user to plot the trajectories of exact solutions to several linear autonomous systems. The user may investigate systems each of which has a critical point of one of the following types: proper node, improper node, saddle point, spiral point, and center.
lin_nonlin_stab.py This Python script allows the user to solve, by means of the Runge-Kutta Method, and plot the trajectories of solutions to several linear and several almost linear autonomous systems. The user may investigate systems each of which has a critical point of one of the following types: proper node, improper node, saddle point, spiral point, and center.
python.org This is the official Python website where you can find exhaustive documentation as well as tutorials.
raspberrypi.org This is the official website for the Raspberry Pi computer.
matplotlib This is the official website for the matplotlib library which is used to make plots.
Learning IoT with Python and Raspberry Pi To learn the Python programming language check out the Learning IoT with Python and Raspberry Pi textbook.
Learning IoT YouTube Channel To view videos on introductory Python programming check out the Learning IoT Youtube channel.