Python Code Snippets

Title User Tags Description Date
Convert String To Date therealjnap date python This code will convert a date string to date format. 2012-01-26
Simple gevent based skype bot IanLewis gevent skype A simple skype bot that is gevent based. 2012-01-14
Vim Script call graph generator for Graphviz Shibukawa Yoshi Python VimScript This script supports VimScript code reading. 2012-01-02
RPython thread Shibukawa Yoshi PyPy RPython Using thread in RPython environment. 2011-12-24
RPython echo server Shibukawa Yoshi PyPy RPython Echo server for RPython environment. 2011-12-20
Benchmark code for CPython, PyPy, RPython Shibukawa Yoshi PyPy RPython PyPy runs 8.6 times faster than CPython. But "that" implementation runs 5 times faster than PyPy. It... 2011-12-10
RPython error pattern(4) Shibukawa Yoshi PyPy RPython Variables in Python don't have type information. So you can write generic algorithm like C++'s templ... 2011-12-10
RPython error pattern(3) Shibukawa Yoshi PyPy RPython RPython doesn't support @property decorator. You should access variables directly. 2011-12-10
RPython error pattern(2) Shibukawa Yoshi PyPy RPython RPython doesn't support multiple inheritance. It only supports mix-in. And it doesn't support super(... 2011-12-10
RPython error pattern(1) Shibukawa Yoshi PyPy RPython RPython can't analyze nested function definition. 2011-12-10