Good Evening,
an easy solution, is to use the REST API to access the Data.
https://help.mikrotik.com/docs/spaces/R ... 2/REST+API
I can`t really help you with the "Python" implementation,
but you can easely test it via CMD in windows
Wireless Connection Information
curl -k -u "USER":"PASSWORD" http://XXX.XXX.XXX.XXX/rest/interface/wifi/registration-table
Wireless Interface Information (e.g. wifi1)
curl -k -u "USER":"PASSWORD" http://XXX.XXX.XXX.XXX/rest/interface/wifi1
Ether Interface Information (e.g. ether1)
curl -k -u "USER":"PASSWORD" http://XXX.XXX.XXX.XXX/rest/interface/ether1