Skip to content

Commit c53927e

Browse files
author
ugurthemaster
committed
Text Processing in Python has been added.
1 parent 73f56fa commit c53927e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
9.91 KB
Loading

issues.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,5 +448,14 @@
448448
"info":"This is a tutorial and cookbook for Biopython (Biopython is a set of freely available toos for biological computations.",
449449
"url":"http://biopython.org/DIST/docs/tutorial/Tutorial.pdf",
450450
"cover": "img/cover_biopython.jpg"
451+
},
452+
{
453+
"title":"Text Processing in Python",
454+
"author":"David Mertz",
455+
"authorUrl":"http://gnosis.cx/TPiP/",
456+
"level":"Intermediate",
457+
"info":"This is an example-driven, hands on tutorial that carefully teaches programmers how to accomplish numerous text processing tasks using Python.",
458+
"url":"http://gnosis.cx/TPiP/",
459+
"cover": "img/cover_text_processing_in_python.jpg"
451460
}
452461
]}

0 commit comments

Comments
 (0)