The Python Programming Language

As part of the FuseSource acquisition, Red Hat now supports Apache ActiveMQ as the recently released Red Hat JBoss A-MQ product. ActiveMQ is the...
0 replies - 57 views - 07/23/13 by Brandon Nokes in Uncategorized

NEWS
Holy Crap! He’s Wearing a DZone T-Shirt!One of my old colleagues emailed me a link to a hot article last week in the tech sphere. It was...
0 replies - 6934 views - 07/21/13 by Mitch Pronschinske in Articles

0 replies - 1003 views - 07/20/13 by Gary Sieling in Articles

Today I decided to figure out how to make Python log to a file and the console simultaneously. Most of the time, I just want to log to a file, but occasionally...
0 replies - 3637 views - 07/19/13 by Mike Driscoll in Articles

“Natural Language Processing with Python” provides a nice overview of NLP techniques and Python, using NLTK (Natural Language Toolkit), a...
0 replies - 1922 views - 07/10/13 by Gary Sieling in Articles

This example will walk a directory structure, look for PDFs, and make a “.txt” file next to the PDF with a text rendition.import sys
from...
0 replies - 4509 views - 06/29/13 by Gary Sieling in Articles

Every week, we feature a new developer/blogger from the DZone community here and in our newsletter, catching up to find out what they're working on...
0 replies - 5140 views - 06/27/13 by Allen Coin in Articles

In a previous Damn Cool Algorithms post, I talked about BK-trees, a clever indexing structure that makes it possible to search for fuzzy matches on a...
0 replies - 5302 views - 06/25/13 by Nick Johnson in Articles

Some additional points on using Python 2.7 in a way that bridges the gap to Python 3.2. The steps are small and simple. You can start taking them now.Recently...
0 replies - 2153 views - 06/15/13 by Steven Lott in Articles

Thank you for downloading the HTML5 Mobile Development Refcard sponsored by Sencha. Here is the whitepaper bundle you requested
0 replies - 280 views - 06/14/13 by Brandon Nokes in Whitepapers

In this article, I'll review a new Python instrumentation version — Oboeware 1.1.
We’ve added a few new libraries recently, but we’re really excited ...
0 replies - 1578 views - 06/11/13 by Tr Jordan in Articles

In this article, we will explore the Python programming language as a tool to retrieve various information about a system running Linux. Let’s get...
0 replies - 6467 views - 06/05/13 by Amit Saha in Articles

Every week, we feature a new developer/blogger from the DZone community here and in our newsletter, catching up to find out what they're working on...
0 replies - 4823 views - 05/22/13 by Eric Gregory in Articles

As I mentioned in my previous blog post I’ve been hacking on a product taxonomy and I wanted to create a ‘CHILD’ relationship between a...
0 replies - 3199 views - 05/19/13 by Mark Needham in Articles

A Domain-Specific Language (DSL) can provide some intellectual leverage.
We can always write long and convoluted programs in a general-purpose
programming...
0 replies - 2551 views - 05/17/13 by Steven Lott in Articles