UCL-EO / geog0111

UCL MSc coursenotes
http://www2.geog.ucl.ac.uk/~plewis/geog0111
GNU General Public License v3.0
16 stars 18 forks source link

Lambda functions #22

Closed profLewis closed 2 years ago

profLewis commented 2 years ago

Update advice to students on lambda functions wrt https://www.python.org/dev/peps/pep-0008/

specifically, don’t define a lambda function as variable unless warranted. Show use of lambda fn in eg pandas map function

profLewis commented 2 years ago

Changed and committed