All Projects → jobovy → code-packaging-minicourse

jobovy / code-packaging-minicourse

Licence: MIT License
Materials for a mini-course on code development and packaging

Programming Languages

Jupyter Notebook
11667 projects
TeX
3793 projects
python
139335 projects - #7 most used programming language

code-packaging-minicourse

Materials related to a mini-course on code development and packaging.

Table of Contents

Logistics

  • Meeting time / room: Tue 10:30am - 12pm / AB 113; meetings on Feb. 25, Mar. 3, Mar. 10, Mar. 17, and Mar. 24

  • Instructor: Jo Bovy, AB229

  • Email: jo - dot - bovy - at - utoronto - dot - ca

  • Syllabus: Full details can be found in the syllabus

Assignments

  • Assignment 1: available here, due on Mar. 3

  • Assignment 2: available here, due on Mar. 10

  • Assignment 3: available here, due on Mar. 17

  • Assignment 4: available here, due on Mar. 24

Lecture notes

A set of lecture notes is available at https://pythonpackaging.info.

Lecture slides

  • Week 1: slides: course logistics, why packaging and releasing your code, intro to git and GitHub, basic Python structure.

  • Week 2: slides: documentation.

  • Week 3: slides: testing your code, test coverage, continuous integration.

  • Week 4: slides: releasing your package, hosting documentation on readthedocs.io.

  • Week 5: slides: GitHub Actions, badges, C extensions.

Code package examples

As part of this course, you will develop a scientific software package, learning how to use git/GitHub to host it, how to test and document it, how to use automatic documentation/building/testing tools, how to release the package, and how to deal with issues and pull requests. If you have a software package related to your research, please use this and we can turn it into a full-featured software package. If you do not have a personal software package that you want to use, here are some ideas for simple packages to use for the course's assignments:

  • A cosmological distances package: create a simple package that computes different cosmological distances for different cosmologies, for example, following Hogg (1999).

  • A cosmology calculator: similar to the above, but create a Python package that provides similar functionality as Ned Wright's cosmology calculator.

  • A transit light curve package: compute the transit lightcurve of an exoplanet orbiting a star, e.g., following Mandel & Agol (2002).

  • A simple stellar model package: implement the simple polytropic model of stellar structure, computing models for different polytropic indices, following, e.g., these notes.

  • A simple observation planner: a package to help plan observations of celestial objects, answering such questions as "When is a target at a given (RA,Dec) best observable from a given location?", "How long is the object in question above the horizon on a given day?", "Which of a given set of observatories is best to observe a target from on a given day (or during a given period)?".

  • A package for inspecting the cosmic history of star formation and stellar mass growth: implement the results from Behroozi et al. (2012), available at the bottom of this page. For example, implement the stellar-mass vs. halo-mass relations and allow them to be evaluated at any redshift/halo mass using interpolation.

Whichever example you choose or when you bring your own package, it's important that your package implements both classes and functions so we can learn about documentation and testing features for both of these.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].