Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converting functions from exercises #8

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
884 changes: 884 additions & 0 deletions Data/gene_names.txt

Large diffs are not rendered by default.

884 changes: 884 additions & 0 deletions Data/gene_names1.txt

Large diffs are not rendered by default.

1,790 changes: 893 additions & 897 deletions Data/humchrx.txt

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Data/test01.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
My second file written from Python
---------------------------------
Hello, Felix! How is you today?
4 changes: 2 additions & 2 deletions Notebooks/00.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -167,7 +167,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.8"
"version": "3.9.7"
}
},
"nbformat": 4,
Expand Down
Loading