Changes between Version 127 and Version 128 of ControlSystems/SoftwareTeam/IntroToPython


Ignore:
Timestamp:
Sep 4, 2017, 11:55:11 PM (8 years ago)
Author:
cdelgigante
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/IntroToPython

    v127 v128  
    66If you want to tell a computer to do something, you have to communicate with the computer in a programming ''language''.  When we say language, we mean it.   A language has words and grammar and everything else, just like French.
    77
    8 [[Image(deepthoughtcomputer-619-386.png,left,25%,margin=5)]]
     8[[Image(deepthoughtcomputer-619-386.png,left,10%,margin=5)]]
    99Computers, despite what you may think, are dumb.  They do only exactly what you tell them to, and don't guess or interpret.  If say to your Mom or Dad "Hey, can you bring me that thing?", there's a (slim) chance they may bring you the right "thing".  A computer wont.  Ever.  Just a cold, unfeeling "'''ERROR'''".  A programming language is very precise, and to tell a computer what you want, you have to be precise too.   In this training session, we'll introduce programming to you, and make some things work.  You know, those ''things''.
    1010