Changes between Version 125 and Version 126 of ControlSystems/SoftwareTeam/IntroToPython


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/IntroToPython

    v125 v126  
    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]]
    89Computers, 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''.
    910