Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #105971
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | "Sven R. Kunze" <srkunze@mail.de> |
| Newsgroups | comp.lang.python |
| Subject | Re: Which are best, well-tested ways to create REST services, with Json, in Python? |
| Date | Tue, 29 Mar 2016 11:37:46 +0200 |
| Lines | 8 |
| Message-ID | <mailman.139.1459244272.28225.python-list@python.org> (permalink) |
| References | <496157280.2274927.1459199176427.JavaMail.yahoo.ref@mail.yahoo.com> <496157280.2274927.1459199176427.JavaMail.yahoo@mail.yahoo.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de pHHowXPU9m0uibnTNxe1rQtyqQNBegHgSq5/tpEUKoDw== |
| Return-Path | <srkunze@mail.de> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.085 |
| X-Spam-Evidence | '*H*': 0.83; '*S*': 0.00; 'subject:Python': 0.05; 'subject:create': 0.09; 'subject: \n ': 0.15; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'python?': 0.18; 'header :In-Reply-To:1': 0.24; 'rest': 0.26; 'that.': 0.30; 'creating': 0.30; 'anyone': 0.32; 'received:10.0': 0.34; 'skip:d 20': 0.34; 'done': 0.35; 'but': 0.36; 'heard': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'subject:-': 0.39; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'received:de': 0.40; 'services,': 0.61; 'charset:windows-1252': 0.62; 'reviews': 0.63; 'python-list': 0.66; 'regards.': 0.67; 'subject:services': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mail201212; t=1459244271; bh=cDC35zmDFZw7DeAP75RnFqp7PrsiCJyEOtf6C/q98VI=; h=Subject:To:References:From:Date:In-Reply-To:From; b=GuQySj1sjZ6sW/SQhGfHk3zSxcBu3s6S0MjHX7YYqWCTzWCxlwLn8/2HJLt5ak9uq L7h7obUuFWs0YFTCclU7M00sYyOoHQffxABStAbannDgHKzc6bIxLDtmvB73X9Zv2a isan5v57JyZ4sSmH3CTHjCu2ta/AZr9079Qz9X4Q= |
| In-Reply-To | <496157280.2274927.1459199176427.JavaMail.yahoo@mail.yahoo.com> |
| X-purgate | clean |
| X-purgate | This mail is considered clean (visit http://www.eleven.de for further information) |
| X-purgate-type | clean |
| X-purgate-Ad | Categorized by eleven eXpurgate (R) http://www.eleven.de |
| X-purgate | This mail is considered clean (visit http://www.eleven.de for further information) |
| X-purgate | clean |
| X-purgate-size | 253 |
| X-purgate-ID | 154282::1459244271-00004575-0EC53158/0/0 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.21 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:105971 |
Show key headers only | View raw
Not heard of any but I can recommend django-restframework. We've got good experience with that. On 28.03.2016 23:06, David Shi via Python-list wrote: > Has anyone done a recent reviews of creating REST services, in Python? > Regards. > David
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Which are best, well-tested ways to create REST services, with Json, in Python? "Sven R. Kunze" <srkunze@mail.de> - 2016-03-29 11:37 +0200
csiph-web