From 42f9b98a49d24e88c3eb3ada84593df7588eaf66 Mon Sep 17 00:00:00 2001 From: Rami Saad <164887365+RamiSaad93@users.noreply.github.com> Date: Tue, 28 Oct 2025 17:17:56 +0300 Subject: [PATCH 1/2] Added my personal introduction to about-me.ipynb --- about-me.ipynb | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/about-me.ipynb b/about-me.ipynb index 1e8b6d4..da603e4 100644 --- a/about-me.ipynb +++ b/about-me.ipynb @@ -20,24 +20,39 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hi! My name is Rami Saad. I’m excited to learn because I have always had passion for data. A fun fact about me is: I never had any experience in coding.\n" + ] + } + ], "source": [ "# About Me\n", "# Please fill in the following details.\n", "\n", - "name = \"Your Name Here\"\n", - "reason = \"Why you are interested in AI, Data Analytics, or Data Science\"\n", - "fun_fact = \"One fun fact about yourself or a goal for this course\"\n", + "name = \"Rami Saad\"\n", + "reason = \"I have always had passion for data\"\n", + "fun_fact = \"I never had any experience in coding\"\n", "\n", "print(f\"Hi! My name is {name}. I’m excited to learn because {reason}. A fun fact about me is: {fun_fact}.\")" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -51,7 +66,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.6" + "version": "3.9.13" } }, "nbformat": 4, From 21cb4c9c64bd995ab74ab2522013ce00e7d96e15 Mon Sep 17 00:00:00 2001 From: Rami Saad <164887365+RamiSaad93@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:41:39 +0300 Subject: [PATCH 2/2] second update using vi command --- .ipynb_checkpoints/about-me-checkpoint.ipynb | 74 ++++++++++++++++++++ two_fer2.sh | 2 + 2 files changed, 76 insertions(+) create mode 100644 .ipynb_checkpoints/about-me-checkpoint.ipynb create mode 100644 two_fer2.sh diff --git a/.ipynb_checkpoints/about-me-checkpoint.ipynb b/.ipynb_checkpoints/about-me-checkpoint.ipynb new file mode 100644 index 0000000..da603e4 --- /dev/null +++ b/.ipynb_checkpoints/about-me-checkpoint.ipynb @@ -0,0 +1,74 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## About Me Lab: AI Engineering, Data Analytics & Data Science\n", + "\n", + "In this notebook, you'll write a short introduction about yourself using Python!\n", + "\n", + "### Instructions:\n", + "- Fill in the variables below with your details.\n", + "- Run the cell to print your introduction.\n", + "\n", + "### What to Include:\n", + "- Your name.\n", + "- Why you're interested in AI Engineering, Data Analytics or Data Science.\n", + "- A fun fact about yourself or a goal for this course.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hi! My name is Rami Saad. I’m excited to learn because I have always had passion for data. A fun fact about me is: I never had any experience in coding.\n" + ] + } + ], + "source": [ + "# About Me\n", + "# Please fill in the following details.\n", + "\n", + "name = \"Rami Saad\"\n", + "reason = \"I have always had passion for data\"\n", + "fun_fact = \"I never had any experience in coding\"\n", + "\n", + "print(f\"Hi! My name is {name}. I’m excited to learn because {reason}. A fun fact about me is: {fun_fact}.\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.13" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/two_fer2.sh b/two_fer2.sh new file mode 100644 index 0000000..97169e1 --- /dev/null +++ b/two_fer2.sh @@ -0,0 +1,2 @@ +name=${1:-you} +echo "One for $name, one for me."