Maybe an ounce of explanation here…
Python is a general-purpose scripting language that has literally hundreds of modules, including any sort of database access you could dream of. All of this is in addition to its ability as an embedded product-scripting language, where a product like Blender exposes import-modules that can only be used from within a particular product.
The implementation that “ships with” Blender contains fewer modules than the (by now rather-enormous) full release, but both can be used. The core “engine” is the same.