Skip to content

Commit 41ddfea

Browse files
author
Julien Bouquillon
committed
Merge pull request revolunet#26 from ugurthemaster/master
update issues.json
2 parents f41c58e + 73f56fa commit 41ddfea

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

img/cover_biopython.jpg

13 KB
Loading

issues.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ "books" : [
1+
{ "books" : [
22
{
33
"title": "Python para Desenvolvedores (2nd Edition)",
44
"author": "Luiz Eduardo Borges",
@@ -439,5 +439,14 @@
439439
"info":"Small and nice python game examples",
440440
"url":"http://inventwithpython.com/chapters/",
441441
"cover": "img/cover_inventgame.jpg"
442+
},
443+
{
444+
"title":"Biopython",
445+
"author":"Jeff Chang, Brad Chapman, Iddo Friedberg, Thomas Hamelryck, Michiel de Hoon, Peter Cock, Tiago Antao, Eric Talewich, Bartek Wilcznski",
446+
"authorUrl":"http://biopython.org/wiki/Main_Page",
447+
"level":"Intermediate",
448+
"info":"This is a tutorial and cookbook for Biopython (Biopython is a set of freely available toos for biological computations.",
449+
"url":"http://biopython.org/DIST/docs/tutorial/Tutorial.pdf",
450+
"cover": "img/cover_biopython.jpg"
442451
}
443452
]}

0 commit comments

Comments
 (0)