Sort:  

I wanted to dive into some Ethereum based stuff. Have any good tutorials you used for that?

Sorry, no experience but curious enough to as ChatGPT on Bing this:
how can I use python to analyse data for the Ethereum blockchain ?
Response I got was this:
You can use the web3.py library to interact with the Ethereum blockchain via a set of publicly exposed APIs. This library provides a programming language-specific client interface used to interact with data that is already present in the Ethereum blockchain¹.

Here is a tutorial on how to use web3.py to interact with the Ethereum blockchain and perform various operations such as reading data from the blockchain, writing data to the blockchain, and more¹.

I hope this helps!

Source: Conversation with Bing, 15/05/2023(1) Web3.py tutorial: A guide to Ethereum blockchain development with Python. https://blog.logrocket.com/web3-py-tutorial-guide-ethereum-blockchain-development-with-python/ Accessed 15/05/2023.
(2) Extracting information from the Ethereum blockchain with python. https://stackoverflow.com/questions/49080955/extracting-information-from-the-ethereum-blockchain-with-python Accessed 15/05/2023.
(3) Complete Guide to Ethereum Blockchain with Python - Analytics Vidhya. https://www.analyticsvidhya.com/blog/2023/01/complete-guide-to-web3-0-ethereum-blockchain-using-python/ Accessed 15/05/2023.

Good luck with the project.