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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/IntroToPython

    v124 v125  
    286286Here's the [[ThatsaBigNumberSolution|solution]]
    287287
    288 == Lesson 4: Packages ==
     288= Lesson 4: Packages =
    289289Now that you seen the basics of the Python language, and have created your own functions.  Its time to see what else is out there.   It turns out there are A LOT of packages out there that contain custom functions for Python that do pretty much anything you'd want, from advanced machine intelligence, to 3D graphics, to yes, controlling robots.  These packages were created by others and are offered for free, and others may be offered at a cost.
    290290