Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python3: Looking for alternatives to gevent and pylibmc/python-memcached

So, I have decided to write my next project with python3, why? Due to the plan for Ubuntu to gradually drop all Python2 support within the next year and only support Python3. (Starting with Ubuntu 13.04)

gevent and the memcached modules aren't officially ported to Python3.

What are some alternatives, already officially ported to Python3, for gevent and pylibmc or python-memcached?

like image 218
Nadav Avatar asked Mar 25 '13 06:03

Nadav


2 Answers

Circuits has now support for Python 3, try it it is great.

like image 101
Darek Avatar answered Nov 17 '22 20:11

Darek


for memcached you probably know alternative: redis+python3

like image 45
Sławomir Lenart Avatar answered Nov 17 '22 21:11

Sławomir Lenart