Changes between Version 124 and Version 125 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 11:52:09 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v124 v125 286 286 Here's the [[ThatsaBigNumberSolution|solution]] 287 287 288 = = Lesson 4: Packages ==288 = Lesson 4: Packages = 289 289 Now 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. 290 290