Co-op Group: Django web framework

2023-08-28 Thread dn via Python-list
Are you interested in learning Django? Would like to improve your Django knowledge and skills? Have you been picking-up Django piecemeal, and need to consolidate and clarify? Do you know some Django and would like to acquire mentoring and coaching skills? If so, please join us to form a L

Re: Why so fast a web framework?

2021-10-29 Thread Benjamin Schollnick
>> Sometimes this group reminds me of a certain large company I worked for. >> If they didn't have a solution addressing a problem, they'd pretend it >> didn't matter and belittle anyone who questioned that version of reality. >> > > That's not strictly true; what's happening here is that someone

Re: Why so fast a web framework?

2021-10-28 Thread Abdur-Rahmaan Janhangeer
Well, They don't choose languages per se but choose frameworks based on that and ... by virtue of that choose languages. Like just to get faster web services. The benchmark is pretty much referred to in the Python world, web side like https://www.starlette.io/ "Independent TechEmpower benchmarks

Re: Why so fast a web framework?

2021-10-28 Thread Chris Angelico
On Fri, Oct 29, 2021 at 3:49 PM Dan Stromberg wrote: > > I care, and I suspect the OP does too. Usually machine time doesn't matter > as much as developer time, but API overhead Can matter - especially on a > busy server. > > I wonder if Pypy would do any better? Or Micropython? Or Cython? > >

Re: Why so fast a web framework?

2021-10-28 Thread Dan Stromberg
I care, and I suspect the OP does too. Usually machine time doesn't matter as much as developer time, but API overhead Can matter - especially on a busy server. I wonder if Pypy would do any better? Or Micropython? Or Cython? CPython != Python. Sometimes this group reminds me of a certain lar

Re: Why so fast a web framework?

2021-10-28 Thread Chris Angelico
On Fri, Oct 29, 2021 at 6:17 AM Calvin Spealman wrote: > > I don't think there's anything meaningful being compared in that so-called > "benchmark" at all. There is no evidence that its worth even the smallest > bit of attention. > > You want to write a web service? Do it. Use Python or PHP, or wh

Re: Why so fast a web framework?

2021-10-28 Thread Calvin Spealman
I don't think there's anything meaningful being compared in that so-called "benchmark" at all. There is no evidence that its worth even the smallest bit of attention. You want to write a web service? Do it. Use Python or PHP, or whatever you prefer. Do you think your service is "slow"? You won't k

Re: Why so fast a web framework?

2021-10-28 Thread Abdur-Rahmaan Janhangeer
Me Like why exactly is that the case, i would not be surprised for rust, C, CPP etc But as to where the difference comes for two comparatively similar langs. Kind Regards, Abdur-Rahmaan Janhangeer about | blog github

Re: Why so fast a web framework?

2021-10-28 Thread Calvin Spealman
Who cares? On Wed, Oct 27, 2021 at 10:47 PM Abdur-Rahmaan Janhangeer < arj.pyt...@gmail.com> wrote: > @Chris @Peter > > > See that famous benchmark > > https://www.techempower.com/benchmarks/#section=data-r20 > > Like routinely PHP frameworks appear higher up than py > -- > https://mail.python.or

Re: Why so fast a web framework?

2021-10-27 Thread Abdur-Rahmaan Janhangeer
@Chris @Peter See that famous benchmark https://www.techempower.com/benchmarks/#section=data-r20 Like routinely PHP frameworks appear higher up than py -- https://mail.python.org/mailman/listinfo/python-list

Re: Why so fast a web framework?

2021-10-27 Thread Peter J. Holzer
On 2021-10-27 23:49:59 +0400, Abdur-Rahmaan Janhangeer wrote: > See this: > https://github.com/walkor/webman > > Why similar frameworks do not exist in Python. Is it because > of lack of lib contributors or due to an inherent difference in Py > and PHP? Thanks! The comparison table contains only

Re: Why so fast a web framework?

