Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83439 > unrolled thread
| Started by | meiry242@gmail.com |
|---|---|
| First post | 2015-01-09 05:53 -0800 |
| Last post | 2015-01-10 01:30 -0800 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
Begginer Question , what i need for web app and site meiry242@gmail.com - 2015-01-09 05:53 -0800
Re: Begginer Question , what i need for web app and site Jason Friedman <jsf80238@gmail.com> - 2015-01-09 20:32 -0700
Re: Begginer Question , what i need for web app and site memilanuk <memilanuk@gmail.com> - 2015-01-10 01:30 -0800
| From | meiry242@gmail.com |
|---|---|
| Date | 2015-01-09 05:53 -0800 |
| Subject | Begginer Question , what i need for web app and site |
| Message-ID | <f769f5f9-8c7f-41e6-8d9b-227754de9564@googlegroups.com> |
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!
[toc] | [next] | [standalone]
| From | Jason Friedman <jsf80238@gmail.com> |
|---|---|
| Date | 2015-01-09 20:32 -0700 |
| Message-ID | <mailman.17550.1420860743.18130.python-list@python.org> |
| In reply to | #83439 |
> 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.
[toc] | [prev] | [next] | [standalone]
| From | memilanuk <memilanuk@gmail.com> |
|---|---|
| Date | 2015-01-10 01:30 -0800 |
| Message-ID | <mailman.17558.1420882271.18130.python-list@python.org> |
| In reply to | #83439 |
On 01/09/2015 05:53 AM, meiry242@gmail.com wrote: > 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! > http://www.fullstackpython.com/ -- Shiny! Let's be bad guys. Reach me @ memilanuk (at) gmail dot com
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web