Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36301
| Date | 2013-01-06 15:12 -0800 |
|---|---|
| From | chaouche yacine <yacinechaouche@yahoo.com> |
| Subject | Over 30 types of variables available in python ? |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.195.1357514135.2939.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
booleans ints, floats, longs, complexes strings, unicode strings lists, tuples, dictionaries, dictionary views, sets, frozensets, buffers, bytearrays, slices functions, methods, code objects,modules,classes, instances, types, nulls (there is exactly one object of type Null which is None), tracebacks, frames generators, iterators, xranges, files, memoryviews, context managers, These are all listed in this page http://docs.python.org/2/library/stdtypes.html as built-in types. Am I getting anything wrong here ? I'm a bit confused about it. I have never seen so many types in the few programming languages I saw.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Over 30 types of variables available in python ? chaouche yacine <yacinechaouche@yahoo.com> - 2013-01-06 15:12 -0800 Re: Over 30 types of variables available in python ? Duncan Booth <duncan.booth@invalid.invalid> - 2013-01-07 11:14 +0000
csiph-web