What do you want in a new web framework?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • emrahayanoglu@gmail.com

    #1

    What do you want in a new web framework?

    Hello Everyone,

    Now, I'm working on a new web framework. I tried many test on the other
    programming languages. Then i decided to use python on my web framework
    project.

    Now i want to listen all of you. What do you want in that web
    framework(Easy use of Database, Easy use of XML, GUI Designer, etc...)?

    I'm wating your answers. Thank you for all answers...!

    King Regards,

    Emrah Ayanoglu

  • 3KWA

    #2
    Re: What do you want in a new web framework?


    emrahayanoglu@g mail.com wrote:
    Hello Everyone,
    >
    Now, I'm working on a new web framework. I tried many test on the other
    programming languages. Then i decided to use python on my web framework
    project.
    >
    Now i want to listen all of you. What do you want in that web
    framework(Easy use of Database, Easy use of XML, GUI Designer, etc...)?
    >
    I'm wating your answers. Thank you for all answers...!
    >
    King Regards,
    >
    Emrah Ayanoglu
    Don't want to sound too conservative but really nothing that either
    - Django
    - Turbogear
    - or the "myghty" Pylons (my personal favorite)
    cannot provide efficiently today!

    EuGeNe

    Comment

    • Laurent Pointal

      #3
      Re: What do you want in a new web framework?

      emrahayanoglu@g mail.com a écrit :
      Hello Everyone,
      >
      Now, I'm working on a new web framework. I tried many test on the other
      programming languages. Then i decided to use python on my web framework
      project.
      >
      Now i want to listen all of you. What do you want in that web
      framework(Easy use of Database, Easy use of XML, GUI Designer, etc...)?
      >
      I'm wating your answers. Thank you for all answers...!
      Look at http://wiki.python.org/moin/WebFrameworks

      Do you *really* need to develop a *new* framework (maybe a scholl
      exercise - it that case, KISS)?

      Personnally I use Karrigell at home, simple, nice.

      A+

      Laurent.

      Comment

      • Peter Otten

        #4
        Re: What do you want in a new web framework?

        emrahayanoglu@g mail.com wrote:
        Now, I'm working on a new web framework. I tried many test on the other
        programming languages. Then i decided to use python on my web framework
        project.
        >
        Now i want to listen all of you. What do you want in that web
        framework(Easy use of Database, Easy use of XML, GUI Designer, etc...)?
        >
        I'm wating your answers. Thank you for all answers...!
        Write it in PHP, Ruby, Java, anything -- but not in Python :-)

        Peter

        Comment

        • Kay Schluehr

          #5
          Re: What do you want in a new web framework?


          emrahayanoglu@g mail.com wrote:
          Hello Everyone,
          >
          Now, I'm working on a new web framework. I tried many test on the other
          programming languages. Then i decided to use python on my web framework
          project.
          >
          Now i want to listen all of you. What do you want in that web
          framework(Easy use of Database, Easy use of XML, GUI Designer, etc...)?
          >
          I'm wating your answers. Thank you for all answers...!
          >
          King Regards,
          >
          Emrah Ayanoglu
          Nothing in particular. But I would like to know about portability
          issues of frameworks between different implementations of Python. A
          pythonic, yet existing webframework allocating Java / dotNet resources
          could find its niche.

          Comment

          • BJörn Lindqvist

            #6
            Re: What do you want in a new web framework?

            On 8/20/06, Dave Richards <thisdave75@goo glemail.comwrot e:
            Really, really good documentation.
            >
            Dave
            .... Which is the one thing no Python web framework provides. :( A
            framework with really good documentation (preferably translated into
            multiple languages) would be, I'm sure, the PHP/Ruby on Rails killer
            everyone seem to hope for.

            On 20 Aug 2006 11:58:50 -0700, emrahayanoglu@g mail.com <
            emrahayanoglu@g mail.comwrote:
            Hello Everyone,

            Now, I'm working on a new web framework. I tried many test on the other
            programming languages. Then i decided to use python on my web framework
            project.

            Now i want to listen all of you. What do you want in that web
            framework(Easy use of Database, Easy use of XML, GUI Designer, etc...)?

            I'm wating your answers. Thank you for all answers...!

            King Regards,

            Emrah Ayanoglu

            --
            >
            >
            --

            >
            >

            --
            mvh Björn

            Comment

            • Maxim Sloyko

              #7
              Re: What do you want in a new web framework?

              Laurent Pointal wrote:
              >
              Look at http://wiki.python.org/moin/WebFrameworks
              >
              Do you *really* need to develop a *new* framework (maybe a scholl
              exercise - it that case, KISS)?
              Isn't the main reason why there are so many of them is that all of them
              suck badly?

              Comment

              • Steve Holden

                #8
                Re: What do you want in a new web framework?

                Maxim Sloyko wrote:
                Laurent Pointal wrote:
                >
                >>Look at http://wiki.python.org/moin/WebFrameworks
                >>
                >>Do you *really* need to develop a *new* framework (maybe a scholl
                >>exercise - it that case, KISS)?
                >
                >
                Isn't the main reason why there are so many of them is that all of them
                suck badly?
                >
                Absolutely not.

                regards
                Steve
                --
                Steve Holden +44 150 684 7255 +1 800 494 3119
                Holden Web LLC/Ltd http://www.holdenweb.com
                Skype: holdenweb http://holdenweb.blogspot.com
                Recent Ramblings http://del.icio.us/steve.holden

                Comment

                • Georg Brandl

                  #9
                  Re: What do you want in a new web framework?

                  Maxim Sloyko wrote:
                  Laurent Pointal wrote:
                  >>
                  >Look at http://wiki.python.org/moin/WebFrameworks
                  >>
                  >Do you *really* need to develop a *new* framework (maybe a scholl
                  >exercise - it that case, KISS)?
                  >
                  Isn't the main reason why there are so many of them is that all of them
                  suck badly?
                  The reason is that writing one is fun in Python.

                  Georg

                  Comment

                  Working...