diff --git a/Home.md b/Home.md
index 9f1b054..288bf3e 100644
--- a/Home.md
+++ b/Home.md
@@ -1 +1,9 @@
-Welcome to the Python wiki!
+## Python Algorithms
+- All the algorithms are implemented in **Python** for **education purpose** only.
+- These are just for **demonstration** purpose.
+- There are many implementations of different algorithms in the Python standard library that are much better for performance reasons.
+
+#### [Sorting Algorithms](https://github.com/TheAlgorithms/Python/wiki/Sorting-Algorithms)
+- [Bubble sort](https://github.com/TheAlgorithms/Python/wiki/Sorting-Algorithms#bubble-sort)
+
+**`Please contribute.`**