Re: [BangPypers] 2-cent Tip: Load modules at Startup

2009-10-23 Thread steve
On 10/23/2009 12:48 PM, Noufal Ibrahim wrote: On Fri, Oct 23, 2009 at 12:41 PM, steve wrote: [..] Of course all this also comes built-in with the Ipython environment, but I never really got hooked on to that. [..] Do you have any reasons why? It's praised a lot in some circles but I got a l

[BangPypers] chennaipy meets

2009-10-23 Thread Kenneth Gonsalves
just a reminder for those in this list who may be in Chennai today: http://groups.google.com/group/chennaipy/web/meeting-on-24th-october -- regards Kenneth Gonsalves Senior Project Officer NRC-FOSS http://nrcfosshelpline.in/web/ ___ BangPypers mailing l

Re: [BangPypers] Opensolaris sessions on Saturday at 3 pm at Thoughtworks Bangalore

2009-10-23 Thread Sriram Narayanan
On Fri, Oct 23, 2009 at 9:06 PM, Anand Balachandran Pillai wrote: > >  I was thinking of a laid back saturday, you have ruined it :-) >  I will be there, especially for session (2). > >  +1 I'm convinced that you'll enjoy session 1 even more, since you'll realize that you can now dtrace python c

Re: [BangPypers] Opensolaris sessions on Saturday at 3 pm at Thoughtworks Bangalore

2009-10-23 Thread Anand Balachandran Pillai
On Fri, Oct 23, 2009 at 8:46 PM, Sriram Narayanan wrote: > Folks: > > We're conducting a number of sessions tomorrow on some opensolaris > technologies. > > Based on a survey that I had put out, the following are the topics > that we'll cover: > > 1. Observing and investigating processes using Dtr

[BangPypers] Opensolaris sessions on Saturday at 3 pm at Thoughtworks Bangalore

2009-10-23 Thread Sriram Narayanan
Folks: We're conducting a number of sessions tomorrow on some opensolaris technologies. Based on a survey that I had put out, the following are the topics that we'll cover: 1. Observing and investigating processes using Dtrace - Pradhap Devarajan, Sun Microsystems 2. What's exciting about the ZF

Re: [BangPypers] 2-cent Tip: Load modules at Startup

2009-10-23 Thread Noufal Ibrahim
On Fri, Oct 23, 2009 at 12:41 PM, steve wrote: [..] > Of course all this also comes built-in with the Ipython environment, but I > never really got hooked on to that. [..] Do you have any reasons why? It's praised a lot in some circles but I got a lot of negative comments about it on the #python

Re: [BangPypers] 2-cent Tip: Load modules at Startup

2009-10-23 Thread steve
On 10/22/2009 07:41 PM, Noufal Ibrahim wrote: On Thu, Oct 22, 2009 at 6:43 PM, Amit Saha wrote: Hello: I have been using CPython as a calculator, while I do all those number crunching in C. SO, 'import math' is a must. This is what I did: - Create a file: .pythonrc in my $HOME and place