[Tutor] Python and memory allocation
Alan Gauld
alan.gauld at btinternet.com
Thu Oct 24 19:53:20 CEST 2013
On 24/10/13 17:38, #PATHANGI JANARDHANAN JATINSHRAVAN# wrote:
> on. So, is there a concept of heap and stack in python or is it
> abstracted?
Joel and Dave have given you the answers to this bit....
> And does python being an interpreted language have to do
> anything with this?
Nothing at all. In fact you can get interpreters for C
(not sure about C++) and Python has its own compiler.
So interpreting or compiling makes no significant
difference to how memory allocation works.
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.flickr.com/photos/alangauldphotos
More information about the Tutor
mailing list