diff --git a/content/roadmaps/108-python/content/100-python-basics/106-string-methods.md b/content/roadmaps/108-python/content/100-python-basics/106-string-methods.md
new file mode 100644
index 000000000..88690b73c
--- /dev/null
+++ b/content/roadmaps/108-python/content/100-python-basics/106-string-methods.md
@@ -0,0 +1,10 @@
+# String Methods
+
+Python does not have a character data type, a single character is simply a string with a length of 1. Square bracket can be used to access elements of the string.
+There are methods which can be used on a string to best utilize it's wide range of functionalities.
+Below Given resources can be utilised to learn more about them.
+
+Free Content
+Practical String Methods applications
+Comprehensive Study of String methods
+String Slicing in Python
\ No newline at end of file