Open in app

Sign In

Write

Sign In

Md Saif Ahmed
Md Saif Ahmed

11 Followers

Home

About

Nov 2, 2021

How to create project in Django

Django 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 create a Django project from scratch. Let's create a new directory named djTut and in this directory create a virtual environment for…

Django

2 min read

How to create project in Django
How to create project in Django
Django

2 min read


Oct 24, 2021

Data Structures in Python: Tree

Till now we studied linear data structures in Python. Today, we will look at hierarchical data structure in Python i.e. Trees. In the above figure, where do you think the root of the tree is? Obviously! to the bottom of the tree. …

Tree Data Structures

4 min read

Data Structures in Python: Tree
Data Structures in Python: Tree
Tree Data Structures

4 min read


Oct 23, 2021

Data Structures in Python: Doubly Linked list

First of all, if you haven’t read my linked list tutorial you must and then read this. From our linked list tutorial you know a linked list is a collection of nodes and each node contains data and the address of the next node. …

Linked Lists

4 min read

Data Structures in Python: Doubly Linked list
Data Structures in Python: Doubly Linked list
Linked Lists

4 min read


Oct 22, 2021

Data Structures in Python: Hash Table

Scroll down to bottom to checkout previous tutorials Hash Table is a type of data structure where the address of data elements .i.e indices of data elements are generated via a hash function. In Hash Table, elements are stored as key-value pairs but the key is generated through a hash…

Dictionary In Python

3 min read

Data Structures in Python: Hash Table
Data Structures in Python: Hash Table
Dictionary In Python

3 min read


Oct 20, 2021

Data Structures in Python: Custom Stack

Before 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 lecture. In today’s tutorial, I will be creating a stack class and creating methods to append and pop from Stack. Add value to Stack First of…

Stack In Python

2 min read

Data Structures in Python: Custom Stack
Data Structures in Python: Custom Stack
Stack In Python

2 min read


Oct 19, 2021

Data Structures in Python: Dequeue

A Dequeue is simply a double-ended Queue. If you don’t know what a Queue is then you must go through the Queue tutorial. With double-ended what I really mean is that we can append elements from either end (start and end) and remove them from either end (start and end). …

Dequeue

2 min read

Data Structures in Python: Dequeue
Data Structures in Python: Dequeue
Dequeue

2 min read


Oct 18, 2021

Data Structures in Python: Queue

The 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 first. That means the person who came first will leave first. Now, what if I told you this represents a data…

Queue Data Structure

2 min read

Data Structures in Python: Queue
Data Structures in Python: Queue
Queue Data Structure

2 min read


Oct 17, 2021

Data Structures in Python: Stack

The above figure is a good example of stack data structure in Python. Suppose stones arranged on top of each other are elements of stack now the last stone added is the topmost one and if we want to remove a stone we will remove the last one added that…

Stack In Python

2 min read

Data Structures in Python: Stack
Data Structures in Python: Stack
Stack In Python

2 min read


Oct 16, 2021

Data Structures in Python: LinkedList

Before starting today’s tutorial if you to know what are previous topics before the linked list that I have taught in Data Structures scroll down to the bottom. Links are available there A linked list is an ordered collection of objects which are connected via links. Each element of the…

Singly Linked List

10 min read

Data Structures in Python: LinkedList
Data Structures in Python: LinkedList
Singly Linked List

10 min read


Oct 15, 2021

Data Structures in Python: ChainMap

Hello, I hope you are following this course from the beginning. With today's tutorial, we are heading towards more and more interesting data structures in python. Links to previous tutorials are available at the bottom of this article ChainMap is a data type in Python. It is a container that…

Data Structures

3 min read

Data Structures in Python: ChainMap
Data Structures in Python: ChainMap
Data Structures

3 min read

Md Saif Ahmed

Md Saif Ahmed

11 Followers

A self-taught software developer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech