0 reply
0 recast
0 reaction
1 reply
2 recasts
22 reactions
1 reply
0 recast
0 reaction
2 replies
0 recast
0 reaction
1 reply
0 recast
0 reaction
1 reply
0 recast
0 reaction
1 reply
0 recast
0 reaction
1 reply
0 recast
0 reaction
Yeah, I agree with that. Python was my main programming language 11 years ago, I know it is powerful.
But my point was about complexity. I do believe, the capabilities of a programming language are actually tested in complex situations. Writing spaghetti code is easy. Writing good, modular, structured and optimized code is hard. And the Language here is relevant. I'm not saying you cannot write good, complex code in Python. But it's not the best option, for sure.
By the way, I feel you with the RPC limit rate issue. We had the same problem until we implemented a web3-pool client. So you can define a list of RPCs (or fetch them automatically from chainid.network), then transparently, each RPC call is routed through a different server, avoiding this way most rate limits. See here our Go implementation, maybe it can give you some ideas.
https://github.com/vocdoni/census3/tree/main/helpers/web3 1 reply
0 recast
2 reactions
0 reply
0 recast
1 reaction