Slashdot Mirror


User: skinpup111

skinpup111's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:Pet Python problems on Python in a Nutshell · · Score: 1

    - Python has 'break' and 'continue' like C. But these only affect the innermost loop. Is there a way to break out of an enclosing loop? (In Perl you can label a loop and then say 'next LABEL', etc.)

    This can be done easyly by raising a execption. I find it every useful for deeply nested loops.

  2. ok book, but try this one on Think Python · · Score: 1

    www.DiveIntoPython.org: It is one of the best python books I have read. In fact I go back to it every now and then just for a refresher. J

  3. Re:NS records on W2K and MAC OS9 Flood Root Nameservers? · · Score: 1

    This would not becuase they would be still reject based on not have update access.

  4. Re:Finally..... on The Waning of the Overlapping Window Paradigm? · · Score: 1

    What you are saying is true. Finding the mouse is a faster process then using the keyboard shortcuts for the non poweruser, but where the mouse breaks down is the search for the button/menu/whatever to preform a fuction. While the shortcut starts the function right away.