Category Archives: Education

Jeroo While Loop Assignments #3 [Python]

In the previous assignments, we worked on writing some basic loops. Now, let’s work on writing loops and then executing commands. Loop Assignment 3 A Add two flowers to the prior assignment’s map. After the loop is over, add some commands to move to the 2 flowers and pick() both of them. Loop Assignment 3 B In … Continue reading Jeroo While Loop Assignments #3 [Python] →

What Do Programming Languages Do?

 What Do Programming Languages Do? Programs are recipes that make your computer do things. Under the hood, computers are controlled by machine instructions. These are direct commands which tell the computer how to arrange switches and gates in the processor, memory and other parts.     In the beginning, all computers were programmed in machine instructions. It was … Continue reading What Do Programming Languages Do? →

Computer Science Documentaries

Documentaries about Computer Science   I) Open Source and Linux (Netflix ) Revolution OS  (imbd link)- A good documentary on the founding of the Linux operating system and the open source movement in general including a look at GNU ‘s roots and Richard Stallman‘s “Open source movement”. Available on Netflix, or to buy at Amazon II) Tech Founders Mark … Continue reading Computer Science Documentaries →