2021-10-27 Thread Chris Angelico
On Thu, Oct 28, 2021 at 6:52 AM Abdur-Rahmaan Janhangeer wrote: > > See this: > https://github.com/walkor/webman > > Why similar frameworks do not exist in Python. Is it because > of lack of lib contributors or due to an inherent difference in Py > and PHP? Thanks! > It depends entirely on what t

Why so fast a web framework?

2021-10-27 Thread Abdur-Rahmaan Janhangeer
See this: https://github.com/walkor/webman Why similar frameworks do not exist in Python. Is it because of lack of lib contributors or due to an inherent difference in Py and PHP? Thanks! Kind Regards, Abdur-Rahmaan Janhangeer about | blog

Re: Web framework for static pages

2019-08-13 Thread Morten W. Petersen
Hi "DL Neil". I find your argumentation combative and provoking. I have an ex that has made my life difficult for the last 6 years, blocking me from seeing my kids, she acts in a similar way. I don't have the time, energy or the will to bring more of that stuff into my life, so I won't reply to

Re: Web framework for static pages

2019-08-13 Thread DL Neil
On 13/08/19 10:54 PM, Morten W. Petersen wrote: I was hoping to avoid testing a lot of different systems, spending time there. Sooner or later you have to make a decision - and be responsible for it to your clients. So that's why I'm asking here. People here are helpful. The more time yo

Re: Web framework for static pages

2019-08-13 Thread Joel Goldstick
On Tue, Aug 13, 2019 at 4:12 PM Morten W. Petersen wrote: > > Hi Joel. > > I don't disagree with what you're saying, but is there a documented way of > making Django produce a neat set of static pages? > > It would be nice to use a web application framework to create pages, because > it would af

Re: Web framework for static pages

2019-08-13 Thread Morten W. Petersen
Hi Joel. I don't disagree with what you're saying, but is there a documented way of making Django produce a neat set of static pages? It would be nice to use a web application framework to create pages, because it would after that be easy to add a little bit of logic if a customer wants it. A con

Re: Web framework for static pages

2019-08-13 Thread Joel Goldstick
On Tue, Aug 13, 2019 at 2:46 PM DL Neil wrote: > > On 14/08/19 2:26 AM, Grant Edwards wrote: > > On 2019-08-13, Jon Ribbens via Python-list wrote: > > > >> If it's really that small then it sounds like what you are looking for > >> is known as a "text editor". > > > > Bah. Kids these days. > > >

Re: Web framework for static pages

2019-08-13 Thread DL Neil
On 14/08/19 2:26 AM, Grant Edwards wrote: On 2019-08-13, Jon Ribbens via Python-list wrote: If it's really that small then it sounds like what you are looking for is known as a "text editor". Bah. Kids these days. $ cat > index.hmtl [roaring with laughter] Oh come now. Surely a per

Re: Web framework for static pages

2019-08-13 Thread Brian Oney via Python-list
On August 13, 2019 4:00:30 PM GMT+02:00, "Morten W. Petersen" wrote: >Ok. Isn't it a bit splitting of hairs to talk about static site >generators >and their templates? > >Wouldn't a static site generator that can create a good, usable website >with little input be desirable? > >I could pick an

Re: Web framework for static pages

2019-08-13 Thread Jon Ribbens via Python-list
On 2019-08-13, Morten W. Petersen wrote: > Ok. Isn't it a bit splitting of hairs to talk about static site generators > and their templates? No, not even slightly. You appear to be thinking that static site generators come with a pre-made set of design templates, and as far as I am aware they gen

Re: Web framework for static pages

2019-08-13 Thread Morten W. Petersen
HMTL? Good you weren't in cat input after a newline. 😁 -Morten Blogging at http://blogologue.com Tweeting at https://twitter.com/blogologue On Instagram https://instagram.com/morphexx tir. 13. aug. 2019, 16.28 skrev Grant Edwards : > On 2019-08-13, Jon Ribbens via Python-list wrote: > > > If i

Re: Web framework for static pages

2019-08-13 Thread Grant Edwards
On 2019-08-13, Jon Ribbens via Python-list wrote: > If it's really that small then it sounds like what you are looking for > is known as a "text editor". Bah. Kids these days. $ cat > index.hmtl -- Grant Edwards grant.b.edwardsYow! My vaseline is

