Changes between Version 2 and Version 3 of ControlSystems/SoftwareTeam/IntroToPython


Ignore:
Timestamp:
Sep 2, 2017, 2:23:30 PM (8 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/IntroToPython

    v2 v3  
    11Prerequisites: [wiki:SoftwareOverviewControl Control Systems Overview]
    2 
     2[[Image(https://qph.ec.quoracdn.net/main-qimg-cf520202236c0a99986988706131aafb-c,right,30%,margin=20)]]
    33FRC robots are controlled by their on-board roboRIO computer.  The computer runs software (programs) that are written by Control Systems students using a programming language.  Programming languages are very compact, precise ways of telling the robot what to do.  Programming languages are very different from spoken languages (English, Spanish, Chinese, etc.) and often consist of as few as [https://www.programiz.com/c-programming/list-all-keywords-c-language 32 words]!  What's really cool about programming languages is that using that tiny set of words, you can write programs of amazing sophistication.
    44