Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: Web development with Python 3.1

Reply
Thread Tools

Re: Web development with Python 3.1

 
 
rustom
Guest
Posts: n/a
 
      11-05-2009
On Nov 5, 5:16*pm, Bruno Desthuilliers <bruno.
42.desthuilli...@websiteburo.invalid> wrote:
> rustom a écrit :
>
>
>
> > On Nov 5, 2:23 pm, Bruno Desthuilliers <bruno.
> > 42.desthuilli...@websiteburo.invalid> wrote:
> >> rustom a écrit :

>
> >>> On Oct 30, 6:23 pm, Dotan Cohen <dotanco...@gmail.com> wrote:
> >>>> The point is that I want to use only _Python_ features, not
> >>>> Django/Mako/whatever features.
> >>> Pure python has a builtin templating system -- its called *%
> >> Poor man's template... It only do variable substitutions - no branching
> >> nor iteration (and let's not talk about macros, inclusions, filters etc).

>
> > I realised that that link
> >http://simonwillison.net/2003/Jul/28/simpleTemplates/
> > was written in 2003

>
> > Subsequently python has sprouted something explicitly templateish
> >http://docs.python.org/library/strin...mplate-strings

>
> Still poor man's template. Just don't hope to do any realworld web
> templating with this.


This is said in the context of some of Dotan's quotes eg.

> I am not a programmer by trade, only by hobby.
> I want to learn Python not Django

etc

Python is generally imperative.
Templates are by and large declarative.

To get this 'Aha' across to him (remember he said hes a mechanical
engineer) is (IMHO) more important than converting him to some moral
high ground of reusability or some other nice software engineering
jargon.
 
Reply With Quote
 
 
 
 
Alan Harris-Reid
Guest
Posts: n/a
 
      11-08-2009

mario ruggier wrote:
> With respect to to original question regarding web frameworks +
> database and Python 3, all the following have been available for
> Python 3 since the day Python 3.0 was released:
>
> QP, a Web Framework
> http://pypi.python.org/pypi/qp/
>
> Durus, a Python Object Database (the "default" in qp, for user
> sessions, etc)
> http://pypi.python.org/pypi/Durus/
>
> Evoque, state-of-the-art templating engine
> http://pypi.python.org/pypi/evoque/
> (this one is available for py3.0 since a little later, 21-jan-2009)
>
> All the above also runs on python 2.4 (thru to python 3)
>
> For the record, you may see the list of all pypi packages availabe for
> Python 3 at:
> http://pypi.python.org/pypi?:action=...show=all&c=533
>
> m.

Thanks for those links Mario - I'll check them out asap..

Regards,
Alan
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Web Application development vs windows client development cabernet123@hotmail.com ASP .Net 0 11-17-2005 12:09 AM
Lisp development with macros faster than Python development?.. seberino@spawar.navy.mil Python 37 07-11-2005 02:10 PM
Web Clients, the role of ASP.NET and the Future of Web Development and Web Standards Guadala Harry ASP .Net 9 11-06-2004 03:05 AM
development environment architecture for ASP.NET development team Akhlaq Khan ASP .Net 4 09-27-2004 01:33 PM
Re: Development best practices and knowing when to exercise control over development Kevin Spencer ASP .Net 2 08-06-2003 09:33 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57