I need to upload a file using python script and generate the hash

Hello I need to upload my files to ipfs database using python. And I need to generate the relevant hash in the code file itself. How can I do this

You can start with this https://github.com/ipfs-shipyard/py-ipfs-http-client. I"m not quite sure what you’re referring to “in the code itself” This is only a client for the IPFS rest API so you’ll have to send the file to the node to calculate the hash. I don’t know of any native Python code that will calculate the hash.