noi26 / InterPython_Workshop_Example

A template of software project for the Intermediate Python for Astronomical Software Development workshop
MIT License
0 stars 0 forks source link

Add comments to your code #10

Open sondosmohsen opened 7 months ago

sondosmohsen commented 7 months ago

Add comments and docstrings to your code to explain the purpose of each section, function, and variable.

Provide explanations or markdown cells to describe the datasets, the structure of the dataframes, and the visualization techniques used.

jsobeck commented 7 months ago

@sondosmohsen Text/explanations to the nb will be added as suggested in your first comment. Regarding your second comment and the addition of docstring/comments, is this for all *.py routines?