Scientific Python Cookiecutter
0.1
  • Philosophy of this Tutorial
  • Getting Started
  • The Code Itself
  • Guiding Design Principles
  • Continous Integration Testing
  • Git hooks and pre-commit
  • Writing Documentation
  • Including Data Files
  • Publishing the Documentation
  • Publishing Releases
  • Common Patterns for Tests
  • Environments and Package Managers
  • Futher Reading
    • Other Tutorials and Articles
    • Other Python Cookiecutters
    • Basics
Scientific Python Cookiecutter
  • Futher Reading
  • View page source

Futher Reading¶

Other Tutorials and Articles¶

  • Official Python Packaging Guide

  • “SettingUpOpenSource” lesson plans by John Leeman

  • “Structuring your Project” (written from the perspective of Python for web applications, as opposed to scientific libraries)

Other Python Cookiecutters¶

  • https://github.com/tylerdave/cookiecutter-python-package

  • https://github.com/audreyr/cookiecutter-pypackage

Basics¶

  • Python Modules

  • Software Carpentry Git Tutorial (For Novices)

Previous

© Copyright 2018, Contributors.

Built with Sphinx using a theme provided by Read the Docs.