Re: [BangPypers] Python companies

2008-11-13 Thread Banibrata Dutta
If you don't mind working for startups, visit any of the Startup job boards s.a. the ones at plugged.in or venturewoods.org etc., and I'm sure you'd be grabbed soon... On Fri, Nov 14, 2008 at 10:36 AM, leela vadlamudi <[EMAIL PROTECTED] > wrote: > Hi all, > > I am a python programmer looking for

Re: [BangPypers] Django on Windows XP

2008-12-07 Thread Banibrata Dutta
Google generally leads you too all answers anyway, and it's a gr8 idea to check there first.Via google, I found this: http://thinkhole.org/wp/2006/04/03/django-on-windows-howto/ On Mon, Dec 8, 2008 at 11:37 AM, Hussain Bohra <[EMAIL PROTECTED]>wrote: > Hi All, > > I am supposed to make a small ap

Re: [BangPypers] python

2009-01-09 Thread Banibrata Dutta
On Sat, Jan 10, 2009 at 1:40 AM, Pradeep Gowda wrote: > > > On Fri, Jan 9, 2009 at 2:20 PM, (श्री) Sreekanth B wrote: > >> hi kenneth, >> what u said may not be really true there are thousands out there >> in France and Germany who cannot even write a sentence in English;-) >> > > > That's be

Re: [BangPypers] Python use in IT service sector

2009-01-11 Thread Banibrata Dutta
Actually SciLab is also a fairly popular alternative, as I'm told. This blog post describes the options for you: http://www.morlok.net/ryan/2006/11/01/open-source-matlab-alternatives/ Note that, your mileage may vary ! On Mon, Jan 12, 2009 at 10:20 AM, Aditya Lal wrote: > An open source alterna

Re: [BangPypers] Do we have any NetBeans IDE for Python users here?

