Chart libs for python

2009-01-06 Thread Mir Nazim
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

Re: Question: Evaluate an string variable's value to a variable

2008-12-20 Thread Mir Nazim
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

Question: Evaluate an string variable's value to a variable

2008-12-20 Thread Mir Nazim
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

Re: Generating all possible combination of elements in a list

2006-07-25 Thread Mir Nazim
> 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

Re: Generating all possible combination of elements in a list

2006-07-25 Thread Mir Nazim
> 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

Re: Generating all possible combination of elements in a list

2006-07-24 Thread Mir Nazim
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

Re: Generating all possible combination of elements in a list

2006-07-24 Thread Mir Nazim
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

Generating all possible combination of elements in a list

2006-07-23 Thread Mir Nazim
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

Re: Nevow LivePage tutorial

2006-03-28 Thread Mir Nazim
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

Re: Nevow LivePage tutorial

2006-03-27 Thread Mir Nazim
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

Nevow LivePage tutorial

2006-03-26 Thread Mir Nazim
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

Re: Point and click GUI builder for Python

2005-08-08 Thread Mir Nazim
/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

Re: Point and click GUI builder for Python

2005-08-08 Thread Mir Nazim
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

Re: what is your opinion of zope?

2005-06-27 Thread Mir Nazim
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

Report generator for object databases.

2005-05-30 Thread Mir Nazim
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

Re: (PHP or Python) Developing something like www.tribe.net

2005-04-28 Thread Mir Nazim
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

Re: (PHP or Python) Developing something like www.tribe.net

2005-04-27 Thread Mir Nazim
Can you please brief me a bit about your decision to CherryPy -- http://mail.python.org/mailman/listinfo/python-list

Re: (PHP or Python) Developing something like www.tribe.net

2005-04-27 Thread Mir Nazim
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

Re: (PHP or Python) Developing something like www.tribe.net

2005-04-18 Thread Mir Nazim
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

Zope3 and Plone

2005-04-18 Thread Mir Nazim
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

(PHP or Python) Developing something like www.tribe.net

2005-04-18 Thread Mir Nazim
and I don't want to be hanged when Zope3 becomes official. Thanks --- Mir Nazim -- http://mail.python.org/mailman/listinfo/python-list

Employablity of python programmers

2005-01-17 Thread Mir Nazim
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

Quixote+Nevow+LivePage

2004-12-03 Thread Mir Nazim
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