Re: Web framework for static pages

2019-08-13 Thread Morten W. Petersen
Ok. Isn't it a bit splitting of hairs to talk about static site generators and their templates? Wouldn't a static site generator that can create a good, usable website with little input be desirable? I could pick and choose CSS templates, HTML templates and write some of my own, but that takes qu

Re: Web framework for static pages

2019-08-13 Thread Morten W. Petersen
Ok, will take a look at those. -Morten Blogging at http://blogologue.com Tweeting at https://twitter.com/blogologue On Instagram https://instagram.com/morphexx tir. 13. aug. 2019, 14.39 skrev Jan Erik Moström : > On 13 Aug 2019, at 12:54, Morten W. Petersen wrote: > > > I was hoping to avoid te

Re: Web framework for static pages

2019-08-13 Thread Jon Ribbens via Python-list
On 2019-08-13, Morten W. Petersen wrote: > Ideally I'd want a static site generator that makes it easy and quick to > create a website which is pretty, accessible, works across browsers and > standards compliant and doesn't freeze the browser on a low-end phone. That isn't what they do. All those

Re: Web framework for static pages

2019-08-13 Thread Morten W. Petersen
I was hoping to avoid testing a lot of different systems, spending time there. So that's why I'm asking here. I don't need a guide to create a website, maybe a refresher on some topics. Ideally I'd want a static site generator that makes it easy and quick to create a website which is pretty, acc

Re: Web framework for static pages

2019-08-13 Thread Morten W. Petersen
Yes. Well, one of the ideas of the web is being able to create a website using simple tools like that. And I like that idea. And for one site, either small or very specialized and well-funded, that would be an OK choice. However, I want to offer customers websites that cover their needs, without

Re: Web framework for static pages

2019-08-13 Thread Morten W. Petersen
Right. That was a useful term, I've got some things to look at there. -Morten Blogging at http://blogologue.com Tweeting at https://twitter.com/blogologue On Instagram https://instagram.com/morphexx tir. 13. aug. 2019, 00.29 skrev Cameron Simpson : > On 13Aug2019 00:01, Morten W. Petersen wrot

Re: Web framework for static pages

2019-08-13 Thread DL Neil
On 13/08/19 10:01 AM, Morten W. Petersen wrote: On 12.08.2019 18:13, Brian Oney wrote: On August 12, 2019 9:14:55 AM GMT+02:00, morphex wrote: Hi. What frameworks are there for generating static web pages in Python? I have used: https://github.com/Frozen-Flask/Frozen-Flask It's pretty simple.

Re: Web framework for static pages

2019-08-12 Thread Jon Ribbens via Python-list
On 2019-08-12, Morten W. Petersen wrote: > What I guess I'm looking for, is something that will help create a > static website, in a simple and efficient manner. Without being bloated. > > I don't have a lot of hair on my head, but I would be pulling it out > because of some of the websites I s

Re: Web framework for static pages

2019-08-12 Thread Cameron Simpson
On 13Aug2019 00:01, Morten W. Petersen wrote: What I guess I'm looking for, is something that will help create a static website, in a simple and efficient manner. Without being bloated. I don't have a lot of hair on my head, but I would be pulling it out because of some of the websites I se

Re: Web framework for static pages

2019-08-12 Thread Morten W. Petersen
On 12.08.2019 18:13, Brian Oney wrote: On August 12, 2019 9:14:55 AM GMT+02:00, morphex wrote: Hi. What frameworks are there for generating static web pages in Python? I have used: https://github.com/Frozen-Flask/Frozen-Flask It's pretty simple. Develop with flask and then "freeze" it.

Re: Web framework for static pages

2019-08-12 Thread morphex
Why Google it, when I have an Oracle? 😄 -Morten -- https://mail.python.org/mailman/listinfo/python-list

Re: Web framework for static pages

