PinnedSatoroHow NextJS is better for SEOWhen you search anything on google or any other search engine it crawls on different websites and checks content related to that and shows…Mar 15, 2023Mar 15, 2023
SatoroHow to create project in DjangoDjango is a web framework of python using which we can create web apps. Instead of going into the theory part, I will show you how you can…Nov 2, 2021Nov 2, 2021
SatoroinPython in Plain EnglishData Structures in Python: TreeTill now we studied linear data structures in Python. Today, we will look at hierarchical data structure in Python i.e. Trees.Oct 24, 2021Oct 24, 2021
SatoroData Structures in Python: Doubly Linked listFirst of all, if you haven’t read my linked list tutorial you must and then read this.Oct 23, 2021Oct 23, 2021
SatoroData Structures in Python: Hash TableScroll down to bottom to checkout previous tutorialsOct 22, 2021Oct 22, 2021
SatoroData Structures in Python: Custom StackBefore going ahead with this tutorial if you don’t know what stack is and how we can use a list as a stack you must go through this…Oct 20, 2021Oct 20, 2021
SatoroData Structures in Python: DequeueA Dequeue is simply a double-ended Queue.Oct 19, 2021Oct 19, 2021
SatoroData Structures in Python: QueueThe above figure shows a queue of people waiting to get the item. So, who do you think will get the item first? Of course, the one who came…Oct 18, 2021Oct 18, 2021
SatoroData Structures in Python: StackThe above figure is a good example of stack data structure in Python. Suppose stones arranged on top of each other are elements of stack…Oct 17, 2021Oct 17, 2021
SatoroData Structures in Python: LinkedListBefore starting today’s tutorial if you to know what are previous topics before the linked list that I have taught in Data Structures…Oct 16, 2021Oct 16, 2021