PinnedHow 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
How 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
Published inPython 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
Data 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
Data Structures in Python: Hash TableScroll down to bottom to checkout previous tutorialsOct 22, 2021Oct 22, 2021
Data 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
Data 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
Data 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
Data 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
Data Structures in Python: ChainMapHello, I hope you are following this course from the beginning. With today's tutorial, we are heading towards more and more interesting…Oct 15, 2021Oct 15, 2021
Data Structures in Python: SetsWelcome to 1st tutorial of the 2nd week. In today’s tutorial, we will work on Sets in Python.Oct 14, 2021Oct 14, 2021
Data Structures in Python: MatrixHello, with this tutorial we will be completing 1 week of “Data Structures in Python”. I hope these tutorials added some value to your…Oct 13, 2021Oct 13, 2021
Data Structures in Python: 2D ArrayIn today’s tutorial, we will learn how to perform different operations on 2D Array. If you don’t know what an array is then go through the…Oct 12, 2021Oct 12, 2021
Data Structures in Python: DictionaryWelcome to the 5th tutorial on “Data Structures in Python”. In today’s tutorial, we will be working on dictionaries.Oct 11, 2021Oct 11, 2021
Data Structures in Python: TuplesWelcome to the 4th lecture on data structures in Python. In today’s lecture, we will learn tuples and how we can pack and unpack them.Oct 10, 2021Oct 10, 2021
Data Structures in Python: ListsList in Python is the same as the word itself .i.e. a list of items you gonna buy or a list of phone numbers or any other list.Oct 9, 2021Oct 9, 2021
Data Structures in Python: ArraysWelcome back! In today’s lecture, we will go through arrays. Arrays are like a container that can store the same type of items. For…Oct 8, 2021Oct 8, 2021
Data Structures in Python: IntroductionIf you are programming for some time in any language you must have heard word data structures from your colleague or someone else…Oct 7, 2021Oct 7, 2021