Welcome to PyTango documentation!#
PyTango is a python module that exposes to Python the complete Tango C++ API. This means that you can write not only Tango applications (scripts, CLIs, GUIs) that access Tango device servers but also Tango device servers themselves, all of this in pure python.
PyTango also includes a Pythonic high-level API that makes using it much easier than the Tango C++ API!

Check out the installation guide to learn how to build and/or install PyTango and after that the tutorials can help you with the first steps in the PyTango world. If you need help understanding what Tango itself really is, you can check the Tango docs where you will find plenty of explanations and tutorials.