Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #71405

SQLAlchemy - web framework ?

Newsgroups comp.lang.python
Date 2014-05-12 16:34 -0700
Message-ID <17149f49-bb71-4c97-9d07-d80766b93865@googlegroups.com> (permalink)
Subject SQLAlchemy - web framework ?
From flebber <flebber.crue@gmail.com>

Show all headers | View raw


If I want to use SQLAlchemy as my ORM what would be the best option for a web framework?

It appears the general advice regarding Django is to do it the Django way and use the django ORM and change it out for SQLAlchemy.

That to me limited knowledge leaves flask, pyramid and turbogears 2. So if I wanted to not build it all myself as with flask then potentially pyramid, turbogears is the best option?

Is this true? I have completed the TG2 intro tutorial and have built several small things with flask although I feel offput by doing anything bigger in flask.

See what I have done is got my python knowledge to a fair point where I can do useful things, good knowledge of web HTML/CSS, built a few small projects in flask to get an idea for python web, completed django tutorials, turogears tutorials and now looking to design out a bigger project I want to set myself and i am trying to compile the parts so I can see what I will need to use and gather info to cover what othe things I will need to know.

Do I have a false fear of flask and doing bigger projects?

So at this point I know I want SQLAlchemy, will use postgres(although mysql/maria would work fine). 

Any pratical advice warmly welcomed, I think I am thining too much aimlessly maybe.

http://turbogears.org/
http://www.pylonsproject.org/
http://flask.pocoo.org/
https://www.djangoproject.com/
http://www.tornadoweb.org/en/stable/

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

SQLAlchemy - web framework ? flebber <flebber.crue@gmail.com> - 2014-05-12 16:34 -0700
  Re: SQLAlchemy - web framework ? Iuri <iurisilvio@gmail.com> - 2014-05-12 21:44 -0300
  Re: SQLAlchemy - web framework ? Ben Finney <ben@benfinney.id.au> - 2014-05-13 10:55 +1000
  Re: SQLAlchemy - web framework ? Roy Smith <roy@panix.com> - 2014-05-12 21:04 -0400
    Re: SQLAlchemy - web framework ? flebber <flebber.crue@gmail.com> - 2014-05-12 22:28 -0700
      Re: SQLAlchemy - web framework ? Roy Smith <roy@panix.com> - 2014-05-13 07:11 -0400
        Re: SQLAlchemy - web framework ? flebber <flebber.crue@gmail.com> - 2014-05-14 00:27 -0700
          Re: SQLAlchemy - web framework ? Ben Finney <ben@benfinney.id.au> - 2014-05-14 17:45 +1000
  Re: SQLAlchemy - web framework ? Sayth Renshaw <flebber.crue@gmail.com> - 2014-05-13 11:29 +1000
  Re: SQLAlchemy - web framework ? Amirouche Boubekki <amirouche.boubekki@gmail.com> - 2014-05-23 14:48 +0200

csiph-web