panoptes / panoptes-tutorials

A collection of tutorials related to the PANOPTES network.
MIT License
1 stars 7 forks source link

Make `Dictionary` notebook #21

Open OmegaLambda1998 opened 4 years ago

OmegaLambda1998 commented 4 years ago

@wtgee So I was thinking of two options for this. Either have all the basics (variable, lists, functions, types, etc...) in one mega notebook Or split them up into different notebooks (variable.ipynb, lists.ipynb, functions.ipynb, etc...)

I think that a single notebook is okay for now and we will just evaluate that as it grows bigger.

Just paraphrasing what was discussed in the hack week: We've decided to split it into a number of different notebooks. These will include basic python ala Carpentries, as well as more specific packages like numpy, matplotlib, pandas, and astropy.

I'll make issues for each of these

Originally posted by @MrPop2213 in https://github.com/panoptes/panoptes-tutorials/issues/11#issuecomment-585574620

geotaylo commented 4 years ago

Note that the data types notebook mentions dictionaries, but does not go into details about their usage.