2019-08-12 Thread Michael Torrie
On 8/12/19 1:14 AM, morphex wrote: > What frameworks are there for generating static web pages in Python? What are > the features of each? A quick google search reveals a number of them. Pelican, Hyde, etc. -- https://mail.python.org/mailman/listinfo/python-list

Re: Web framework for static pages

2019-08-12 Thread Brian Oney via Python-list
On August 12, 2019 9:14:55 AM GMT+02:00, morphex wrote: >Hi. > >What frameworks are there for generating static web pages in Python? I have used: https://github.com/Frozen-Flask/Frozen-Flask It's pretty simple. Develop with flask and then "freeze" it. I am looking forward to further answers

Web framework for static pages

2019-08-12 Thread morphex
Hi. After a long break, I'm starting to work with web development again, in my company Nidelven IT. http://www.nidelven-it.no I've used Zope and Plone since the early days, as well as other web systems / frameworks, Python-based, some PHP, Java etc. However, I would like to add another tool t

Re: choice of web-framework

2017-10-24 Thread John Black
In article , ros...@gmail.com says... > > On Tue, Oct 24, 2017 at 6:57 AM, Chris Warrick wrote: > > On 23 October 2017 at 21:37, John Black wrote: > >> Chris, thanks for all this detailed information. I am confused though > >> with your database recommendation. You say you teach SQLAlchemy bu

Re: choice of web-framework

2017-10-24 Thread justin walters
On Tue, Oct 24, 2017 at 4:14 AM, Chris Angelico wrote: > > (There are other ORMs than SQLAlchemy, of course; I can't recall the > exact syntax for Django's off the top of my head, but it's going to be > broadly similar to this.) > > ChrisA > -- > https://mail.python.org/mailman/listinfo/python-li

Re: choice of web-framework

2017-10-24 Thread Chris Angelico
On Tue, Oct 24, 2017 at 6:57 AM, Chris Warrick wrote: > On 23 October 2017 at 21:37, John Black wrote: >> Chris, thanks for all this detailed information. I am confused though >> with your database recommendation. You say you teach SQLAlchemy but >> generally use PostgreSQL yourself. I can may

Re: choice of web-framework

2017-10-23 Thread Chris Warrick
On 23 October 2017 at 21:37, John Black wrote: > Chris, thanks for all this detailed information. I am confused though > with your database recommendation. You say you teach SQLAlchemy but > generally use PostgreSQL yourself. I can maybe guess why there seems to > be this contradiction. Perhap

Re: choice of web-framework

2017-10-23 Thread John Black
In article , ros...@gmail.com says... > For the database, I generally use PostgreSQL, unless the job's so > simple it can be done with flat files. Using Flask with SQLAlchemy is > a popular option, but you can also dive into psycopg2 directly (the > "2" doesn't mean "Python 2.7 only", it's fine).

Re: choice of web-framework

2017-10-23 Thread Kevin van Keeken
Greetings, while reading through this topic i would like to know, if cherrypy is a viable web-framework as well? I stumbled upon this project a while ago, but didn't read through it in detail and would like to hear something about it, especially in regards to the project requirements.

Re: choice of web-framework

2017-10-23 Thread dieter
Patrick Vrijlandt writes: > ... > The project is completely new, there are no histories to take into > account (current solutions are paper-based). The website involves > questionnaires that will be developed, filled out and stored. Users > are not programmers or developers. They should be > authe

Re: choice of web-framework

2017-10-22 Thread Abdur-Rahmaan Janhangeer
have you considered Django? i've found found it to be nice ! Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 22 Oct 2017 14:25, "Patrick Vrijlandt" wrote: > Hello list, > > I would like your recommendation on the choice of a web frame

Re: choice of web-framework

2017-10-22 Thread Tim Chase
On 2017-10-22 15:26, Patrick Vrijlandt wrote: > The version control I was referring to, is indeed users' data. I > plan to use Mercurial for the source code. The questionnaires being > developed will go through many revisions. The questionnaires being > filled in, are enough work to have a provisio

Re: choice of web-framework

2017-10-22 Thread justin walters
On Sun, Oct 22, 2017 at 3:24 AM, Patrick Vrijlandt wrote: > Hello list, > > I would like your recommendation on the choice of a web framework. > > The project is completely new, there are no histories to take into account > (current solutions are paper-based). The website invol

Re: choice of web-framework

2017-10-22 Thread Chris Angelico
of the source code. If it's the source code, the web >> framework won't help you there, but git, mercurial, or subversion are >> all good/reasonable choices. If you want to version your user's >> answers or other aspects of your application, you'll need to de

Re: choice of web-framework

2017-10-22 Thread Patrick Vrijlandt
Op 22-10-2017 om 14:05 schreef Tim Chase: > I'm not sure what "version control is required" means in this > context. Is this version-control of the users' answers? Or > version-control of the source code. If it's the source code, the web > framework won

Re: choice of web-framework

2017-10-22 Thread Tim Chase
On 2017-10-22 12:24, Patrick Vrijlandt wrote: > I would like your recommendation on the choice of a web framework. Might depend on what skills you already bring to the table. If you already know an ORM like SQLAlchemy or a template language like Jinja, you might want to take the "b

Re: choice of web-framework

2017-10-22 Thread Chris Warrick
r anything.) > > ChrisA > -- > https://mail.python.org/mailman/listinfo/python-list Mailing lists are quiet as well: https://mail.zope.org/pipermail/zope/ https://mail.zope.org/pipermail/zope-dev/ For a web framework, the daily commit count is much less important than the size of th

