- 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.
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
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.
- 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.
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
This would not becuase they would be still reject based on not have update access.
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.