Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What do you understand by deque in python?



What do you understand by deque in python?..

Answer / Kiran Kumar

In Python, 'deque' is a double-ended queue, which can be used for efficient appending and removing items from either end. It is implemented as a list, but provides faster average and maximum speed for insertion and deletion at both ends.n```nfrom collections import dequend = deque(['a', 'b', 'c'])nd.append('d') # adds to rearnd.popleft() # removes from frontn``

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is the use of metaclass in python?

1 Answers  


What are the types of literals in Python?

3 Answers  


features of Python What are the essential?

2 Answers  


How can you get the google cache age of any url or web page?

1 Answers  


What are objects in python?

1 Answers  


What exactly are pandas?

2 Answers  


How to install python and prepare environment?

1 Answers  


What is a sympy?

1 Answers  


What applications can you build with python?

1 Answers  


What is the cost of python certification?

1 Answers  


What is __init__?

4 Answers  


How does lambda function differ from a normal function in python?

1 Answers  


Categories