What is the way to check the word size of the platform(OS), and also int
size and character size, are they the same. I searched on line But couldn't
get an answer
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https
On 30 June 2014 04:11, Alan Gauld wrote:
> I'm looking for tips for an appendix to a book that
> I'm working on.
>
> What are the best unofficial (ie not python.org)
> resources for people who have learned the basics
> but are not experts yet? ie Typical tutor list
> "graduates"...
>
> I'm thinkin
On 30 June 2014 04:11, Alan Gauld wrote:
> I'm looking for tips for an appendix to a book that
> I'm working on.
>
> What are the best unofficial (ie not python.org)
> resources for people who have learned the basics
> but are not experts yet? ie Typical tutor list
> "graduates"...
>
> I'm thinkin
On 30 June 2014 04:11, Alan Gauld wrote:
> I'm looking for tips for an appendix to a book that
> I'm working on.
>
> What are the best unofficial (ie not python.org)
> resources for people who have learned the basics
> but are not experts yet? ie Typical tutor list
> "graduates"...
>
> I'm thinkin
On 30 June 2014 04:11, Alan Gauld wrote:
> I'm looking for tips for an appendix to a book that
> I'm working on.
>
> What are the best unofficial (ie not python.org)
> resources for people who have learned the basics
> but are not experts yet? ie Typical tutor list
> "graduates"...
>
> I'm thinkin
>
> Let’s begin with some definitions.
>
> A *namespace* is a mapping from names to objects. Most namespaces are
> currently implemented as Python dictionaries, but that’s normally not
> noticeable in any way (except for performance), and it may change in the
> future. Examples of namespaces are: t