Skip to content

Commit d425763

Browse files
Minor Changes to ReadMe
1 parent 8291f30 commit d425763

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Python_Notes_by_Saket_Savarn.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2735,8 +2735,8 @@
27352735
"These are one of the most commonly used functions of str but there are a few more left which haven't been mentioned and aren't used as widely as the ones mentioned above. You can always explore the rest remaining functions using \n",
27362736
"<code>help(\"str\")</code><br>\n",
27372737
"In your python prompt window.\n",
2738-
"<br>\n",
2739-
"<b> With this we have covered the properties like concatenation, indexing and slicing and methods and functions used with str and have completed all the primary data types. Next we will be moving on to \"composite\" or \"secondary\" data types which consists of lists, tuples, se</b>"
2738+
"<br><br>\n",
2739+
"<b> With this we have covered the properties like concatenation, indexing and slicing and methods and functions used with str and have completed all the primary data types. Next we will be moving on to \"composite\" or \"secondary\" data types which consists of lists, tuples, sets and dictionary.</b><br>"
27402740
]
27412741
},
27422742
{

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Python_Notes
2-
You can run the jupyter notebook online and learn while executing codes [here](https://colab.research.google.com/drive/17rIiiqaJVgtQjja44_Bdt_vg0ppateEH?usp=sharing).
3-
<br>If you are new to Jupyter notebooks (.ipynb extension files) and want to learn how to run refer to [this tutorial](https://www.youtube.com/watch?v=jZ952vChhuI).
2+
You can run the jupyter notebook online and learn while executing codes [here](https://colab.research.google.com/drive/17rIiiqaJVgtQjja44_Bdt_vg0ppateEH?usp=sharing) on google collab.
3+
<br><b>Click on the file "Python_Notes_by_Saket_Savarn" to get started with python!!<br>
4+
5+
<br>If you want to download and run the jupyter notebooks (.ipynb extension files) and are new to it and want to learn how to run refer to [this tutorial](https://www.youtube.com/watch?v=jZ952vChhuI).
46
<br>I will be adding html files as well later on but they can only be used for viewing purposes (execution of code isn't possible).
57
<br>
68
<br>The reason for using jupyter notebooks is because it helps you add texts and run codes as well at the same time so it acts like an interactive textbook in which you can see the demo at that moment only.

0 commit comments

Comments
 (0)