Sort:  

I'm halfway through this prompt engineering lesson.
https://learn.deeplearning.ai/chatgpt-prompt-eng/lesson/1/introduction
You should check it out.

Thanks for the tip!

Do you ever do any data science type stuff? I need to learn some about machine learning and data analysis using python for an experiment at the end of summer.

You're welcome.
I took two data science diploma courses at Singapore Polytechnic few years ago.
One on AI and one on Big Data.
Work is data analytics related but lots of data cleansing stuff before that.

So here's a question for you ace, (I'm guessing you're using pandas):

I want to do some blockchain related data cleansing. What would be the best methodology for this?

Pandas, dataframe. Yes, i don't do any blockchain much. I use beempy to look into hive things.

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.