LoadLibrary is part of Windows and already on your system. It is not a program but rather an API call (a function provided by the Windows OS).
I would assume that pythondll is part of Python, you can download an Windows installer for Python from
http://www.python.org/download/. Make sure you choose the right one (probably version 2.7) especially if you are using a 64 bit version of Windows.