Skip to content

Commit d49956b

Browse files
committed
Added intro to python for bioinformatics and other videos
1 parent 9b11a46 commit d49956b

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

Submodule 0/Submodule_0_Tutorial_1_GithubDownload.ipynb

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,15 @@
7474
"\n",
7575
"You are likely familiar with cloud data storage, for example with your files saved on OneDrive (Microsoft) or Google Drive (Google). Cloud *computing* takes that a step farther and carries out data processing and runs programs on computers that are located in some distant site. \n",
7676
"\n",
77-
"The advantage of \"cloud computing\" is that the computational speed and power is not limited by what you have in *your* desktop or laptop. Rather, cloud computers are very FAST computers with substantially more memory (to work on big biological data sets). Additionally, the providers of cloud computing can make more (or fewer) processors available to your job, depending on the need. "
77+
"The advantage of \"cloud computing\" is that the computational speed and power is not limited by what you have in *your* desktop or laptop. Rather, cloud computers are very FAST computers with substantially more memory (to work on big biological data sets). Additionally, the providers of cloud computing can make more (or fewer) processors available to your job, depending on the need. \n",
78+
"\n",
79+
"<p align=\"center\">\n",
80+
" <a href=\"https://www.youtube.com/watch?v=-xRTFjgiBKw&list=PLXaEJPtnQ4w7Vu7vqWbttBjUGrPp4Qa7b&index=30\">\n",
81+
" <img src=\"../images/WhatIsGitHub.png\" alt=\"NIH/NIGMS Sandbox Foundations of Python Video 3\", width=\"550\"/>\n",
82+
" </a>\n",
83+
" <br>\n",
84+
" <span> Click above image to watch introductory video </span>\n",
85+
"</p>"
7886
]
7987
},
8088
{
@@ -83,6 +91,15 @@
8391
"metadata": {},
8492
"source": [
8593
"## What you see when you arrive at the \"Sandbox\"\n",
94+
"\n",
95+
"<p align=\"center\">\n",
96+
" <a href=\"https://www.youtube.com/watch?v=M6kKeMjr5e8&list=PLXaEJPtnQ4w7Vu7vqWbttBjUGrPp4Qa7b&index=36\">\n",
97+
" <img src=\"../images/TourofGitHub.png\" alt=\"NIH/NIGMS Sandbox Foundations of Python Video 6\", width=\"550\"/>\n",
98+
" </a>\n",
99+
" <br>\n",
100+
" <span> Click above image to watch introductory video </span>\n",
101+
"</p>\n",
102+
"\n",
86103
"It is possible that you are reading this file having already navigated to the \"Sandbox.\" \n",
87104
"\n",
88105
"The [Sandbox](https://github.com/NIGMS/NIGMS-Sandbox) is housed at github.com. Github is a collaboration tool/website/repository that is being used by NIGMS as a great way to share materials.\n",

Submodule_1/Submodule_1_Tutorial1_PythonOverview.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,21 @@
99
"\n",
1010
"This section of the introductory module gives you the foundations for understanding how Python works. \n",
1111
"\n",
12+
"<p align=\"center\">\n",
13+
" <a href=\"https://www.youtube.com/watch?v=I13dInHrpa4&list=PLXaEJPtnQ4w7Vu7vqWbttBjUGrPp4Qa7b&index=29\">\n",
14+
" <img src=\"../images/IntroPythonforBioinfo.png\" alt=\"NIH/NIGMS Sandbox Foundations of Python Video 7\", width=\"550\"/>\n",
15+
" </a>\n",
16+
" <br>\n",
17+
" <span> Click above image to watch introductory video </span>\n",
18+
"</p>\n",
19+
"\n",
1220
"<div class=\"alert alert-block alert-warning\"> <b>Attention:</b> This page is for novices!</a>. </div>\n",
1321
"\n",
1422
"## Learning Objectives\n",
15-
"- Describe a Python program\r",
23+
"- Describe a Python program\n",
1624
"- Recognize and create comments\n",
1725
"- Find help for Python Tools\n",
18-
"- Use functions and methods on variables (at a beginner level)\r\n",
26+
"- Use functions and methods on variables (at a beginner level)\n",
1927
"## Prerequisites\n",
2028
"NONE\n",
2129
"\n",

images/IntroPythonforBioinfo.png

552 KB
Loading

images/TourofGitHub.png

439 KB
Loading

0 commit comments

Comments
 (0)