panoptes / panoptes-tutorials

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

Create basic python notebook #11

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...)

wtgee 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.

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