Posts Tagged ‘ projects ’

What are lambdas good for, anyway? « mlindgren.ca

June 30, 2011
By

And there you have it! Those are the basics of lambdas in Python. If you'd like to learn more of the intimate details, there's a great write-up available here. Tags: lambda, programming, python, tips ...

Read more »

about the zen of python [part 4] — coder . cl

December 18, 2010
By

Let's do some Python code ;). share this article at: LinkedIn · del.icio.us · Digg · Reddit · Facebook · Twitter · Google Bookmarks. 18-12-2010 | development, programming, python, tips ...

Read more »

about the zen of python [part 3] — coder . cl

December 16, 2010
By

... a multi-paradigm and elegant language, and do it now… share this article at: LinkedIn · del.icio.us · Digg · Reddit · Facebook · Twitter · Google Bookmarks. 16-12-2010 | development, programming, python, tips ...

Read more »

about the zen of python [part 1] — coder . cl

December 1, 2010
By

... and finding third party libraries that already are solving your problems. share this article at: LinkedIn · del.icio.us · Digg · Reddit · Facebook · Twitter · Google Bookmarks. 01-12-2010 | development, programming, python, tips ...

Read more »

using gmail smtp servers — coder . cl

November 25, 2010
By

... stream_socket_enable_crypto() function, after you send the STARTTLS command. share this article at: LinkedIn · del.icio.us · Digg · Reddit · Facebook · Twitter · Google Bookmarks. 25-11-2010 | development, programming, python, tips ...

Read more »

Large Problems in Django, Mostly Solved: Documentation | Surfing …

February 6, 2010
By

Big list of Django tips (and some python tips too) · Building a Django App Server with Chef: Part 2 · Building a Django App Server with Chef: Part 3 · Virtualenv Tips · Celery Tips · Large Problems in Django, Mostly Solved: Delayed ...

Read more »

ChipLog » Blog Archive » Django Tips: PIL, ImageField and Unit Tests

July 25, 2008
By

Table of contents for Django Tips . Django Tips : PIL, ImageField and Unit Tests. I recently spent a few days trying to track down a bug in Review Board with our unit tests. Basically, unit tests involving uploading a file to a models. ...

Read more »