pythoninchemistry / intro_python_chemists

An open-source, online textbook introducing Python programming to chemistry students
https://pythoninchemistry.org/intro_python_chemists
BSD 3-Clause "New" or "Revised" License
23 stars 6 forks source link

Develop a Table of Contents #5

Open arm61 opened 4 years ago

arm61 commented 4 years ago

The first draft Table of Contents is now online in the _data/toc.yml. However, we want to get more ideas for sections and chapters to include.

Please comment below with potential areas for inclusion (or areas currently included that should be removed).

Any and all ideas are welcome!

acnash commented 4 years ago

Having just finished some consulting for a small science startup who are using Python, I would definitely cover coding style. For example some very simple idea:

You ought to be able to read the function/method header and understand what it is, and what it expects and then you should be able to know what to respect in return by looking at the return statement.

j-m-dean commented 4 years ago

Some initial suggestions are:

arm61 commented 4 years ago

@acnash I have added a mention to your comment in #13 which relates to the Documentation section. Thanks for the idea.

@j-m-dean: