Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

REST web service in python 3?

I'm new to the python world and I'm currently in a new project using it. So since we we're there to learn, we chose to start with python 3. Now, we need to make a RESTful web service. After reading a few, I found out that the most used framework for web services is Django... and I also read on the Django website that it does not yet supports python 3.

Is there any other API that I could use in order to make a RESTful web service?

Thank you.

like image 803
Alexandre Deschamps Avatar asked Oct 26 '22 07:10

Alexandre Deschamps


1 Answers

CherryPy has a Python 3 branch. Not sure how advanced it is, but if Fu-manchu passes by this question, he will be able to tell you.

like image 59
Darrel Miller Avatar answered Oct 30 '22 09:10

Darrel Miller