2009-02-27 Thread Banibrata Dutta
Having not done any worth-mention active coding in past 2years, this is what I write from memory :-) OO Modelling and Visual Development, especially in terms of "free" UML modelling support, in Netbeans 6.0/6.1 was far better than what was available 'back-then' with Eclipse (I am talking of "free"

Re: [BangPypers] Open source India

2009-02-27 Thread Banibrata Dutta
On Fri, Feb 27, 2009 at 5:14 PM, Ramdas S wrote: > > Btw the Barcamp guys had offered to actually host a Python conference > within their unconference. So that could also be a start. Someone need to > hook up > I was just about to suggest holding a Python-track within BCB8, when I saw this post.

Re: [BangPypers] Open source India

2009-02-27 Thread Banibrata Dutta
On Fri, Feb 27, 2009 at 5:19 PM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > Hi, > > On Fri, Feb 27, 2009 at 5:14 PM, Ramdas S wrote: > > Last time when we tried which was 2 years back, we actually had three to > > four sponsors willing to cough up something like 10-20 K each which w

Re: [BangPypers] Open source India

2009-02-27 Thread Banibrata Dutta
On Fri, Feb 27, 2009 at 6:38 PM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > On Fri, Feb 27, 2009 at 5:51 PM, Banibrata Dutta > wrote: > > > > > Obviously, it'd be pointless to call a track in Barcamp -- PyCon or > PyCamp. > > Why not use t

Re: [BangPypers] UML <=> Python...and other things...

2009-03-07 Thread Banibrata Dutta
On Sun, Mar 8, 2009 at 3:25 AM, Vishal wrote: > Hi, > Does anyone know of a tool that can produce Python code from UML diagrams? > Never used personally, but found few moments back -- 'Gaphor' ( http://gaphor.devjavu.com/) I know that BOUML is superfast and is quite

Re: [BangPypers] UML <=> Python...and other things...

2009-03-07 Thread Banibrata Dutta
On Sun, Mar 8, 2009 at 9:12 AM, Banibrata Dutta wrote: > On Sun, Mar 8, 2009 at 3:25 AM, Vishal wrote: > >> Hi, >> Does anyone know of a tool that can produce Python code from UML diagrams? >> > > Never used personally, but found few moments back -- 'Gaphor

Re: [BangPypers] UML <=> Python...and other things...

2009-03-08 Thread Banibrata Dutta
On Mon, Mar 9, 2009 at 10:33 AM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > On Sun, Mar 8, 2009 at 3:25 AM, Vishal wrote: > > Hi, > > Does anyone know of a tool that can produce Python code from UML > diagrams? > > Is something of this sort being added to NetBeans? > > Or is it that

Re: [BangPypers] UML <=> Python...and other things...

2009-03-09 Thread Banibrata Dutta
BOUML, and it's creator, Bruno, both are amazing. For those who have not known Bruno, he is a 1 man army. Even if you don't do any UML/OOD-RevEngg, I encourage people to try out BOUML (esply if you've used other leading commercial OOD tools). The speed, size and overall functionality of BOUML blows

Re: [BangPypers] Implementing Protocol Sniffer in Python.

2009-03-09 Thread Banibrata Dutta
Hi 'Learning Python': It'd be much better you appeared to have a usual name :-) ... people like responding to human beings with names. You would need 2 things:-- 1) way to sniff packets off the network. one (common) way to do it is to use LibPCAP (Wireshark, Ethereal, Tcpdump... all of those FOSS

Re: [BangPypers] Good Python training in blr

2009-06-15 Thread Banibrata Dutta
On Tue, Jun 16, 2009 at 10:13 AM, Kenneth Gonsalves wrote: > On Tuesday 16 June 2009 07:56:08 Senthil Kumaran wrote: > > On Mon, Jun 15, 2009 at 12:35:23PM +0530, Srijayanth Sridhar wrote: > > > Hello, > > > > > > Are there any good python training programs in Bangalore? Can anybody > > > point me

Re: [BangPypers] Good Python training in blr

2009-06-16 Thread Banibrata Dutta
On Tue, Jun 16, 2009 at 11:02 AM, jayasimha makineni < jayasimha.makin...@gmail.com> wrote: > > Let us train more programmers who can truly be *programmers*. Python is How do you make that decision ? Is there an objective set of criterion ? > perhaps the best vehicle for that journey. My under

Re: [BangPypers] How can I read an excel sheet using python ?

2008-04-28 Thread Banibrata Dutta
Did you try to "google" ?? Plz try it... throws up lots of useful answers. http://mail.python.org/pipermail/python-list/2003-July/214704.html On 4/28/08, sambasivareddy <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > Need help on "How can I read an excel sheet using python"? > > If any one ha

Re: [BangPypers] BangPypers Digest, Vol 8, Issue 15

2008-04-30 Thread Banibrata Dutta
As Rohan mentions... "Be careful: do not mix tabs and spaces in a code block;" It is one of the first pitfalls a Python newbie comes-accross, if you do not use a good Python source editor / IDE. There are some file editors that do automatic indentation by "tab" insertion while writing code, but w

Re: [BangPypers] BangPypers Digest, Vol 8, Issue 15

2008-05-05 Thread Banibrata Dutta
I've been using the FOSS "PyScripter" albeit (I think) it is available only on Windows. It's very snappy, easy to use, easy to configure etc. On 5/6/08, Sridhar Ratnakumar <[EMAIL PROTECTED]> wrote: > On Mon, May 5, 2008 at 7:09 PM, Siddharta <[EMAIL PROTECTED]> wrote: > > > Wing is just way bette

Re: [BangPypers] BangPypers Digest, Vol 8, Issue 15

2008-05-05 Thread Banibrata Dutta
"PyScripter" does all the above... so does "Bric", "Komodo", "Emacs", "Eclipse with the plugin" etc. IMHO, at the end of the day, we use what you are most comfortable with, and what works for us.. :-) On 5/6/08, Siddharta <[EMAIL PROTECTED]> wrote: > The problem I have with stand alone editors i

Re: [BangPypers] BangPypers Digest, Vol 9, Issue 10

2008-05-09 Thread Banibrata Dutta
be prepared for atleast 20 odd suggestions... :-) you didn't mention which OS you are working on... on Windows, I use PyScripter... but Idle is also okay (though I like PyScripter better). on Linux you have lots of options, eric4, BoaConstructor, ... , emacs (of course), Vim -- not an IDE but a lo

Re: [BangPypers] FAQ

2008-05-09 Thread Banibrata Dutta
Added 2 ides' to BangPypers @ wiki.python.org On 5/10/08, Pradeep Gowda <[EMAIL PROTECTED]> wrote: > > > On 09-May-08, at 10:28 PM, Pradeep Gowda wrote: > >> >> http://bangpypers.jottit.com/ >> Its a wiki, as simple as it can get. >> >> > Oh, I forgot all about our wiki on python.org.. > http://wi

Re: [BangPypers] FAQ

2008-05-09 Thread Banibrata Dutta
I have put into this page. > http://wiki.python.org/moin/BangPypers/PythonEditors > > Gave links to the IDEs and Editor's page from the python.org wiki itself. > > Hope that covers PyScripter and PythonWin also. > > > THanks and best regards, > Vishal > > On Sat

Re: [BangPypers] Python Web development collaterals...

2008-07-24 Thread Banibrata Dutta
On your Windows plaf. you could start by installing ActivePython from ActiveState website It comes with SQLlite (Python2.6's default packaging)... and should be good enough to get you going for some basic DB apps. You could download/install Django as well... for some web-framework development.

Re: [BangPypers] Python Web development collaterals...

2008-07-24 Thread Banibrata Dutta
s you say, this simplistic anti-framework might be a better place to start. On 7/24/08, Pradeep Gowda <[EMAIL PROTECTED]> wrote: > > > On Jul 24, 2008, at 10:11 AM, Banibrata Dutta wrote: > > On your Windows plaf. you could start by installing ActivePython from >> Active

Re: [BangPypers] Python Web development collaterals...

2008-07-24 Thread Banibrata Dutta
Reddit itself moved to Django after Aaron left. On 7/24/08, Anand Chitipothu <[EMAIL PROTECTED]> wrote: > > On Thu, Jul 24, 2008 at 9:14 PM, Banibrata Dutta > <[EMAIL PROTECTED]> wrote: > > Spent the last 30 mins looking at webpy. At the outset, looks pretty &

Re: [BangPypers] Python Web development collaterals...

2008-07-24 Thread Banibrata Dutta
Obviously I'm speaking amongst experts and hard core Pythonistas, however just sharing a point of view here ... with no intention of doing "webpy" bashing or anything like that... On 7/24/08, Pradeep Gowda <[EMAIL PROTECTED]> wrote: > On Jul 24, 2008, at 11:44 A

Re: [BangPypers] Python Web development collaterals...

2008-07-24 Thread Banibrata Dutta
On 7/24/08, Pradeep Gowda <[EMAIL PROTECTED]> wrote: > > On Jul 24, 2008, at 12:17 PM, Banibrata Dutta wrote: > >> >> http://news.ycombinator.com/item?id=34576 says that Reddit itself moved >> to Django after Aaron left. >> > > > Its pylons not dja

Re: [BangPypers] Python Web development collaterals...

2008-07-25 Thread Banibrata Dutta
On 7/24/08, Anand Chitipothu <[EMAIL PROTECTED]> wrote: > > However the status of Infogami and Webpy seem to be a bit dissapointing > in > > the sense that the most prolific and original developer is no longer > > maintaining either of those. It's a shame... looked like something that > has > > lo

Re: [BangPypers] Python Web development collaterals...

2008-07-25 Thread Banibrata Dutta
For a moment you had me guessing & blinking as to what the response was all about :-) !! On 7/25/08, Pradeep Gowda <[EMAIL PROTECTED]> wrote: > > > On Jul 25, 2008, at 3:35 AM, Banibrata Dutta wrote: > >> Yup. I generally trust Ohloh's analysis -- whil

Re: [BangPypers] need for project detail

2008-08-25 Thread Banibrata Dutta
Why does it sound so much like a home-work question ? Dear Shanmuga this is a Python programming/user's group, and most such groups shun upon home-work questions being asked. Use your favorite browser to first understand the technologies involved. Wikipedia is also a very good resource. Once you'v

Re: [BangPypers] py2exe

2008-09-20 Thread Banibrata Dutta
py2exe doesn't cross-compile (rather cross-package+stub) ... it's available only on Windows. On Sat, Sep 20, 2008 at 9:25 PM, Mahaboob subhan <[EMAIL PROTECTED]>wrote: > we can install py2exe only in windows, > it's not available for Linux . > > meaning we can't install py2exe in Linux > > any ot

Re: [BangPypers] py2exe

2008-09-20 Thread Banibrata Dutta
On Sun, Sep 21, 2008 at 10:27 AM, Noufal Ibrahim <[EMAIL PROTECTED]> wrote: > On Sun, Sep 21, 2008 at 9:59 AM, Kiran Jonnalagadda <[EMAIL PROTECTED]>wrote: > >> On 20-Sep-08, at 10:25 PM, Noufal Ibrahim wrote: >> >> This does have some 'limitations' though. There are a lot of people who >>> just

Re: [BangPypers] GUI framework in Python...

2008-09-21 Thread Banibrata Dutta
Reposting an interesting thread-head, from another Python list... (orig author is Todd Whitman): I've put together a tutorial that shows off how to build a GUI application using XULRunner (same architectural components as Firefox uses) that can be used in conjunction with the Python programming la

Re: [BangPypers] Suggest me for Desktop development

2008-11-03 Thread Banibrata Dutta
Can't it be extended to non-Windows platforms using Mono ? On Mon, Nov 3, 2008 at 10:03 PM, Sridhar Ratnakumar <[EMAIL PROTECTED] > wrote: > IronPython is good for Windows-only apps. Here is a tutorial to get > started - http://www.voidspace.org.uk/ironpython/winforms/index.shtml > > IronPython c