Skip to content
Snippets Groups Projects
Commit 806220d4 authored by Vermaat's avatar Vermaat
Browse files

Split biopython notebook into 1-hour parts

parent f53218b3
No related branches found
No related tags found
No related merge requests found
{ {
"metadata": { "metadata": {
"name": "", "name": "",
"signature": "sha256:70bfb8ad86899454fd23b5db2e3184de272ec729cf9cdc477127a1e7d7f0f60b" "signature": "sha256:bc50d15e4618afafc7cbb3feab475a110d7e039ac562addd73b3cc9d6a5b1137"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
...@@ -33,7 +33,12 @@ ...@@ -33,7 +33,12 @@
"3. [String methods](#stringmethods)\n", "3. [String methods](#stringmethods)\n",
"4. [Comments and docstrings](#docstrings)\n", "4. [Comments and docstrings](#docstrings)\n",
"5. [Detour: PEP8 and other PEPs](#peps)\n", "5. [Detour: PEP8 and other PEPs](#peps)\n",
"6. [Errors and exceptions](#exceptions)" "6. [Errors and exceptions](#exceptions)\n",
"7. Working with modules\n",
"8. Examples from the standard library\n",
"9. Reading and writing files\n",
"10. Assignment: Finding the most common 7-mer in a FASTA file\n",
"11. Further reading"
] ]
}, },
{ {
......
{ {
"metadata": { "metadata": {
"name": "", "name": "",
"signature": "sha256:449f59d356a6f72e179ef39e58da7265eae4ecb8253da3c52cc6b41277fe2909" "signature": "sha256:0892ec60b3a9f342f46559142d68b8c002cd1f86043508cf29b9fb892b41d031"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
...@@ -28,6 +28,12 @@ ...@@ -28,6 +28,12 @@
"source": [ "source": [
"## Table of contents\n", "## Table of contents\n",
"\n", "\n",
"1. Working with scripts\n",
"2. The standard library\n",
"3. String methods\n",
"4. Comments and docstrings\n",
"5. Detour: PEP8 and other PEPs\n",
"6. Errors and exceptions\n",
"7. [Working with modules](#modules)\n", "7. [Working with modules](#modules)\n",
"8. [Examples from the standard library](#stdlib-examples)\n", "8. [Examples from the standard library](#stdlib-examples)\n",
"9. [Reading and writing files](#io)\n", "9. [Reading and writing files](#io)\n",
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment