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

Cleanup #5

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
46 changes: 24 additions & 22 deletions .ipynb_checkpoints/00-checkpoint.ipynb
Expand Up @@ -4,21 +4,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"All the Notebooks in this lecture series are available at https://github.com/rajathkumarmp/Python-Lectures"
"# Python Overview"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#Python-Lectures"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"##Introduction"
"## Introduction"
]
},
{
Expand All @@ -32,7 +25,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##Installation"
"## Installation"
]
},
{
Expand All @@ -52,7 +45,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"###Installation from unofficial distributions"
"### Installation from unofficial distributions"
]
},
{
Expand All @@ -66,7 +59,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"####Anaconda"
"#### Anaconda"
]
},
{
Expand All @@ -82,7 +75,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"####Canopy"
"#### Canopy"
]
},
{
Expand All @@ -98,7 +91,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##Launching IPython Notebook"
"## Launching IPython Notebook"
]
},
{
Expand All @@ -116,7 +109,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##How to learn from this resource?"
"## How to learn from this resource?"
]
},
{
Expand All @@ -136,7 +129,16 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"##License"
"## Get the notebooks\n",
"\n",
"The notebooks are available [on github](https://github.com/abingham/Python-Lectures). They are based on the [original work by Rajath Kumar M. P.](https://github.com/rajathkmp/Python-Lectures)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## License"
]
},
{
Expand All @@ -149,23 +151,23 @@
],
"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.10"
"pygments_lexer": "ipython3",
"version": "3.6.3"
}
},
"nbformat": 4,
"nbformat_minor": 0
"nbformat_minor": 1
}