Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22082 > unrolled thread
| Started by | "Yves S. Garret" <yoursurrogategod@gmail.com> |
|---|---|
| First post | 2012-03-23 09:16 -0700 |
| Last post | 2012-03-23 10:40 -0700 |
| Articles | 5 — 4 participants |
Back to article view | Back to comp.lang.python
Good web-development Python book "Yves S. Garret" <yoursurrogategod@gmail.com> - 2012-03-23 09:16 -0700
Re: Good web-development Python book Chris Rebert <clp2@rebertia.com> - 2012-03-23 09:30 -0700
Re: Good web-development Python book Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-03-23 13:13 -0400
Re: Good web-development Python book Chris Rebert <clp2@rebertia.com> - 2012-03-23 10:16 -0700
Re: Good web-development Python book Ethan Furman <ethan@stoneleaf.us> - 2012-03-23 10:40 -0700
| From | "Yves S. Garret" <yoursurrogategod@gmail.com> |
|---|---|
| Date | 2012-03-23 09:16 -0700 |
| Subject | Good web-development Python book |
| Message-ID | <14efe443-2f0c-4b6f-a5be-f1e33288038a@eb6g2000vbb.googlegroups.com> |
Oooops! Sent my previous e-mail too soon! Didn't mean to. Another try. Hello, I'm trying to brush up on my Python and would like to learn how to make web-apps. I was hoping to get a good book on learning how to make web-applications using Python (as opposed to something like PHP) without any framework at the moment. Do you guys have any suggestions? I looked around on Amazon, but didn't really find anything too promising. It was either very old or had no more than 3 stars in a rating. I'd appreciate your help on this.
[toc] | [next] | [standalone]
| From | Chris Rebert <clp2@rebertia.com> |
|---|---|
| Date | 2012-03-23 09:30 -0700 |
| Message-ID | <mailman.933.1332520227.3037.python-list@python.org> |
| In reply to | #22082 |
On Fri, Mar 23, 2012 at 9:16 AM, Yves S. Garret <yoursurrogategod@gmail.com> wrote: > Oooops! Sent my previous e-mail too soon! Didn't mean to. > > Another try. > > Hello, > > I'm trying to brush up on my Python and would like to learn how to > make web-apps. I was hoping to get a good book on learning how to > make web-applications using Python (as opposed to something like PHP) > without any framework at the moment. Do you guys have any > suggestions? > > I looked around on Amazon, but didn't really find anything too > promising. It was either very old or had no more than 3 stars in a > rating. I'd appreciate your help on this. The next edition of The Definitive Guide to Django, by the project's co-BDFLs, is available online (for now): http://www.djangobook.com/en/2.0/ It's not completely finished, but between it and the previous edition (http://www.djangobook.com/en/1.0/ , also free), you should be fine. Cheers, Chris
[toc] | [prev] | [next] | [standalone]
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Date | 2012-03-23 13:13 -0400 |
| Message-ID | <mailman.937.1332522814.3037.python-list@python.org> |
| In reply to | #22082 |
On Fri, 23 Mar 2012 09:30:24 -0700, Chris Rebert <clp2@rebertia.com>
declaimed the following in gmane.comp.python.general:
> On Fri, Mar 23, 2012 at 9:16 AM, Yves S. Garret
> <yoursurrogategod@gmail.com> wrote:
<snip>
> > make web-applications using Python (as opposed to something like PHP)
> > without any framework at the moment. Do you guys have any
> > suggestions?
> >
>
> The next edition of The Definitive Guide to Django, by the project's
Note: the OP stated "without a framework"... To me that implies raw
Python from scratch...
I don't have the newest edition, but I /think/ (mine is in storage
along with a whole box of other O'Reilly books)
http://www.amazon.com/gp/product/0596158106/ref=pd_lpo_k2_dp_sr_1?pf_rd_p=486539851&pf_rd_s=lpo-top-stripe-1&pf_rd_t=201&pf_rd_i=0596158068&pf_rd_m=ATVPDKIKX0DER&pf_rd_r=1NJV55FBGF48TE1MXY5P
included at least one chapter on web applications.
One is not going to find a stand-alone Python book that is only web
applications oriented that does not push some framework: CherryPy,
Django, Zope/Plone...
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
[toc] | [prev] | [next] | [standalone]
| From | Chris Rebert <clp2@rebertia.com> |
|---|---|
| Date | 2012-03-23 10:16 -0700 |
| Message-ID | <mailman.938.1332522987.3037.python-list@python.org> |
| In reply to | #22082 |
On Fri, Mar 23, 2012 at 10:13 AM, Dennis Lee Bieber <wlfraed@ix.netcom.com> wrote: > On Fri, 23 Mar 2012 09:30:24 -0700, Chris Rebert <clp2@rebertia.com> > declaimed the following in gmane.comp.python.general: > >> On Fri, Mar 23, 2012 at 9:16 AM, Yves S. Garret >> <yoursurrogategod@gmail.com> wrote: > <snip> >> > make web-applications using Python (as opposed to something like PHP) >> > without any framework at the moment. Do you guys have any >> > suggestions? >> > >> >> The next edition of The Definitive Guide to Django, by the project's > > Note: the OP stated "without a framework"... To me that implies raw > Python from scratch... My bad, I completely overlooked that part of the post in my earnestness to answer… - Chris
[toc] | [prev] | [next] | [standalone]
| From | Ethan Furman <ethan@stoneleaf.us> |
|---|---|
| Date | 2012-03-23 10:40 -0700 |
| Message-ID | <mailman.939.1332525084.3037.python-list@python.org> |
| In reply to | #22082 |
Chris Rebert wrote: > On Fri, Mar 23, 2012 at 10:13 AM, Dennis Lee Bieber wrote: >> On Fri, 23 Mar 2012 09:30:24 -0700, Chris Rebert >> declaimed the following in gmane.comp.python.general: >>> On Fri, Mar 23, 2012 at 9:16 AM, Yves S. Garret >>> *<yoursurrogategod@gmail.com>* wrote: >> <snip> >>>> make web-applications using Python (as opposed to something like PHP) >>>> without any framework at the moment. Do you guys have any >>>> suggestions? >>>> >>> The next edition of The Definitive Guide to Django, by the project's >> Note: the OP stated "without a framework"... To me that implies raw >> Python from scratch... > > My bad, I completely overlooked that part of the post in my > earnestness to answer… Completely understandable -- after all, who would not be earnest (and quick!) when replying to your surrogate god? ;) ~Ethan~
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web