Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!lightspeed.eweka.nl!lightspeed.eweka.nl!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.023 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Question': 0.07; 'back-end': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'django': 0.11; 'url:djangoproject': 0.16; 'url:)': 0.16; 'backend': 0.19; 'stack': 0.19; 'subject:need': 0.19; 'cc:addr:python.org': 0.22; 'java': 0.24; 'cc:2**0': 0.24; 'equivalent': 0.26; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'usually': 0.31; 'subject:what': 0.31; 'thanks!': 0.32; 'run': 0.32; 'framework': 0.33; 'received:google.com': 0.35; 'c++': 0.36; 'application': 0.37; 'full': 0.61; 'world': 0.66; 'jsp': 0.84; 'popular.': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=ke/hdF6NojizHQiaTeMf+ckF1FdGgsgpg+QgfIYnnJI=; b=y4+7HwsdUbTuTtHt43MyCQ+Fng9HWsfuFL/lSNP32bIRXTyw7Vyole2nkOpqUEBikj EreozgSnUOWb3HZUaJqaIqsv0wURWzUOo30wOGAJQ3b0rk0heffUKj1tD7m15VSyltPV kvkJD5HUe8nCRu+mGNhbqjLXp7jr/j5q8ITET6mz7mxvfak9lBoyaR4uAJUt4EBbvdIp dLPg2AHcNuo5rtV2NWnaJ2tZqCiSWqQ47GTnKaSrYdLxaePSH2y/7m8b3n5BZL/aybAh 2I9v63irwppZF422ONn0v97Wo4QtZTVrxiCHdVTSfeusCiiDTvE5WBlpM4xMnwf6PxQr iQaw== MIME-Version: 1.0 X-Received: by 10.180.187.239 with SMTP id fv15mr10827377wic.38.1420860739505; Fri, 09 Jan 2015 19:32:19 -0800 (PST) In-Reply-To: References: Date: Fri, 9 Jan 2015 20:32:19 -0700 Subject: Re: Begginer Question , what i need for web app and site From: Jason Friedman Cc: python-list Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1420860743 news.xs4all.nl 2907 [2001:888:2000:d::a6]:51054 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3353 X-Received-Body-CRC: 3380746894 Xref: csiph.com comp.lang.python:83488 > Hello all > coming from java and c++ now going with python > what setup do i need to run full python stack for web application . > what i need is web framework and back-end . > what usually be in the java world tomcat and servlets or jsp and pure java backend for processing data . > what will be the Equivalent in python world ? > Thanks! Django (https://www.djangoproject.com/) is pretty popular.