Troubleshooting
How to connect to bitcoin core over rpc with python3?
One of the ways to interact with Bitcoin Core is through its Remote Procedure Call (RPC) interface, which allows external programs to send commands to a running Bitcoin Core instance and receive responses. By using Bitcoin Core over RPC with Python3 you are able to have greater control and flexibility