Python

  • submit to reddit
The Python Programming Language

Book Review: MongoDB with Python and Ming

This week I bought Rick Copeland’s MongoDB with Python and Ming eBook from Amazon. It just came out in July 2012, so I figured I should check it out and...

0 replies - 1413 views - 08/13/12 by Mike Driscoll in Articles

How to Refactor Tornado Code with gen.engine

Sometimes writing callback-style asynchronous code with Tornado is a pain. But the real hurt comes when you want to refactor your async code into reusable...

0 replies - 1738 views - 07/25/12 by A. Jesse Jiryu Davis in Articles

Programming: Initially a Female Profession

In the 1940s, the first computer programmers were all women. That only changed later. Quoting “Researcher reveals how ‘Computer Geeks’ replaced...

0 replies - 2974 views - 07/15/12 by Axel Rauschmayer in Articles

Testing DNS Servers with Python - dns_compare.py

Sometimes it might be nice to be able to test a DNS server’s output, such as with a continuous monitoring system, or as a validation tool when migrating...

0 replies - 2742 views - 06/28/12 by Joe Miller in Articles

PowerCLI: Automate Reverting CI Agents to a Snapshot

My friend Ed’s capacity to automate stuff is quite awesome. Yesterday he automated a way of making our Continuous Integration system alert us when one of...

0 replies - 2323 views - 06/27/12 by James Betteley in Articles

Using New Relic With Supervisord and Gunicorn

New Relic recently added support for python to their awesome web application performance tool, and I have been playing with it on a number of projects. ...

0 replies - 1931 views - 06/17/12 by Ken Cochrane in Articles

Someone Has a Hat to Eat

In December, I made a blog post about being happy. A anonymous (of course) commenter said: Hey Rob. 5 months? Are you really this shortsighted?...

1 replies - 4703 views - 06/02/12 by Rob Galanakis in Articles

The Passive-Aggressive Programmer (again)

I'm not even interested in psychology.  But.  This kind of thing seems to come up once in a great while. You're asked (or "forced") to work with...

3 replies - 5644 views - 06/01/12 by Steven Lott in Articles

Computer Algorithms: Karatsuba Fast Multiplication

Typically multiplying two n-digit numbers require n2 multiplications. That is actually how we, humans, multiply numbers. Let’s take a look of an example...

1 replies - 4126 views - 05/20/12 by Stoimen Popov in Articles

The Book That Every Programmer Should Read

No, it’s not Knuth’s “The Art of Programming”. I’m talking about quite an easy-to-read (compared to TAoP) book, which, in fact, does not...

1 replies - 12227 views - 05/18/12 by Grigory Javadyan in Articles

Rants On The Daily Grind of Building Software

Language, Tools, Chickens, Eggs, Java and Python Too much of programming is intimately tied up with the tools to support the development of the...

0 replies - 4509 views - 05/11/12 by Steven Lott in Articles

Algorithm of the Week: Determine if a Number is Prime

Each natural number that is divisible only by 1 and itself is prime. Prime numbers appear to be more interesting to humans than other numbers. Why is that...

1 replies - 9053 views - 05/09/12 by Stoimen Popov in Articles

5 Signs You Should Hire a Programmer on the Spot

Bringing a programmer in for an interview and a coding test can lead to some interesting experiences, both for the interviewer and the interviewee. Most...

8 replies - 20558 views - 05/02/12 by Brian Kelly in Articles

Should the CIO Know How to Code?

Read this Computerworld posting: Should the CIO know how to code? The answer is "Yes." The examples of "well-functioning non-technical...

2 replies - 7947 views - 05/02/12 by Steven Lott in Articles

Algorithm of the Week: How to Determine the Day of the Week

Do you know what day of the week was the day you were born? Monday or maybe Saturday? Well, perhaps you know that. Everybody knows the day he’s born on,...

3 replies - 10615 views - 04/24/12 by Stoimen Popov in Articles