Changes between Version 109 and Version 110 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 11:31:49 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v109 v110 291 291 You can find these packages by googling for with the term "<subject> python library". For example "spell check python library". This turns up [https://pythonhosted.org/pyenchant/ | PyEnchant] which describes how to use and access the library. There are probably others. You can also go to the [[https://pypi.python.org/pypi|Python Package Index]]. What ever you do, make sure you use the correct version of the library for the version of Python you're using (in our case, Python 3) 292 292 293 To use itin code, you use the !`import` keyword in Python like so:293 To use this external package in code, you use the !`import` keyword in Python like so: 294 294 295 295 {{{