Welcome to Smips.com Sign in | Join | Help

Code Badger (Brad Tutterow's Blog)

Brad Tutterow is a consultant that likes Microsoft development technologies.

June 2009 - Posts

Python’s LINQ Equivalents – filter(), map() and list comprehension
I started learning Python this year , and was pleasantly surprised to discover that Python has built-in language support that offers the equivalent of C#’s Language Integrated Query (LINQ). When LINQ was introduced with C# 3, it instantly became one of Read More...