Welcome to Smips.com Sign in | Join | Help

Code Badger (Brad Tutterow's Blog)

Brad Tutterow is a consultant that likes Microsoft development technologies.

Browse by Tags

All Tags » python   (RSS)
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...
Python First Impressions
My language to learn this year is Python . It seems like a good fit since I can still stay in the comfortable confines of .NET (in IronPython ) while learning a hip and trendy dynamic language. After a few hours of reading through the standard introductory Read More...