Skip to main content

Home/ CIS@ULM Info Systems Development/ Contents contributed and discussions participated by William Barnett

Contents contributed and discussions participated by William Barnett

William Barnett

Procedure Overloading (Visual Basic) - 0 views

  •  
    MSDN Article on using Overloaded Procedures in Visual Basic. Provides code examples and rules for employing this way of developing similar procedures.
William Barnett

HowTo/Sorting - Python Wiki - 0 views

  • The key-function patterns shown above are very common, so Python provides convenience functions to make accessor functions easier and faster.
  • from operator import itemgetter, attrgetter, methodcaller
William Barnett

Strip in Python - Stack Overflow - 0 views

  •  
    Nice discussion of stripping off unwanted characters like the \n end of line symbol.
William Barnett

Split string into a list in Python - Stack Overflow - 0 views

  •  
    Nice function for working with comma delimited files.
William Barnett

How to access elemenst in a list of lists? | Python | Python - 0 views

  •  
    Good info on working with lists of lists.
‹ Previous 21 - 40 of 90 Next › Last »
Showing 20 items per page