Some Videos On YouTube

I watched some content on YouTube this evening. First, it  was a video related Arduino memory mapped IO. It seemed interesting. It showed some information related to code, and memory related to Arduino development. Then, it was a video about the Python “manim” library which is used for plotting 2D/3D views of equations. It seems to me that, differential equations can be plotted. After that, it was a video which showed game development information, using the Unity engine and C#, I watched it for the second time. Then, I tried to find some information related to “yield” in programming, a JS video showed that it is used for generation pattern of code. It is a language keyword that can be used in a function, in place of “return”, to “return” multiple times, each time with a possibly different value, according to some logic.

Leave a comment