Re: choice of web-framework

2017-10-22 Thread Chris Angelico
On Sun, Oct 22, 2017 at 10:34 PM, Chris Warrick wrote: > On 22 October 2017 at 13:25, Lele Gaifax wrote: >> Chris Warrick writes: >> >>> Zope is effectively dead these days. >> >> Except it's alive and kicking: https://blog.gocept.com/ >> >> :-) >> >> ciao, lele. > > A few people still care, sur

Re: choice of web-framework

2017-10-22 Thread Chris Warrick
On 22 October 2017 at 13:25, Lele Gaifax wrote: > Chris Warrick writes: > >> Zope is effectively dead these days. > > Except it's alive and kicking: https://blog.gocept.com/ > > :-) > > ciao, lele. A few people still care, sure. But how alive is a project with 16 (sixteen) people on IRC (freenod

Re: choice of web-framework

2017-10-22 Thread Lele Gaifax
Chris Warrick writes: > Zope is effectively dead these days. Except it's alive and kicking: https://blog.gocept.com/ :-) ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it |

Re: choice of web-framework

2017-10-22 Thread Chris Warrick
On 22 October 2017 at 12:24, Patrick Vrijlandt wrote: > Hello list, > > I would like your recommendation on the choice of a web framework. > > The project is completely new, there are no histories to take into account > (current solutions are paper-based). The website invol

Re: choice of web-framework

2017-10-22 Thread Chris Angelico
On Sun, Oct 22, 2017 at 9:24 PM, Patrick Vrijlandt wrote: > Hello list, > > I would like your recommendation on the choice of a web framework. > > The project is completely new, there are no histories to take into account > (current solutions are paper-based). The website invol

choice of web-framework

2017-10-22 Thread Patrick Vrijlandt
Hello list, I would like your recommendation on the choice of a web framework. The project is completely new, there are no histories to take into account (current solutions are paper-based). The website involves questionnaires that will be developed, filled out and stored. Users are not

Re: Django (Python Web Framework) Tutorial

2015-09-26 Thread Cai Gengyang
On Sunday, September 27, 2015 at 11:46:13 AM UTC+8, John Gordon wrote: > In <1421a34f-d8cc-4367-adab-2c2b46504...@googlegroups.com> Cai Gengyang > writes: > > > Question : I am a little confused about the last paragraph : What exactly > > is a "directory outside of the document root, such as /ho

Re: Django (Python Web Framework) Tutorial

2015-09-26 Thread John Gordon
In <1421a34f-d8cc-4367-adab-2c2b46504...@googlegroups.com> Cai Gengyang writes: > Question : I am a little confused about the last paragraph : What exactly > is a "directory outside of the document root, such as /home/mycode." and > how do you "Put your code in this directory" ? Django is a web

