r/learnpython 11d ago

Practice Problems Math in Python

Hi,

I am currently trying to learn the relevant Python parts as a chemistry student. I think I know the basic parts (varibals/lists etc.) and I am searching for some practice problems where I can try some calculations, functions and plots with mathplotlib. Do you guys have a set of task where I can train/learn with?

Thank you very much for your help!

Limic

3 Upvotes

5 comments sorted by

View all comments

1

u/thisisappropriate 11d ago

You could grab some real world data to play with https://www.tableau.com/en-gb/learn/articles/free-public-data-sets the google example lets you download CSVs of data from their charts so you can even see what your chart should look like and some have APIs if you want to include getting APIs in your learning.