Skip to content

Latest commit

 

History

History
78 lines (47 loc) · 2.05 KB

File metadata and controls

78 lines (47 loc) · 2.05 KB

Python MSc 2017 : additional documentation

.. toctree::
   :maxdepth: 2
   :caption: Contents

   generator_x
   file_generators
   enumerate_examples
   addittional_dictionaries
   standard_functions
   tuples_and_unpacking_values


This just contains info that supplements everything we have gone over in lectures. It is not necessary, but you may find it useful.

Addional links

The majority of these pages comes from the following sources. Check them out for a more in-depth (possibly more accurate) explanation of everything covered here, as well as additional concepts that have been omitted.

The first is based on a talk by Raymond Hettinger.

And the second is based on a talk by Ned Batchelder.