Uncategorised

  • Updated Data Analysis with Jupyter Notebooks

    Our Data Analysis with Jupyter Notebooks post now includes all the tutorials from the year 1 semester 1 lab course: Data Analysis with Jupyter Notebooks. Now with graph plotting (using matplotlib), and numpy for data analysis and statistics.

  • Loops - not just going round in circles

    We've just published another notebook in the introduction series, following on from the functions notebook -- we have the loops notebook. These are an important tool in the programmers belts and hopefully you will be able to see how your...

  • Functions - being able to work mathematically

    Andrew has written an introductory notebook on using and defining functions within python. He has a nice little van't Hoff example at the end as well looking at the effect of temperature on the equilibrium constant. You can check it...