Python

  • submit to reddit

Python _imaging Cannot Open Shared Object File

Okay so I'm using a 64 bit Linux and I was having a lot of trouble getting Calibre ebook tool to convert books into Kindle loving mobi format. I was getting a...

0 replies - 107 views - 05/22/13 by Col Wilson in Articles

Links You Don't Want To Miss (May 21)

DDoSaaS Miiiight Be a Little Sketchy Surprise! If you PayPal someone to conduct a DDoS attack, things might get a little shady. Brian Krebs investigates...

0 replies - 4019 views - 05/21/13 by Eric Gregory in Articles

Fun with Python and Silly Ciphers

When I was a kid, I was really into secret codes and ciphers. I thought they were all kinds of fun. My mom thought it would be fun to use some of the ciphers I...

0 replies - 1796 views - 04/27/13 by Mike Driscoll in Articles

A Useful Git Post-Checkout Hook for Python Repos

Every now and again, an innocent python developer checks out a new Git branch then proceeds to bang their head against a bug caused by an...

0 replies - 6422 views - 04/25/13 by David Winterbottom in Articles

Python and Gevent

Source: Python and Gevent The easiest way to make your code run faster  is to do less. At some point, though, you don’t want to do less. Maybe you...

0 replies - 267 views - 04/23/13 by Tr Jordan in Articles

Moments of Mixtures in Python

I needed to compute the higher moments of a mixture distribution for a project I’m working on. I’m writing up the code here in case anyone else finds this...

0 replies - 2214 views - 04/19/13 by John Cook in Articles

Dev of the Week: A. Jesse Jiryu Davis

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 - 6223 views - 04/17/13 by Eric Gregory in Articles

The Python Brochure Project

I had heard about the Python Brochure Project last year but was under the impression that it was for corporations at that time as it seemed that you had to...

0 replies - 930 views - 04/17/13 by Mike Driscoll in Articles

My PyCon Lightning Talk About Toro

The lightning talk I gave at PyCon is now online. I talked for 4½ minutes on Toro, the package I wrote to provide locks, events, conditions, semaphores,...

0 replies - 1504 views - 04/15/13 by A. Jesse Jiryu Davis in Articles

Kivy: Building GUI and Mobile Apps with Python

This Pycon 2013 talk dives into Kivy, an open source Python library for building cross-platform GUI and mobile apps: Kivy is running on Linux,...

0 replies - 3929 views - 04/12/13 by Eric Gregory in Articles

Odd-Even Sort Visualized

The Odd/Even sort is a sorting algorithm which uses the concept of the Bubble Sort to move elements around. Unlike Bubble sort, the Odd/Even sort...

0 replies - 1860 views - 04/12/13 by Giuseppe Vettigli in Articles

Create and customise ArcGIS 10.1 with Python using Packt's new book and ebook

Packt is pleased to announce the release of its new book, titled Programming ArcGIS 10.1 with Python Cookbook that will help create geoprocessing scripts...

0 replies - 858 views - 03/22/13 by Dyson D' Souza in Announcements

Algorithm of the Week: Bellman-Ford in Python Using Vectorization/Numpy

I recently wrote about an implementation of the Bellman Ford shortest path algorithm and concluded by saying that it took 27 seconds to calculate...

0 replies - 2107 views - 02/19/13 by Mark Needham in Articles

Graph Visualization Using Python in Tulip

This video shows the execution of a sample Python script inside Tulip. The script perform a graph traversal using a DFS or BFS algorithm. Color of nodes are...

0 replies - 1364 views - 01/16/13 by Eric Genesky in Articles

Finding 2013 in Pi

My youngest daughter asked me this morning whether you can find the number 2013 in the digits of pi. I said it must be possible, then wrote the following...

0 replies - 3874 views - 01/02/13 by John Cook in Articles