Hi guys,
Please suggest me chart generation library for python comparable to
google chart in features and ease of development.
Google Chart has a limitation on amount on data you can send in a URL.
Thanks
--
http://mail.python.org/mailman/listinfo/python-list
On Dec 21, 11:56 am, "Chris Rebert" wrote:
> On Sat, Dec 20, 2008 at 10:49 PM, Mir Nazim wrote:
> > Just a quick question.
>
> > For example I have
>
> >>>> class X
> >>>> pass
>
> > Then I do
> >>>> x
Just a quick question.
For example I have
>>> class X
>>> pass
Then I do
>>> x = X()
>>> x.name = 'Nazim
Now my question is whether something like below is possible and how
>>> y = 'name'
>>> print x.y # How can x.y can be evaluated to x.name
PS: In PHP this can be done by a $x->$y. I
> Again, I don't understand. You have 924 things, eliminate some of them,
> and end up with 1060 things? Eliminating elements should decrease
> the number, not increase it.
yes, u are right I had to types of lists:
one one them has 924 permutations and other has 792 making them 1722.
out of which
> Again, I don't understand. You have 924 things, eliminate some of them,
> and end up with 1060 things? Eliminating elements should decrease
> the number, not increase it.
yes, u are right I had to types of lists:
one one them has 924 permutations and other has 792 making them 1722.
out of which
Paul Rubin wrote:
> > 1060! / (1060 - 96)!
>
> More than you want to think about:
>
> import math
>
> def logf(n):
> """return base-10 logarithm of (n factorial)"""
> f = 0.0
> for x in xrange(1,n+1):
> f += math.log(x, 10)
> return f
>
> pr
Martin v. Löwis wrote:
> Mir Nazim wrote:
> > Example Problem:
> >
> > Generate all possible permutations for
> > [1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2]
> >
> > [1, 2, 1, 2, 1, 2, 2, 2, 1, 2, 1, 2] (notice an extra 2 )
> >
> > eliminate some co
Hello,
I need to write scripts in which I need to generate all posible unique
combinations of an integer list. Lists are a minimum 12 elements in
size with very large number of possible combination(12!)
I hacked a few lines of code and tried a few things from Python
CookBook (http://aspn.activest
Tim Parkin wrote:
> Mir Nazim wrote:
> > I really appriciate the help a lot, the but the problems is that i have
> > already real those. What i was looking for was some kind of detailed
> > tutorial, that explains the basic ideas about live page and
> > formhandling
I really appriciate the help a lot, the but the problems is that i have
already real those. What i was looking for was some kind of detailed
tutorial, that explains the basic ideas about live page and
formhandling etc.
(my be it the time some nevow know guy got onto it)
--
http://mail.python.org
Hello,
Can any one direct me to some tutorials for:
1. Nevow LivePage
2. Form handling in Nevow
Any Help is greately appriciated. I have already googled for it but did
not get any thing helpfull.
Thankyou
--
http://mail.python.org/mailman/listinfo/python-list
/www.stani.be/python/spe/blog/) are a better
combo than PythonCard.
Mir Nazim.
www.PlanetNazim.com
--
http://mail.python.org/mailman/listinfo/python-list
neuruss neuruss wrote:
> Madhusudan Singh wrote:
> > Is there such a thing for python ? Like Qt Designer for instance ?
>
> The easiest way to create Python GUI apps: PythonCard.
> It is based on wxPython by it has a higher level of abstraction.
> You just drag and drop widgets on a form and code t
http://www.zope.org/Wikis/ZODB/FrontPage/guide/index.html
This should solve this problem.
---
Mir Nazim
www.planetnazim.com
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I m planning to use ZODB for an applicaton. Is any one aware of report
generators like Data Vision, Crystal Reports, fo python object
databases.
Some of you may have faced/solved similar problem some where.
Help appreciated.
Thanks
--
http://mail.python.org/mailman/listinfo/python-list
Ok I get your point.
Well actually my application is small in the begining, but then may be
will a large one when we want to add more features.
--
http://mail.python.org/mailman/listinfo/python-list
Can you please brief me a bit about your decision to CherryPy
--
http://mail.python.org/mailman/listinfo/python-list
Thanks fro ur advice.
I was also thinking to look into quixote.
but wanted a second opinion.
thanks again.
--
http://mail.python.org/mailman/listinfo/python-list
I agree Zope2/Plone are really mature. But I think you missed my point.
It is not neccessary that I may be using all the functionality of Plone
etc. More over zope3 seems to have got a few great features like better
support for building filesystem based products, easier learning curve
etc.
Please
Hi,
I wanted to know what will happen to plone once Zope3 will be official
version. Is plone being ported to Zope3. I googled it but did not come
accross anything stating the plone's migration to zope3.
I am thinking to take up a project. plone is a candidate for it. should
i want to take benifi
and I don't want to be hanged when Zope3 becomes
official.
Thanks
---
Mir Nazim
--
http://mail.python.org/mailman/listinfo/python-list
learn. If I choose
choice three I could spend more time in learning different approaches
to develop the application and better master the library and frameworks
avaialble for python.
So what are the recomendations from your side. Please help.
Thanks
---
Mir Nazim.
--
http://mail.python.org/mailman
Hi
I am a PHP developer and in trying to get a better tool for developing
web apps, I have been strugling with zope for past few months and
still could not get anything useful work up and going. I really felt
that "Z" shaped learning curve. Yesterday I was looking at quixote. I
was surprized how s
23 matches
Mail list logo