Skip to content
This repository has been archived by the owner on Jun 25, 2018. It is now read-only.

Commit

Permalink
Switch back to Python3 after @CristianRiccio fix typos in day2's note…
Browse files Browse the repository at this point in the history
…books.
  • Loading branch information
pajanne committed Dec 5, 2016
1 parent 84159fb commit a57df85
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Introduction_to_python_day_1_session_4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Congratulation! You reach the end of day 1! Next session for tomorrow\n",
"## Congratulation! You reached the end of day 1! \n",
"\n",
"Go to our next notebook: [Introduction_to_python_day_2_introduction](Introduction_to_python_day_2_introduction.ipynb)"
]
Expand Down
39 changes: 17 additions & 22 deletions Introduction_to_python_day_2_introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 1,
"metadata": {
"collapsed": false,
"slideshow": {
Expand All @@ -109,7 +109,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 2,
"metadata": {
"collapsed": false,
"slideshow": {
Expand Down Expand Up @@ -141,7 +141,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 3,
"metadata": {
"collapsed": false,
"slideshow": {
Expand Down Expand Up @@ -169,7 +169,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 4,
"metadata": {
"collapsed": false,
"slideshow": {
Expand All @@ -193,7 +193,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 5,
"metadata": {
"collapsed": false,
"slideshow": {
Expand All @@ -205,8 +205,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"A dictionary: {'G': 'Guanine', 'C': 'Cytosine', 'A': 'Adenine', 'T': 'Thymine'}\n",
"Value in dictionary associated to key C: Cytosine\n"
"A dictionary: {'C': 'Cytosine', 'T': 'Thymine', 'G': 'Guanine', 'A': 'Adenine'}\n",
"Value associated to key C: Cytosine\n"
]
}
],
Expand All @@ -233,7 +233,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 6,
"metadata": {
"collapsed": false
},
Expand Down Expand Up @@ -272,7 +272,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 7,
"metadata": {
"collapsed": false,
"slideshow": {
Expand Down Expand Up @@ -302,7 +302,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 8,
"metadata": {
"collapsed": false,
"slideshow": {
Expand Down Expand Up @@ -332,7 +332,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 9,
"metadata": {
"collapsed": false,
"slideshow": {
Expand Down Expand Up @@ -379,7 +379,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": 10,
"metadata": {
"collapsed": false
},
Expand All @@ -399,11 +399,6 @@
"print(\"ATG TCA CCG GGC\".split())"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
},
{
"cell_type": "markdown",
"metadata": {
Expand All @@ -421,21 +416,21 @@
"metadata": {
"celltoolbar": "Slideshow",
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12"
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
Expand Down
10 changes: 5 additions & 5 deletions Introduction_to_python_day_2_session_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -884,21 +884,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12"
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
Expand Down
10 changes: 5 additions & 5 deletions Introduction_to_python_day_2_session_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -176,21 +176,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12"
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
Expand Down
10 changes: 5 additions & 5 deletions Introduction_to_python_day_2_session_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -950,21 +950,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12"
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
Expand Down
10 changes: 5 additions & 5 deletions Introduction_to_python_day_2_session_4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -320,21 +320,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12"
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a57df85

Please sign in to comment.