[Tutor] Fwd: How python keeps track of data types

khalil zakaria Zemmoura zemmoura.khalil at gmail.com
Tue Mar 29 07:29:19 EDT 2016


---------- Forwarded message ----------
From: Abhishek Kumar <abhishekkmr18 at gmail.com>
Date: 2016-03-29 7:15 GMT+01:00
Subject: Re: [Tutor] How python keeps track of data types
To: Tutor at python.org


Thanks everyone for answers and links.I wasn't aware of fact that python
names are just references to Objects.


Abhishek

On Tue, Mar 29, 2016 at 1:01 AM, Abhishek Kumar <abhishekkmr18 at gmail.com>
wrote:

> Hello
> I am a computer science student,I want to know how python keeps track of
> data types of variables and is there a way to get data types of variables
> without actually running the script(with type() function). I think python
> AST can help, but am unable to figure out.Please help me.
> I've explored compiler library but could not find anything helpful.
>
> Thanks
> Abhishek Kumar
>
_______________________________________________
Tutor maillist  -  Tutor at python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Hi Abhishek

You may also take a look at this video tutorials serie that was done by
Doctor Philip Guo if you are iterested at looking to the python internal
and how it works under the hood

https://www.youtube.com/watch?v=ngkl95AMl5M&list=PLzV58Zm8FuBL6OAv1Yu6AwXZrnsFbbR0S

Best regards


More information about the Tutor mailing list