Hi,
PyQt is a library providing python Qt bindings for python, that means you can write python application with e.g. Qt GUI.
QtScript is a (now deprecated) official module from Qt providing javascript style scripting capabilities that is replaced by the QtQml module.
QtLua is a external Qt module written to provide Lua scripting capabilities to Qt applications.
Hope it helps