https://github.com/dylanlt/bioinformatics-code
Code exercises for a the Stepik course "Finding Hidden Messages in DNA"
https://github.com/dylanlt/bioinformatics-code
bioinformatics
Last synced: 11 days ago
JSON representation
Code exercises for a the Stepik course "Finding Hidden Messages in DNA"
- Host: GitHub
- URL: https://github.com/dylanlt/bioinformatics-code
- Owner: dylanlt
- Created: 2024-05-01T02:42:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T03:08:47.000Z (about 2 years ago)
- Last Synced: 2025-08-11T06:55:14.453Z (12 months ago)
- Topics: bioinformatics
- Language: Python
- Homepage: https://stepik.org/course/55929?search=3958687939
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bioinformatics code
This is the source code from a [Stepik course](https://stepik.org/course/55929/promo?search=3958687939)
It has been probably the most interesting coding I have ever done, so I am adding some links to similar free online content by the same author.
There are [many others including more advanced courses and several on COVID-19](https://stepik.org/catalog/search?lang=en&q=bioinformatics);
Other good introductory bioinformatics exercises are:
* [Phillip's book available online](https://www.bioinformaticsalgorithms.org/) - the first 5 chapters are free
* [This bioinformatics chapter](https://programmingforlovers.com/chapter-1-finding-replication-origins-in-bacterial-genomes/introduction-the-most-beautiful-experiment-in-biology/) of Phillip's programming course called **Programming for Lovers**
I hope you enjoy these as much as I did!