Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-11 Thread Rajeev J Sebastian
On Sun, Oct 11, 2009 at 11:12 AM, Anand Balachandran Pillai wrote: >   A product being robust is a totally different thing from it being secure. >   Robust means it is stable (as in staying up and doing what it is supposed >   to do) and works with reasonable or good performance. Security is >   a

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-11 Thread Kenneth Gonsalves
On Sunday 11 Oct 2009 10:13:26 am Vivek Khurana wrote: > On Sun, Oct 11, 2009 at 6:55 AM, Kenneth Gonsalves > > wrote: > > wishful thinking > > How ? there are three types of logic: 1. deductive logic: eg: php is fundamentally insecure, this app is in php, therefore it is insecure 2. inductiv

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-11 Thread Roshan Mathews
On Sun, Oct 11, 2009 at 11:12 AM, Anand Balachandran Pillai wrote: >  Nobody said Python is a better language than PHP. Indeed comparing both >  is a bit of apples to oranges comparison since both languages are designed >  for totally different intentions. Python is a general purpose language, > w

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-10 Thread Anand Balachandran Pillai
On Sat, Oct 10, 2009 at 8:35 PM, Noufal Ibrahim wrote: > On Sat, Oct 10, 2009 at 7:59 PM, Carl Karsten > wrote: > [..] > > I need to inject... > > > > The line should be: > > > > cursor.execute(query, ('burger', '2009-09-10 12:00:00')) > > Ah. Then it's just a case of the API doing the quoting i

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-10 Thread Vivek Khurana
On Sun, Oct 11, 2009 at 6:55 AM, Kenneth Gonsalves wrote: > > wishful thinking How ? regards Vivek -- The hidden harmony is better than the obvious!! ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpyper

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-10 Thread Kenneth Gonsalves
On Saturday 10 Oct 2009 8:09:17 pm Vivek Khurana wrote: > On Sat, Oct 10, 2009 at 7:59 PM, Carl Karsten wrote: > > I have done 2 php pages and a bunch of python. My guess is PHP makes > > it easier to write vulnerable code, but I am really going on on a limb > > here, so I'll not try to support

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-10 Thread Noufal Ibrahim
On Sat, Oct 10, 2009 at 7:59 PM, Carl Karsten wrote: [..] > I need to inject... > > The line should be: > > cursor.execute(query, ('burger', '2009-09-10 12:00:00')) Ah. Then it's just a case of the API doing the quoting internally which points to a better API than a better language. > and to kee

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-10 Thread Vivek Khurana
On Sat, Oct 10, 2009 at 7:59 PM, Carl Karsten wrote: > > I have done 2 php pages and a bunch of python.  My guess is PHP makes > it easier to write vulnerable code, but I am really going on on a limb > here, so I'll not try to support this notion. +1 PHP indeed makes it easier to write vulnerable

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-10 Thread Carl Karsten
On Sat, Oct 10, 2009 at 9:03 AM, Noufal Ibrahim wrote: > On Sat, Oct 10, 2009 at 12:31 PM, Anand Balachandran Pillai > wrote: > [..] >>    For example, this is a very common way of doing a select using PHP. >> >>   $query = "SELECT * FROM products WHERE name=’$productname’"; >>    mysql_query($qu

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-10 Thread Noufal Ibrahim
On Sat, Oct 10, 2009 at 12:31 PM, Anand Balachandran Pillai wrote: [..] >    For example, this is a very common way of doing a select using PHP. > >   $query = "SELECT * FROM products WHERE name=’$productname’"; >    mysql_query($query); > >   Only that this kind of SQL is very vulnerable to SQL i

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-10 Thread Anand Balachandran Pillai
Hi, On Sat, Oct 10, 2009 at 10:46 AM, Noufal Ibrahim wrote: > 0 day Django exploit in the wild - > http://news.ycombinator.com/item?id=872533 > http://www.djangoproject.com/weblog/2009/oct/09/security/ > > Fixed rather quickly but found rather late. One of the reasons is > probably because of th

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-09 Thread Kenneth Gonsalves
On Saturday 10 Oct 2009 10:46:49 am Noufal Ibrahim wrote: > 0 day Django exploit in the wild - > http://news.ycombinator.com/item?id=872533 > http://www.djangoproject.com/weblog/2009/oct/09/security/ cool - now that django *has* security problems, more people will be comfortable in using it ;-) >

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-09 Thread Noufal Ibrahim
0 day Django exploit in the wild - http://news.ycombinator.com/item?id=872533 http://www.djangoproject.com/weblog/2009/oct/09/security/ Fixed rather quickly but found rather late. One of the reasons is probably because of the comparatively smaller user base. If Django had the same number of users

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-09 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 4:23:30 pm Vivek Khurana wrote: > On Wed, Oct 7, 2009 at 4:09 PM, Kenneth Gonsalves wrote: > > http://demo.ilugc.org.in > > and > > http://demo.ilugc.in > > The drupal site is looking more pleasing. And it is not that you have > to spend sleepless nights. One upgrade a mon

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-08 Thread Vivek Khurana
On Wed, Oct 7, 2009 at 4:09 PM, Kenneth Gonsalves wrote: > > http://demo.ilugc.org.in > and > http://demo.ilugc.in The drupal site is looking more pleasing. And it is not that you have to spend sleepless nights. One upgrade a month is more than sufficient to keep system up to date (you will need

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-08 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 3:41:38 pm Vivek Khurana wrote: > On Wed, Oct 7, 2009 at 3:16 PM, Kenneth Gonsalves wrote: > > django, plone has about one issue every two years - usually minor and not > > affecting anything critical. There is something radically wrong in a > > software that gets one core

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-08 Thread Vivek Khurana
On Wed, Oct 7, 2009 at 3:16 PM, Kenneth Gonsalves wrote: > > django, plone has about one issue every two years - usually minor and not > affecting anything critical. There is something radically wrong in a software > that gets one core critical issue a month (even then drupal is better than > word

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Anand Balachandran Pillai
On Thu, Oct 8, 2009 at 5:01 AM, Kenneth Gonsalves wrote: > On Wednesday 07 Oct 2009 3:38:25 pm Noufal Ibrahim wrote: > > On Wed, Oct 7, 2009 at 3:16 PM, Kenneth Gonsalves > > wrote: [..] > > > > > django, plone has about one issue every two years - usually minor and > not > > > affecting anythin

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 3:38:25 pm Noufal Ibrahim wrote: > On Wed, Oct 7, 2009 at 3:16 PM, Kenneth Gonsalves > wrote: [..] > > > django, plone has about one issue every two years - usually minor and not > > affecting anything critical. There is something radically wrong in a > > software that get

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Kadambari Devarajan
Hi All, On Wed, Oct 7, 2009 at 6:47 AM, Kenneth Gonsalves wrote: > cool - I wish your conference all the best, > Thank you. > but I have a serious beef. I would suggest that before spreading python > around the world, you could take a fewdays off and spread python around your > team. The post

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Pradeep Gowda
On Wed, Oct 7, 2009 at 2:37 PM, Pradeep Gowda wrote: >> On Wed, Oct 7, 2009 at 3:32 PM, Anand Chitipothu >> wrote: >> [..] >>> If there are good CMS softwares in Python then why nobody in this >>> group hasn't named a single one other than Plone? >> [..] > > There is Skeletonz http://orangoo.com

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Pradeep Gowda
> On Wed, Oct 7, 2009 at 3:32 PM, Anand Chitipothu wrote: > [..] >> If there are good CMS softwares in Python then why nobody in this >> group hasn't named a single one other than Plone? > [..] There is Skeletonz http://orangoo.com/skeletonz/ Which is pretty "user friendly" from the demos I see.

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Anand Chitipothu
On Wed, Oct 7, 2009 at 3:44 PM, Noufal Ibrahim wrote: > On Wed, Oct 7, 2009 at 3:32 PM, Anand Chitipothu wrote: > [..] >> If there are good CMS softwares in Python then why nobody in this >> group hasn't named a single one other than Plone? > [..] > > Perhaps not a general drupal like CMS but inf

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Noufal Ibrahim
On Wed, Oct 7, 2009 at 3:32 PM, Anand Chitipothu wrote: [..] > If there are good CMS softwares in Python then why nobody in this > group hasn't named a single one other than Plone? [..] Perhaps not a general drupal like CMS but infogami which you work on is surely an option? -- ~noufal http://n

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Noufal Ibrahim
On Wed, Oct 7, 2009 at 12:44 PM, Vivek Khurana wrote: > On Wed, Oct 7, 2009 at 10:05 AM, Kenneth Gonsalves wrote: >> >> I am not objecting to their choice of CMS, I am objecting to the blog post - >> which clearly sends the message that 'python sucks'. > >  Python do sucks when it comes to having

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Noufal Ibrahim
On Wed, Oct 7, 2009 at 3:16 PM, Kenneth Gonsalves wrote: [..] > django, plone has about one issue every two years - usually minor and not > affecting anything critical. There is something radically wrong in a software > that gets one core critical issue a month (even then drupal is better than > w

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Noufal Ibrahim
On Wed, Oct 7, 2009 at 4:10 PM, Madhusudan C.S wrote: [..] > Thanks for clarifying. We(The Python group of the FOSSEE team) have been > looking at this thread and the thread on Scipy India 2009 - SciPy.in. > > I don't want to make any comments on the exchanges in the threads. > > This is a blog po

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Anand Balachandran Pillai
On Wed, Oct 7, 2009 at 5:20 PM, Noufal Ibrahim wrote: > On Wed, Oct 7, 2009 at 4:44 PM, Asokan Pichai wrote: > [..] > > And equally inappropriate are the comments along the lines of 'for > > propagating python how can you use drupal?' because the site is for > > more than python and that is expl

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Noufal Ibrahim
On Wed, Oct 7, 2009 at 4:44 PM, Asokan Pichai wrote: [..] > And equally inappropriate are the comments along the lines of 'for > propagating python how can you use drupal?' because the site is for > more than python and that is explained in the first page. [..] Like I said earlier, selection of a

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Noufal Ibrahim
On Wed, Oct 7, 2009 at 3:54 PM, Anand Chitipothu wrote: [..] > Btw, some part or whole of scipy.in is running on Django. [..] Scipy.in is in django fossee.in is drupal Details here http://fossee.in/blog/Drupal -- ~noufal http://nibrahim.net.in ___ Ban

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 4:44:10 pm Asokan Pichai wrote: > All the comments about the appropriateness of drupal for a python > conference site are misguided--because the conference site __is__ in > django. incidentally there is a readymade locally available conference management software made in

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 4:44:10 pm Asokan Pichai wrote: > It is as much your assumption that KG's one line comment referred to > scipy.in that started this. And the first page of fossee.in explains > that python is only one of the components of the project. my objection was not to the use of drup

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 4:36:36 pm Anand Balachandran Pillai wrote: > wrote: > > Thanks for clarifying. We(The Python group of the FOSSEE team) have been > > looking at this thread and the thread on Scipy India 2009 - SciPy.in. > > > > I don't want to make any comments on the exchanges in the thre

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Asokan Pichai
Dear Anand, It is as much your assumption that KG's one line comment referred to scipy.in that started this. And the first page of fossee.in explains that python is only one of the components of the project. All the comments about the appropriateness of drupal for a python conference site are mis

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Anand Balachandran Pillai
On Wed, Oct 7, 2009 at 4:10 PM, Madhusudan C.S wrote: > > > Thanks for clarifying. We(The Python group of the FOSSEE team) have been > looking at this thread and the thread on Scipy India 2009 - SciPy.in. > > I don't want to make any comments on the exchanges in the threads. > > This is a blog pos

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 4:27:36 pm Anand Chitipothu wrote: > >> Possible. But writing a software requires time and you need to maintain > >> it. > > > > how much time? I wrote and deployed the ilugc.org.in site in two hours > > and deployed it in 10 minutes and I can happily sleep at night because

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Anand Chitipothu
>> >> Possible. But writing a software requires time and you need to maintain it. > > how much time? I wrote and deployed the ilugc.org.in site in two hours and > deployed it in 10 minutes and I can happily sleep at night because I know > there will be no need for security patches and maintainence.

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 4:00:59 pm Anand Chitipothu wrote: > > I'm sure many people on this list have rolled their own blogs, etc > > perhaps combining some existing apps for the purpose (My blog > > http://www.rajeevsebastian.com uses lifeflow with some custom mods and > > a custom skin). > > Pos

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 3:57:14 pm Anand Chitipothu wrote: > > because plone is a killer app and has killed all the other python CMS's > > So you agreed to my point. > > 1. Plone is difficult to customize customise as in maybe interfacing it with an RDBMS - otherwise it is dead easy to add new a

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Madhusudan C.S
Hello everyone, > > On Wed, Oct 7, 2009 at 3:41 PM, Anand Balachandran Pillai > wrote: > > > > > > On Wed, Oct 7, 2009 at 3:26 PM, Anand Chitipothu > > wrote: > >> > >> > django, plone has about one issue every two years - usually minor and > >> > not > >> > affecting anything critical. There is

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Anand Balachandran Pillai
On Wed, Oct 7, 2009 at 3:54 PM, Anand Chitipothu wrote: > > > This is what is said in the Django FAQ also. > > Be practical. You are asking to write a Django application and start > customizing it by writing code and take the headache of maintaining > it? > It is super-easy to write CMS-y app

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Rajeev J Sebastian
On Wed, Oct 7, 2009 at 4:00 PM, Anand Chitipothu wrote: >> >> I think its because its just so damn easy to roll-your-own that it >> doesnt matter. >> >> I'm sure many people on this list have rolled their own blogs, etc >> perhaps combining some existing apps for the purpose (My blog >> http://www

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Anand Chitipothu
> > I think its because its just so damn easy to roll-your-own that it > doesnt matter. > > I'm sure many people on this list have rolled their own blogs, etc > perhaps combining some existing apps for the purpose (My blog > http://www.rajeevsebastian.com uses lifeflow with some custom mods and > a

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Anand Chitipothu
On Wed, Oct 7, 2009 at 3:48 PM, Kenneth Gonsalves wrote: > On Wednesday 07 Oct 2009 3:32:33 pm Anand Chitipothu wrote: >> >   +1. You got to be a forgiving Solomon to remain so cool after reading >> > that post and I am not one when it comes to rants which are baseless. If >> > you agree with the

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Rajeev J Sebastian
On Wed, Oct 7, 2009 at 3:48 PM, Kenneth Gonsalves wrote: > On Wednesday 07 Oct 2009 3:32:33 pm Anand Chitipothu wrote: >> >   +1. You got to be a forgiving Solomon to remain so cool after reading >> > that post and I am not one when it comes to rants which are baseless. If >> > you agree with the

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Anand Chitipothu
On Wed, Oct 7, 2009 at 3:41 PM, Anand Balachandran Pillai wrote: > > > On Wed, Oct 7, 2009 at 3:26 PM, Anand Chitipothu > wrote: >> >> > django, plone has about one issue every two years - usually minor and >> > not >> > affecting anything critical. There is something radically wrong in a >> > so

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 3:32:33 pm Anand Chitipothu wrote: > > +1. You got to be a forgiving Solomon to remain so cool after reading > > that post and I am not one when it comes to rants which are baseless. If > > you agree with the poster that there are no good CMS in Python, then it > > is you

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 3:26:38 pm Anand Chitipothu wrote: > > django, plone has about one issue every two years - usually minor and not > > affecting anything critical. There is something radically wrong in a > > software that gets one core critical issue a month (even then drupal is > > better t

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Rajeev J Sebastian
On Wed, Oct 7, 2009 at 3:44 PM, Anand Balachandran Pillai wrote: >   -1. Not a great way to build software. I wonder what they will >   end up with. You might end up with some-thing half-assed that >   is neither Drupal nor Python. > >  Instead of doing line by line, do it at module level and with

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Anand Balachandran Pillai
On Wed, Oct 7, 2009 at 3:39 PM, Rajeev J Sebastian < rajeev.sebast...@gmail.com> wrote: > On Wed, Oct 7, 2009 at 3:32 PM, Anand Chitipothu > wrote: > > You may not agree to the view that Python doesn't have good CMS > > softwares. But saying that there is good CMS in python doesn't mean > > "pyth

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Anand Balachandran Pillai
On Wed, Oct 7, 2009 at 3:26 PM, Anand Chitipothu wrote: > > django, plone has about one issue every two years - usually minor and not > > affecting anything critical. There is something radically wrong in a > software > > that gets one core critical issue a month (even then drupal is better > than

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Rajeev J Sebastian
On Wed, Oct 7, 2009 at 3:32 PM, Anand Chitipothu wrote: > You may not agree to the view that Python doesn't have good CMS > softwares. But saying that there is good CMS in python doesn't mean > "python sucks". > > If there are good CMS softwares in Python then why nobody in this > group hasn't nam

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Anand Chitipothu
>> That's how I read it as well but given the large number of web >> frameworks and CMSs for Python, this decision of theirs is going to >> come up repeatedly during their efforts. Also, the tone of that page >> was quite provocative. > >   +1. You got to be a forgiving Solomon to remain so cool af

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Anand Chitipothu
> django, plone has about one issue every two years - usually minor and not > affecting anything critical. There is something radically wrong in a software > that gets one core critical issue a month (even then drupal is better than > wordpress that churns out such things 2 or 3 times a month). Dj

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 1:58:17 pm Vivek Khurana wrote: > On Wed, Oct 7, 2009 at 1:12 PM, Kenneth Gonsalves wrote: > > On Wednesday 07 Oct 2009 12:44:33 pm Vivek Khurana wrote: > > > > if it has matured, how come there are still at least one critical > > security issue per month? > > Good questi

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Vivek Khurana
On Wed, Oct 7, 2009 at 1:12 PM, Kenneth Gonsalves wrote: > On Wednesday 07 Oct 2009 12:44:33 pm Vivek Khurana wrote: > > if it has matured, how come there are still at least one critical security > issue per month? Good question... would you point me to a software that doesnt have security issue

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 10:31:10 am Noufal Ibrahim wrote: > On Mon, Oct 5, 2009 at 6:13 PM, Kadambari Devarajan > > wrote: > > Greetings, > > > > The first "Scientific Computing with Python" conference in India > > (http://scipy.in) will be held from December 12th to 17th, 2009 at the > > Technop

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Noufal Ibrahim
On Mon, Oct 5, 2009 at 6:13 PM, Kadambari Devarajan wrote: > Greetings, > > The first "Scientific Computing with Python" conference in India > (http://scipy.in) will be held from December 12th to 17th, 2009 at the > Technopark in Trivandrum, Kerala, India (http://www.technopark.org/). 5 days wort

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 12:44:33 pm Vivek Khurana wrote: > On Wed, Oct 7, 2009 at 10:05 AM, Kenneth Gonsalves wrote: > > I am not objecting to their choice of CMS, I am objecting to the blog > > post - which clearly sends the message that 'python sucks'. > > Python do sucks when it comes to hav

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-07 Thread Vivek Khurana
On Wed, Oct 7, 2009 at 10:05 AM, Kenneth Gonsalves wrote: > > I am not objecting to their choice of CMS, I am objecting to the blog post - > which clearly sends the message that 'python sucks'. Python do sucks when it comes to having a CMS. I am yet to find a decent CMS in python that gives me e

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-06 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 9:48:35 am Anand Chitipothu wrote: > > and spread FUD about plone, but is also a slap in the face for all of us > > who are engaged in python advocacy. > > I think they have done a quite good job of picking a random CMS and > not wasting their valuable time in implementing

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-06 Thread Anand Balachandran Pillai
On Wed, Oct 7, 2009 at 9:58 AM, Noufal Ibrahim wrote: > On Wed, Oct 7, 2009 at 9:48 AM, Anand Chitipothu > wrote: > [..] > > They are only advocating Python for scientific community and not for > > web frameworks or CMSs. > > They are only expressing that there is no good CMS in Python. If you >

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-06 Thread Shivaraj M S
> However, if someone will cover my plane ticket and hotel > room . Forgive me if I am being typical... Do you mean MHRD, India by "someone"? -- View this message in context: http://www.nabble.com/-ANN--X-Post--SciPy-India-conference-in-Dec.-2009-tp25770133p25781043.html Sent from the Bang

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-06 Thread Noufal Ibrahim
On Wed, Oct 7, 2009 at 9:48 AM, Anand Chitipothu wrote: [..] > They are only advocating Python for scientific community and not for > web frameworks or CMSs. > They are only expressing that there is no good CMS in Python. If you > read it as "Python sucks", then it is your problem. [..] That's ho

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-06 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 10:15:36 am Anand Chitipothu wrote: > > I am not objecting to their choice of CMS, I am objecting to the blog > > post - which clearly sends the message that 'python sucks'. > > They only cribbed about Plone, Pinax and Django-cms. I can't see > anything in that blog post th

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-06 Thread Anand Chitipothu
> I am not objecting to their choice of CMS, I am objecting to the blog post - > which clearly sends the message that 'python sucks'. They only cribbed about Plone, Pinax and Django-cms. I can't see anything in that blog post that sounds as "python sucks". Did I miss anything? Can you please tell

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-06 Thread Kenneth Gonsalves
On Wednesday 07 Oct 2009 9:48:35 am Anand Chitipothu wrote: > > and spread FUD about plone, but is also a slap in the face for all of us > > who are engaged in python advocacy. > > I think they have done a quite good job of picking a random CMS and > not wasting their valuable time in implementing

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-06 Thread Anand Chitipothu
> cool - I wish your conference all the best, but I have a serious beef. I would > suggest that before spreading python around the world, you could take a few > days off and spread python around your team. The post: >  http://fossee.in/whydrupal > > has not only exposed the abysmal ignorance of the

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-06 Thread Kenneth Gonsalves
On Monday 05 Oct 2009 6:13:09 pm Kadambari Devarajan wrote: > The first "Scientific Computing with Python" conference in India ( > http://scipy.in) will be held from December 12th to 17th, 2009 at the > Technopark in Trivandrum, Kerala, India (http://www.technopark.org/). cool - I wish your confer

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-06 Thread Carl Karsten
On Tue, Oct 6, 2009 at 10:03 AM, Anil wrote: > I so wanted to attend this too bad... I have my exams... :( > where will the PyCon vids be put up? Forgive me if I am being typical... but if you mean these: http://pycon.blip.tv there they are. if you mean videos from scipy.in, I don't know if they

Re: [BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-06 Thread Anil
I so wanted to attend this too bad... I have my exams... :( where will the PyCon vids be put up? Kadambari Devarajan wrote: Greetings, The first "Scientific Computing with Python" conference in India (http://scipy.in ) will be held from December 12th to 17th, 2009 at the Te

[BangPypers] [ANN][X-Post] SciPy India conference in Dec. 2009

2009-10-06 Thread Kadambari Devarajan
Greetings, The first "Scientific Computing with Python" conference in India ( http://scipy.in) will be held from December 12th to 17th, 2009 at the Technopark in Trivandrum, Kerala, India (http://www.technopark.org/). The theme of the conference will be "Scientific Python in Action" with respect