Django (Python Web Framework) Tutorial

2015-09-26 Thread Cai Gengyang
So I am using Mac OS X Yosemite Version 10.10.2, going through the django tutorial : https://docs.djangoproject.com/en/1.8/intro/tutorial01/ and learning to use it. Am currently on the 2nd chapter "Creating a Project" and got a question to ask : This is the series of steps I took to reach this

any visualization web framework ?

2015-04-27 Thread jesse
show task execution; data visualization; easy to set up; thanks -- https://mail.python.org/mailman/listinfo/python-list

Re: How to create python web framework for ERP

2014-09-11 Thread Vimal Rughani
rking > bit on that I feel it doesn't fit with my requirement. So I decided to create > my own python based web framework for ERP. Can you please suggest me better > book / video / resources / content which help me to build proper web > framework for ERP. > > > >

Re: How to create python web framework for ERP

2014-09-09 Thread Gerd Niemetz
rking > bit on that I feel it doesn't fit with my requirement. So I decided to create > my own python based web framework for ERP. Can you please suggest me better > book / video / resources / content which help me to build proper web > framework for ERP. > > > > Tha

Re: How to create python web framework for ERP

2014-09-09 Thread Andre Duarte
Vimal, Django is a more generic framework(was built initialy for content management). Odoo is a valid sugestion but take some time to see Frappe.io. ERPNext was built on top of this framework and is a great application for small bussiness. []'s André -- https://mail.python.org/mailman/listinfo

Re: How to create python web framework for ERP

2014-09-09 Thread thequietcenter
On Tuesday, September 9, 2014 6:53:37 AM UTC-4, Adam Nešpůrek wrote: > I would highly recommend to stick around Django, because of its huge > ecosystem. Django's ORM layer does not perform intelligent object creation does it? It naively creates two instances for the same row and does not handle

Re: How to create python web framework for ERP

2014-09-09 Thread Matteo Boscolo
working bit on that I feel it doesn't fit with my requirement. So I decided to create my own python based web framework for ERP. Can you please suggest me better book / video / resources / content which help me to build proper web framework for ERP. Thanks -- https://mail.python.org/mailman/lis

Re: How to create python web framework for ERP

2014-09-09 Thread Adam Nešpůrek
> > Greetings ! > > > > > > > > > > I am bit familiar with Django and Python. I want to create ERP on > > > > > python. Initially I feel Django will be good option for My Own ERP, > > > > > but after working bit on that I feel it doesn&#x

Re: How to create python web framework for ERP

2014-09-09 Thread Vimal Rughani
ERP on > > > python. Initially I feel Django will be good option for My Own ERP, > > > but after working bit on that I feel it doesn't fit with my > > > requirement. So I decided to create my own python based web framework > > > for ERP. Can you please

Re: How to create python web framework for ERP

2014-09-09 Thread Stéphane Wirtel
ed to create my own python based web framework for ERP. Can you please suggest me better book / video / resources / content which help me to build proper web framework for ERP. Thanks -- https://mail.python.org/mailman/listinfo/python-list Use Odoo. -- Stéphane Wirtel - http://wirtel.be - @matr

How to create python web framework for ERP

2014-09-09 Thread Vimal Rughani
Hi All, Greetings ! I am bit familiar with Django and Python. I want to create ERP on python. Initially I feel Django will be good option for My Own ERP, but after working bit on that I feel it doesn't fit with my requirement. So I decided to create my own python based web framework fo

Re: SQLAlchemy - web framework ?

2014-05-23 Thread Amirouche Boubekki
Héllo, 2014-05-13 1:34 GMT+02:00 flebber : > If I want to use SQLAlchemy as my ORM what would be the best option for a web framework? I think the best option would be Pyramid but I don't know SQLAchemy or Pyramid that much, but: - Django doesn't support SQLAlchemy as is - I do

Re: SQLAlchemy - web framework ?

