Practical 05

Synopsis

Practical 5 of Fundamentals of Programming COMP1005/500i5

Contents

README - readme file for Practical 5 heat.py - heat diffusion simulation heatsource.py - heat diffusion simulation heatfun.py - heat diffusion simulation listComp.py - loops and list comprehensions marchweather2.0.py - read in values and plots them (modilied) weather.py: Print min and max temps from a file marchweather2.py - read in values and plots them

marchweather.csv - march weather data marchweatherfull.csv - full march weather data heatsource.csv - heat data marchout.csv -

Dependencies

none

Version information

<today’s date> - initial version of Practical 5 programs