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...

Differentiate between range and xrange.

Answer Posted / hr@tgksolutions.com

Functionality-wise, xrange and range are nearly identical. Both of these let you create an integer list that you may use however you like. The only distinction between xrange and range is that x range returns an xrange object, whereas range returns a Python list object. Range will use as much memory as possible to produce your array of numbers, which can result in a memory error and crash your program. This is particularly true if you are working with a device that needs a lot of memory, like a phone. It has a memory issue and is a beast.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I learn python without knowing programming?

1066


What are the best sites to learn python?

992


How to check whether a module is installed in python?

932


Is set nesting implemented in python?

957


What is a lambda in math?

888


How we can copy an object in python?

994


How do I sort alphabetically in python?

905


What is the difference between old style and new style classes in python?

903


What are the advantages of Python Recursion?

1005


Why is that none of my threads are not running? How can I make it work?

900


What does the map() function do?

881


What is difference between input and raw_input in python?

979


What is set type in python?

864


How is python an interpreted language?

999


How do you make hello world in python?

998