2014-05-14 Thread Ben Finney
flebber writes: > One of the main parts that is tripping myself up is that I need to > consistently import xml files into my database. XML documents represent a hierarchical tree of data. Relational databases are not good at representing hierarchical documents. So I don't know what you mean by

Re: SQLAlchemy - web framework ?

2014-05-14 Thread flebber
One of the main parts that is tripping myself up is that I need to consistently import xml files into my database. Looking to find the best support and methodologies to do this, that is one of the reasons I am looking at SqlAlchemy. Sayth -- https://mail.python.org/mailman/listinfo/python-li

Re: SQLAlchemy - web framework ?

2014-05-13 Thread Roy Smith
In article , flebber wrote: > Roy.that is interesting that you can use mongoengine. > > Recent google results such as seem to assert there are a lot of inherent risk > in swapping out components, though I may be misinterpreting it. > http://www.slideshare.net/daikeren/tradeoffs-of-replacing-

Re: SQLAlchemy - web framework ?

2014-05-12 Thread flebber
Roy.that is interesting that you can use mongoengine. Recent google results such as seem to assert there are a lot of inherent risk in swapping out components, though I may be misinterpreting it. http://www.slideshare.net/daikeren/tradeoffs-of-replacing-core-components Sayth -- https://mail.

Re: SQLAlchemy - web framework ?

2014-05-12 Thread Sayth Renshaw
t; >> 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

Re: SQLAlchemy - web framework ?

2014-05-12 Thread Roy Smith
In article <17149f49-bb71-4c97-9d07-d80766b93...@googlegroups.com>, flebber 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 dja

Re: SQLAlchemy - web framework ?

2014-05-12 Thread Ben Finney
flebber writes: > 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. You don't say any more

Re: SQLAlchemy - web framework ?

2014-05-12 Thread Iuri
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 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

SQLAlchemy - web framework ?

2014-05-12 Thread flebber
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

Re: Web framework

2013-11-22 Thread David Froger
Hi, > I'm thinking of porting a Python application that uses numpy for web, > basically would like to upload a user-defined data, perform the > calculations with numpy and plot charts with the general structure of a > site such as a blog for example, I have studied a bit of django and > web2py, bu

Re: Web framework

2013-11-22 Thread Ben Finney
Renato Barbosa Pim Pereira writes: > I'm thinking of porting a Python application that uses numpy for web, > basically would like to upload a user-defined data, perform the > calculations with numpy and plot charts with the general structure of > a site such as a blog for example The “default” o

Web framework

2013-11-21 Thread Renato Barbosa Pim Pereira
I'm thinking of porting a Python application that uses numpy for web, basically would like to upload a user-defined data, perform the calculations with numpy and plot charts with the general structure of a site such as a blog for example, I have studied a bit of django and web2py, but I wonder if t

Re: Do I really need a web framework?

2013-09-30 Thread Roy Smith
In article , duf...@gmail.com wrote: > I want to set up a very simple website, and I need to know if it is necessary > to use a web framework (e.g. Django) to do basic interactive operations such > as receiving input from the user, looking up a database and returning some > data

Re: Do I really need a web framework?

2013-09-30 Thread waynejwerner
On Monday, September 30, 2013 2:57:08 PM UTC-5, duf...@gmail.com wrote: > I want to set up a very simple website, and I need to know if it is necessary > to use a web framework (e.g. Django) to do basic interactive operations such > as receiving input from the user, looking up a dat

Re: Do I really need a web framework?

2013-09-30 Thread John Gordon
In duf...@gmail.com writes: > I want to set up a very simple website, and I need to know if it is > necessary to use a web framework (e.g. Django) to do basic interactive > operations such as receiving input from the user, looking up a database > and returning some data to the use

Re: Do I really need a web framework?

2013-09-30 Thread Tim Delaney
On 1 October 2013 05:57, wrote: > I want to set up a very simple website, and I need to know if it is > necessary to use a web framework (e.g. Django) to do basic interactive > operations such as receiving input from the user, looking up a database and > returning some data to the us

Do I really need a web framework?

