From f7a19e1cf1b1990f59cc9ad63da7782e8c43f7d0 Mon Sep 17 00:00:00 2001 From: Pranoy Dev Date: Wed, 3 Oct 2018 07:08:38 +0530 Subject: [PATCH 1/4] error handling --- .../Python_Workshop_Level_1-checkpoint.ipynb | 11 ++++++----- Python_Workshop_Level_1.ipynb | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.ipynb_checkpoints/Python_Workshop_Level_1-checkpoint.ipynb b/.ipynb_checkpoints/Python_Workshop_Level_1-checkpoint.ipynb index 428b34f..5cca721 100644 --- a/.ipynb_checkpoints/Python_Workshop_Level_1-checkpoint.ipynb +++ b/.ipynb_checkpoints/Python_Workshop_Level_1-checkpoint.ipynb @@ -549,11 +549,12 @@ ] }, { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], - "source": [] + "source": [ + "# Error Handling\n", + "![alt text](https://pics.me.me/if-error-google-search-error-stackoverflow-if-error-25991607.png)\n" + ] }, { "cell_type": "code", @@ -585,7 +586,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.5" + "version": "3.6.4" } }, "nbformat": 4, diff --git a/Python_Workshop_Level_1.ipynb b/Python_Workshop_Level_1.ipynb index 428b34f..5cca721 100644 --- a/Python_Workshop_Level_1.ipynb +++ b/Python_Workshop_Level_1.ipynb @@ -549,11 +549,12 @@ ] }, { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], - "source": [] + "source": [ + "# Error Handling\n", + "![alt text](https://pics.me.me/if-error-google-search-error-stackoverflow-if-error-25991607.png)\n" + ] }, { "cell_type": "code", @@ -585,7 +586,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.5" + "version": "3.6.4" } }, "nbformat": 4, From 86af519e190efdc34e6b10cfb7d843557216d8fd Mon Sep 17 00:00:00 2001 From: Pranoy Dev Date: Wed, 3 Oct 2018 07:27:13 +0530 Subject: [PATCH 2/4] File Handling concepts added --- .../Python_Workshop_Level_1-checkpoint.ipynb | 13 +++++++++++++ Python_Workshop_Level_1.ipynb | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/.ipynb_checkpoints/Python_Workshop_Level_1-checkpoint.ipynb b/.ipynb_checkpoints/Python_Workshop_Level_1-checkpoint.ipynb index 5cca721..4f73874 100644 --- a/.ipynb_checkpoints/Python_Workshop_Level_1-checkpoint.ipynb +++ b/.ipynb_checkpoints/Python_Workshop_Level_1-checkpoint.ipynb @@ -556,6 +556,19 @@ "![alt text](https://pics.me.me/if-error-google-search-error-stackoverflow-if-error-25991607.png)\n" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# File Handling\n", + "---\n", + "### Data Input Setup and Input Function\n", + "### File Management: Reading\n", + "### File Management: Writing\n", + "### Intro to pickle package\n", + "---\n" + ] + }, { "cell_type": "code", "execution_count": null, diff --git a/Python_Workshop_Level_1.ipynb b/Python_Workshop_Level_1.ipynb index 5cca721..4f73874 100644 --- a/Python_Workshop_Level_1.ipynb +++ b/Python_Workshop_Level_1.ipynb @@ -556,6 +556,19 @@ "![alt text](https://pics.me.me/if-error-google-search-error-stackoverflow-if-error-25991607.png)\n" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# File Handling\n", + "---\n", + "### Data Input Setup and Input Function\n", + "### File Management: Reading\n", + "### File Management: Writing\n", + "### Intro to pickle package\n", + "---\n" + ] + }, { "cell_type": "code", "execution_count": null, From f6d6c95f23e91bec256d070d24142305fc924a98 Mon Sep 17 00:00:00 2001 From: Martin siby <33017440+martin-raven@users.noreply.github.com> Date: Wed, 3 Oct 2018 15:26:03 +0530 Subject: [PATCH 3/4] Added Lisence --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..4f51bf0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Martin siby + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 79833324d46befdeb2bb804f16eab7c70972d00c Mon Sep 17 00:00:00 2001 From: justinmonsi Date: Thu, 4 Oct 2018 12:26:25 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b0b542..2782a90 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Python Workshop +# Python Workshop Level 1 Basic Python Workshop by [I/O Developers](https://www.iodev.co.in)