🧬
DNA Encoder
July 2017
Python
Flask
Jinja2
A web application that encodes a string of text as DNA taking the binary representation of each character.

A web application that encodes a string of text as DNA in a hands-on manner– taking the binary representation of each character and assigning a DNA base pair to each pair of bits.
I made this while studying computer science and genetics at Carleton College and thinking about all the ways one can store information. The app is built with Python, Flask, and Jinja2.