From 92147674d4b750b442373151b456c3e89be288ca Mon Sep 17 00:00:00 2001 From: Shravan Kumar <87087331+shravankumar0811@users.noreply.github.com> Date: Wed, 15 Sep 2021 11:29:49 +0530 Subject: [PATCH 1/6] Set theme jekyll-theme-slate --- _config.yml | 1 + index.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 _config.yml create mode 100644 index.md diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c741881 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-slate \ No newline at end of file diff --git a/index.md b/index.md new file mode 100644 index 0000000..5c87126 --- /dev/null +++ b/index.md @@ -0,0 +1,37 @@ +## Welcome to GitHub Pages + +You can use the [editor on GitHub](https://github.com/shravankumar0811/Coding_Ninjas_In_Python/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files. + +Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. + +### Markdown + +Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for + +```markdown +Syntax highlighted code block + +# Header 1 +## Header 2 +### Header 3 + +- Bulleted +- List + +1. Numbered +2. List + +**Bold** and _Italic_ and `Code` text + +[Link](url) and ![Image](src) +``` + +For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). + +### Jekyll Themes + +Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/shravankumar0811/Coding_Ninjas_In_Python/settings/pages). The name of this theme is saved in the Jekyll `_config.yml` configuration file. + +### Support or Contact + +Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://support.github.com/contact) and we’ll help you sort it out. From 216be04ae33a236af23fef7c0d16b83465963e07 Mon Sep 17 00:00:00 2001 From: Shravan Kumar <87087331+shravankumar0811@users.noreply.github.com> Date: Wed, 15 Sep 2021 11:30:28 +0530 Subject: [PATCH 2/6] Update index.md --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 5c87126..73df524 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,4 @@ -## Welcome to GitHub Pages +## Welcome to Coding Ninjas Assignment Solutions in Python You can use the [editor on GitHub](https://github.com/shravankumar0811/Coding_Ninjas_In_Python/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files. From bac70c9d883efe73da24b4dabf0aab57a75b5c8e Mon Sep 17 00:00:00 2001 From: Shravan Kumar <87087331+shravankumar0811@users.noreply.github.com> Date: Wed, 15 Sep 2021 11:35:19 +0530 Subject: [PATCH 3/6] Update index.md --- index.md | 36 ++++++------------------------------ 1 file changed, 6 insertions(+), 30 deletions(-) diff --git a/index.md b/index.md index 73df524..e0b3f62 100644 --- a/index.md +++ b/index.md @@ -1,37 +1,13 @@ ## Welcome to Coding Ninjas Assignment Solutions in Python +This will have all the solutions to the Introduction to python course's problems by Coding ninjas. Star the repo if you like it. -You can use the [editor on GitHub](https://github.com/shravankumar0811/Coding_Ninjas_In_Python/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files. - -Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. ### Markdown +This repository includes all the practice problems and assignments which I’ve solved during the Intro Course of Python Programming taught by Coding Ninjas. If you’re unable to view the patterns properly in Jupyter notebook then double-click the markdown cell to enlarge. -Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for - -```markdown -Syntax highlighted code block - -# Header 1 -## Header 2 -### Header 3 - -- Bulleted -- List - -1. Numbered -2. List - -**Bold** and _Italic_ and `Code` text - -[Link](url) and ![Image](src) -``` - -For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). - -### Jekyll Themes - -Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/shravankumar0811/Coding_Ninjas_In_Python/settings/pages). The name of this theme is saved in the Jekyll `_config.yml` configuration file. +Topics discussed are:- 1) Flow-Chart 2) Introduction to Python 3) Conditionals and Loops 4) Patterns 1 5) Patterns 2 6) More on Loops 7) Functions 8) Arrays and Lists 9) Searching And Sorting 10) Strings 11) Two Dimensional Lists 12) Tupples, Dictionary And Sets -### Support or Contact +Register the course with the following referral link to get a discount of ₹1,000/- +Referral Link: https://classroom.codingninjas.com/app/invite/ZEUJL -Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://support.github.com/contact) and we’ll help you sort it out. +P.S: Don’t forget to sign up with a new ID to avail discount From 6d7dff0e0eec07937716fcddc6561e2b6228cc64 Mon Sep 17 00:00:00 2001 From: Shravan Kumar <87087331+shravankumar0811@users.noreply.github.com> Date: Wed, 15 Sep 2021 11:47:06 +0530 Subject: [PATCH 4/6] Update index.md --- index.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/index.md b/index.md index e0b3f62..0ae9570 100644 --- a/index.md +++ b/index.md @@ -1,13 +1,19 @@ ## Welcome to Coding Ninjas Assignment Solutions in Python This will have all the solutions to the Introduction to python course's problems by Coding ninjas. Star the repo if you like it. +This repository includes all the practice problems and assignments which I’ve solved during the Course of Python Programming taught by Coding Ninjas. If you’re unable to view the patterns properly in Jupyter notebook then double-click the markdown cell to enlarge.It includes 2 chapters as mentioned below. -### Markdown -This repository includes all the practice problems and assignments which I’ve solved during the Intro Course of Python Programming taught by Coding Ninjas. If you’re unable to view the patterns properly in Jupyter notebook then double-click the markdown cell to enlarge. +# 1) Introduction to Python + +# 2) Algorithms and Data Structures in Python -Topics discussed are:- 1) Flow-Chart 2) Introduction to Python 3) Conditionals and Loops 4) Patterns 1 5) Patterns 2 6) More on Loops 7) Functions 8) Arrays and Lists 9) Searching And Sorting 10) Strings 11) Two Dimensional Lists 12) Tupples, Dictionary And Sets -Register the course with the following referral link to get a discount of ₹1,000/- -Referral Link: https://classroom.codingninjas.com/app/invite/ZEUJL -P.S: Don’t forget to sign up with a new ID to avail discount +__Download Jupyter notebook from here:__ https://jupyter.org/ +__Installing Jupyter notebook:__ https://jupyter.org/install +If you're not comfortable with Jupyter notebooks then you can use __Repl.it (Online Editor):__ https://repl.it/languages/python3 + +Register the course with the following referral link to get a discount of ₹1,000/- +Referral Link: https://www.codingninjas.com/?referralCode=GCKQL + +**P.S: Don't forget to sign up with a new ID to avail discount** From c7edda7072af709c13c5d21754a52e044fe0d9b5 Mon Sep 17 00:00:00 2001 From: Shravan Kumar <87087331+shravankumar0811@users.noreply.github.com> Date: Wed, 15 Sep 2021 11:49:05 +0530 Subject: [PATCH 5/6] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..959fcc7 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Coding_Ninjas_In_Python +This repository includes all the practice problems and assignments which I've solved during the Course of Python Programming taught by Coding Ninjas.Star the repo if you like it. From 255468bd67cbdc30d90b17b2918b21bb54b6cd2d Mon Sep 17 00:00:00 2001 From: Shravan Kumar <87087331+shravankumar0811@users.noreply.github.com> Date: Wed, 15 Sep 2021 11:54:01 +0530 Subject: [PATCH 6/6] Update index.md --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 0ae9570..726fdd7 100644 --- a/index.md +++ b/index.md @@ -3,9 +3,9 @@ This will have all the solutions to the Introduction to python course's problems This repository includes all the practice problems and assignments which I’ve solved during the Course of Python Programming taught by Coding Ninjas. If you’re unable to view the patterns properly in Jupyter notebook then double-click the markdown cell to enlarge.It includes 2 chapters as mentioned below. -# 1) Introduction to Python +### 1) Introduction to Python -# 2) Algorithms and Data Structures in Python +### 2) Algorithms and Data Structures in Python