Hello Visconti,
there are a lot of different IDE for python see here:
https://realpython.com/python-ides-code-editors-guide/
But in my opinion it is easier (for beginners, too) to use an editor with Python syntax highlighting (e. g. Notepad++) to write your programs and start it via DOS box.
In addition there is an interactive mode. If you start Python e. g. in the DOS box python prompts for an command and immediately returns the result or request the next input.
One further hint. Python 3 is the future but in the moment XMC (and a lot of other applications) uses Python 2.x. There are some differences between this versions.
In the MIB (Management Information Base) e. g. informations in network devices are saved. For example systemnames, location,ports, counter and much more.
A value is reverenced via an OID. The Netsight MIB-Tools can be used to request these values in an easy way. Other tools are called MIB browser. This tools walk thru the hole MIB an show all values.
Best regards
Stephan
Regards
Stephan