Re: Idea to support public/private.
Brian Allen Vanderburg II a écrit :
Okay so I don't really care about public/private but I was watching the
lists (Does python follow its idea of readability or something like
that) and I thought of a 'possible' way to add this support to the
language.
It has already been done at least a couple times.
.
Relevant Pages
- Re: why cannot assign to function call
... I'm going to follow up here at the risk of annoying Mark, ... helpful in explaining things to Python beginners. ... it becomes a namespace mapping names to objects. ... to the list itself, while Steven held that Python lists ... (comp.lang.python) - python-dev Summary for 2003-10-16 through 2003-11-15
... This is the twenty-eighth and twenty-ninth summaries written by Brett ... The in-development version of the documentation for Python can be found ... If you have ever wanted to see linked lists used in Python in a rather ... Contributing threads: ... (comp.lang.python) - TOC of Python Cookbook now online (was Re: author index for Python Cookbook 2?)
... Processing a String One Character at a Time ... Finding a File on the Python Search Path ... Constructing Lists with List Comprehensions ... Looping over Items and Their Indices in a Sequence ... (comp.lang.python) - chapter4
... The for statement in Python differs a bit from what you may be used to ... list or a string), in the order that they appear in the sequence. ... (this can only happen for mutable sequence types, such as lists). ... The keyword def introduces a function definition. ... (Ubuntu) - Re: More pythonic shell sort?
... So I decided to tackle this old school problem with the python mindset. ... for gap in self.gapSeq: ... I didn't really think of pop and insert as advanced features. ... that they are python lists, ... (comp.lang.python) |
|