Re: [BangPypers] IDEs Presentation (was Re: Do we have any NetBeans IDE for Python users here?)

2009-03-01 Thread Noufal Ibrahim
On Mon, Mar 2, 2009 at 11:18 AM, Anand Chitipothu wrote: > > I've used reportlab to make pdfs using Python and serve them off a > > webserver. Extremely easy to use and very feature rich. I don't know > about > > interfacing with LaTeX... > > Report Lab doesn't work well with Indian Scripts. Ah.

Re: [BangPypers] IDEs Presentation (was Re: Do we have any NetBeans IDE for Python users here?)

2009-03-01 Thread Anand Chitipothu
> I've used reportlab to make pdfs using Python and serve them off a > webserver. Extremely easy to use and very feature rich. I don't know about > interfacing with LaTeX... Report Lab doesn't work well with Indian Scripts. ___ BangPypers mailing list Ba

Re: [BangPypers] IDEs Presentation (was Re: Do we have any NetBeans IDE for Python users here?)

2009-03-01 Thread Anand Chitipothu
On Mon, Mar 2, 2009 at 11:01 AM, Mandar Gokhale wrote: > @Anand Did this involve interfacing LaTeX with Python, or was it purely in > Python? (Guess the former is more interesting, the latter more difficult) Yes. I used Latex too. Puzzle generation and puzzle to image conversion were done in Pyt

Re: [BangPypers] IDEs Presentation (was Re: Do we have any NetBeans IDE for Python users here?)

2009-03-01 Thread Noufal Ibrahim
On Mon, Mar 2, 2009 at 11:01 AM, Mandar Gokhale wrote: > @Anand Did this involve interfacing LaTeX with Python, or was it purely in > Python? (Guess the former is more interesting, the latter more difficult) :P > I've used reportlab to make pdfs using Python and serve them off a webserver. Extre

Re: [BangPypers] IDEs Presentation (was Re: Do we have any NetBeans IDE for Python users here?)

2009-03-01 Thread Mandar Gokhale
@Anand Did this involve interfacing LaTeX with Python, or was it purely in Python? (Guess the former is more interesting, the latter more difficult) :P Regards, Mandar > > > I did some work a generating puzzles. The goal was to run a script and > get PDF as output. > > I faced lot of challenge

Re: [BangPypers] IDEs Presentation (was Re: Do we have any NetBeans IDE for Python users here?)

2009-03-01 Thread Anand Chitipothu
> I'm guessing that there are some people around who are capable of presenting > some stuff on web development frameworks (say... web.py? *wink* *wink*). If > they're willing, we'd have two nice presentations lined up for next month. > :) I can do a presentation of web.py, but I can do some thing

Re: [BangPypers] IDEs Presentation (was Re: Do we have any NetBeans IDE for Python users here?)

2009-03-01 Thread Kiran Jonnalagadda
On Fri, Feb 27, 2009 at 3:10 PM, Lakshman Prasad wrote: > For all professional python developers, I think Wing IDE is simply the > choice, because it is the best IDE out there. +1 for WingIDE Pro. I just upgraded my license from 2.x Mac to 3.x Linux and I couldn't be happier. -- Kiran Jonnalag

Re: [BangPypers] Django site : FossConf -> PyCon

2009-03-01 Thread Senthil Kumaran
On Sun, Mar 1, 2009 at 12:15 PM, Kenneth Gonsalves wrote: > clarification: I am the main developer and am still around - the rest of the > team has vanished ... I just checked the source code. It is well written one. It is neatly organized and I like the localization aspect of it. +1 for using th

Re: [BangPypers] Questions regarding Image cropping

2009-03-01 Thread Senthil Kumaran
On Sun, Mar 1, 2009 at 1:25 PM, Arunabha Adhikari wrote: > trying to write a code in python for my own research which involves a little > image processing. All I need to do is to display an image and then select a > region of interest using my mouse and finally crop out the selected region. > I ca

Re: [BangPypers] Questions regarding Image cropping

2009-03-01 Thread Bharath Keshav
If you want to make an editor which does this, then you may want to take a look at javascript libraries which provide such functionalities. It's a very easily pluggable module from YUI javascript library which allows you to crop with a very easy interface. Here is an example : http://developer.yaho

Re: [BangPypers] Questions regarding Image cropping

2009-03-01 Thread Noufal Ibrahim
Hello, On Sun, Mar 1, 2009 at 1:25 PM, Arunabha Adhikari wrote: > Dear friends, > > I am a beginner in Python programming. I am not a computer professional I am > a physicist. I was trying to write a code in python for my own research > which involves a little image processing. All I need to do i