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


Groups > comp.lang.python > #71417

Re: SQLAlchemy - web framework ?

References <17149f49-bb71-4c97-9d07-d80766b93865@googlegroups.com> <CABxJ+fVTqaw6dpXi_rMM0QABFYS7gL8UVSj7TWS0bGU8pLtzqw@mail.gmail.com>
Date 2014-05-13 11:29 +1000
Subject Re: SQLAlchemy - web framework ?
From Sayth Renshaw <flebber.crue@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.9933.1399944585.18130.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

I am saying 'do it myself' in that with flask that provide a small base and
then all functionality is added by me directly, with the assistance of
community modules. Compared to Django whose developers have created an
integrated set of defaults with more functionality standard,  which is good
if you like the defaults.

Sayth
 On 13/05/2014 10:44 am, "Iuri" <iurisilvio@gmail.com> wrote:

> I don't know what exactly you mean with "wanted to not build it all
> myself", but Flask is great with SQLAlchemy. You have the Flask-SQLAlchemy
> extension and it has a lot of other integrations, like Flask-Admin.
>
> You don't have to fear flask to bigger projects. To be honest, I prefer it
> instead of Django because I can grow the project the way I want, without
> framework strings.
>
>
>
>
> On Mon, May 12, 2014 at 8:34 PM, flebber <flebber.crue@gmail.com> wrote:
>
>> 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/
>> --
>> https://mail.python.org/mailman/listinfo/python-list
>>
>
>

Back to comp.lang.python | Previous | NextPrevious in thread | Next 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