-1

When i search 'simpful' in google, they say that it is one of the library of python. And I think so. But my professor said me that 'simpful' is one of the package. What is the fact? Is 'simpful' package or library? and Am i missing knowledge?

alive
  • 1
  • According to the documentation at https://simpful.readthedocs.io/en/latest/, `simpful` is a library with a module that is also called `simpful`. – Matthias Nov 15 '22 at 08:10
  • 1
    Package has a very [specific definition](https://docs.python.org/3/tutorial/modules.html#packages) in Python, while [library](https://en.wikipedia.org/wiki/Library_(computing)) is a generic term in computer science. `simpful` is both a package and a library. – blhsing Nov 15 '22 at 08:11

1 Answers1

0

Look at the description on PyPi and you'll see it described as a library

DarkKnight
  • 19,739
  • 3
  • 6
  • 22