Posts Tagged ‘ links ’

BLOG: Python: concatenate list objects to string using 'join'

December 16, 2011
By

Python tips - How to easily convert a list to a string for display. if it is a list of strings, you may simply use join this way: >>> mylist = >>> print ', '.join(mylist) spam, ham, eggs. Using the same method, you ...

Read more »

Leunas: BlenderNation: Python Tips, Tricks and Pitfalls

September 9, 2011
By

Python Tips , Tricks and Pitfalls. Sep 9th 2011, 08:49. This might be very useful for all the Python based Add-On developers among you. As Blender 2.5 reaches a stable API Campbell informed us that published an updated Blender 2.5 python ...

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 »

Some ASP.NET tools

December 6, 2010
By

NET Error Handling in MVC with ELMAH Error Logging Modules and Handlers for ASP.NET Pingdom Be the first to know when your website is down Host Tracker website monitoring service LinqPad Convert Linq to SQL.

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 »

edovale's blog: From Java to PHP – Impressions.

September 15, 2010
By

I have previously worked with java, c#, javascript, c, c++, delphi and a few others I can't remember, and they all had predictable exception handling; so must likely there is something about PHP error handling that I am not quite ...

Read more »

Blog entry for top 20 django tips

February 28, 2010
By

http://blog.ramavadakattu.com/top-10-tips-to-a-new-django-developer.

Read more »

OpenSUSE Weekly News/Dashboard

January 26, 2010
By

. +. : "Python is a programming language that lets you work more quickly and ...

Read more »