Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Programming course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
courses
Programming course
Commits
782a1785
Commit
782a1785
authored
11 years ago
by
Vermaat
Browse files
Options
Downloads
Patches
Plain Diff
Remove some double slides
parent
72b2f8d8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python.ipynb
+0
-102
0 additions, 102 deletions
python.ipynb
with
0 additions
and
102 deletions
python.ipynb
+
0
−
102
View file @
782a1785
...
@@ -2631,36 +2631,6 @@
...
@@ -2631,36 +2631,6 @@
"**Hint:** All elements in a set are unique."
"**Hint:** All elements in a set are unique."
]
]
},
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"$\\S$ Exercise: Analyse a repeat structure\n",
"===\n",
"\n",
"* Make a short tandem repeat that consists of three \"ACGT\" units and five \"TTATT\" units.\n",
"* Print all suffixes of the repeat structure."
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"$\\S$ Exercise: Analyse a repeat structure\n",
"===\n",
"\n",
"* Print all substrings of length 3.\n",
"* Print all unique substrings of length 3."
]
},
{
{
"cell_type": "markdown",
"cell_type": "markdown",
"metadata": {
"metadata": {
...
@@ -2679,78 +2649,6 @@
...
@@ -2679,78 +2649,6 @@
" 2 * (4 > 3)"
" 2 * (4 > 3)"
]
]
},
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"2 * 3 > 4"
],
"language": "python",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 9,
"text": [
"True"
]
}
],
"prompt_number": 9
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"2 * (3 > 4)"
],
"language": "python",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 10,
"text": [
"0"
]
}
],
"prompt_number": 10
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"2 * (4 > 3)"
],
"language": "python",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 11,
"text": [
"2"
]
}
],
"prompt_number": 11
},
{
{
"cell_type": "markdown",
"cell_type": "markdown",
"metadata": {
"metadata": {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment