Changes between Version 109 and Version 110 of ControlSystems/SoftwareTeam/IntroToPython


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/IntroToPython

    v109 v110  
    291291You 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)
    292292
    293 To use it in code, you use the !`import` keyword in Python like so:
     293To use this external package in code, you use the !`import` keyword in Python like so:
    294294
    295295{{{