News

Subscripts are indices Here we make explicit the connection between subscript notation in mathematics and indices in Python. In mathematics: Say we have a collection of objects X X. We can refer to ...
Notes Object slicing is useful because it lets you assign names to slices, just like spreadsheets allow naming of cell ranges. The notation python a:b:c is only valid within [] when used as the ...