2013-09-30 Thread dufriz
I want to set up a very simple website, and I need to know if it is necessary to use a web framework (e.g. Django) to do basic interactive operations such as receiving input from the user, looking up a database and returning some data to the user. I know that this is exactly the purpose of web

Gunstar - Another python web framework.

2013-08-30 Thread Allisson Azevedo
It's a recent project, check this out: http://github.com/allisson/gunstar -- http://mail.python.org/mailman/listinfo/python-list

Re: Best python web framework to build university/academic website

2013-07-30 Thread bryanjugglercryptographer
b.kris...@gmail.com wrote: > I got a chance to build an university website, within very short period of > time. > I know web2py, little bit of Django, so please suggest me the best to build > rapidly. Web2py rocks like nothing else for getting up fast. If you already know it, problem solved.

Best python web framework to build university/academic website

2013-07-26 Thread b . krishna2020
Hi, I got a chance to build an university website, within very short period of time. I know web2py, little bit of Django, so please suggest me the best to build rapidly. Thanks in advance Raghu -- http://mail.python.org/mailman/listinfo/python-list

Re: How to make a web framework

2013-06-28 Thread Joel Goldstick
On Fri, Jun 28, 2013 at 5:00 PM, Giorgos Tzampanakis < giorgos.tzampana...@gmail.com> wrote: > On 2013-06-27, gamesbrain...@gmail.com wrote: > > > I've used web frameworks, but I don't know how they work. Is there > > anywhere that I can learn how this all works from scratch? > Although it is dat

Re: How to make a web framework

2013-06-28 Thread Giorgos Tzampanakis
On 2013-06-27, gamesbrain...@gmail.com wrote: > I've used web frameworks, but I don't know how they work. Is there > anywhere that I can learn how this all works from scratch? Yes, read the source code of a mature framework. -- Real (i.e. statistical) tennis and snooker player rankings and rati

Re: How to make a web framework

2013-06-27 Thread rusi
eral advice based on my experience [And if it looks condescending, please forgive me!] Many people who come to a programming language like python from web-framework experience dont know enough programming. They then cover up that lack by learning more and more of the framework but not enough of t

Re: How to make a web framework

2013-06-27 Thread Fábio Santos
On 27 Jun 2013 14:49, wrote: > > I've used web frameworks, but I don't know how they work. Is there anywhere that I can learn how this all works from scratch? Write CGI scripts. It is the most raw way to program for the web. That way you can dig into what frameworks do for you. -- http://mail.py

How to make a web framework

2013-06-27 Thread gamesbrainiac
I've used web frameworks, but I don't know how they work. Is there anywhere that I can learn how this all works from scratch? -- http://mail.python.org/mailman/listinfo/python-list

MVC web-framework with RESTfully Decoupled Views?

2012-12-07 Thread Alec Taylor
I have used a variety of different MVC web-frameworks. My current methodology for web and mobile [PhoneGap/Cordova] development is as follows: Web framework (MVC) 1. Write the Models (db schema stuff) 2. Write the Controllers (manage interface between models and views, or just expose certain

RE: Fastest web framework

2012-11-01 Thread Andriy Kornatskyy
> From: andriy.kornats...@live.com > To: python-list@python.org > Subject: Fastest web framework > Date: Sun, 23 Sep 2012 12:19:16 +0300 > > > I have run recently a benchmark of a trivial 'hello world' application for > var

RE: Fastest web framework

2012-10-26 Thread Andriy Kornatskyy
Alex, You can read wheezy.web introduction here: http://mindref.blogspot.com/2012/10/wheezy-web-introduction.html Thanks. Andriy Kornatskyy > Date: Mon, 15 Oct 2012 18:26:16 -0700 > Subject: Re: Fastest web framework > From: wuwe...@gmail

RE: Fastest web framework

2012-10-25 Thread Andriy Kornatskyy
: http://mindref.blogspot.com/2012/09/python-fastest-web-framework.html Comments or suggestions are welcome. Thanks. Andriy Kornatskyy > From: andriy.kornats...@live.com > To: python-list@python.org > Subject: Fastest web framework > Date: Sun,

  1   2   3   4   5   6   >