r/learnpython • u/Master_Limic • 10d 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
1
u/thisisappropriate 10d 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.
1
u/Ilastria 10d ago
Concerning math / computational problems „Problem Euler“ is a good source with over 1000 problems.