Skip to content

The codon project was created to increase code sharing, code consistency, coding standards, and encourage collaboration. Package documentation is available on the GitHub pages. codonPython aims to reduce the barrier for entry for analysis and provide software development experience for those at a higher level of technical ability.

License

NHSDigital/codonPython

Repository files navigation

codonPython

Build Status codecov Code style: black

What is codon?

The codon project was created to increase code sharing, code consistency, coding standards, and encourage collaboration. Package documentation is available on the GitHub pages. codonPython aims to reduce the barrier for entry for analysis and provide software development experience for those at a higher level of technical ability.

Why codon?

In biological terms, a codon is one of the building blocks that make up our DNA. By openly sharing our code we hope that others will be able to take those blocks of code to build their own processes using the data that NHS Digital hold.

By sharing code, the project aims to:

Increase Transparency: To align with government data principles and build public trust.

Improve Code: To innovate and improve the code we use and provide.

Improve usability: By increasing the accessibility and uniformity of code, it becomes easier for data users to find and use relevant code.

Be more cost effective: Reusable 'generalised' code will increase efficiency in creating higher level processes.

Installation

The package can be directly installed by typing in your terminal:

python -m pip install --user git+https://github.com/codonlibrary/codonPython.git

For further guidance on cloning from the remote repository to a local repository on your machine see the information in our Wiki.

Contributing to codonPython

All new contributions to codon are welcome; please follow the Coding Conventions in the guidance document for contribution guidance.

Any improvements to documentation, bug fixes or general code enhancements are also welcomed. If a bug is found on the master branch, please use the GitHub guidance on raising an issue.

New to GitHub?

GitHub is a hosting site that allows for development and version control of software using Git. It allows users to edit and develop parts of code independently before submitting back to the master code, whilst using version control to track changes. Introductory videos to GitHub for beginners can be found here.

Quick links to beginner guidance can also be found below:

All other codon "How-to Articles" can be found here.

Suggestions regarding additional guidance or How-to articles are welcome.

About

The codon project was created to increase code sharing, code consistency, coding standards, and encourage collaboration. Package documentation is available on the GitHub pages. codonPython aims to reduce the barrier for entry for analysis and provide software development experience for those at a higher level of technical ability.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages