Re: [BangPypers] [JOB] Python/Django Internship position

2012-07-12 Thread Noufal Ibrahim
Prashanth munichli...@gmail.com writes: On Thu, Jul 12, 2012 at 10:53 PM, Puneet Aggarwal look4pun...@gmail.com wrote: Looking for Fresh college graduates for Internship position at Noida. We are a internet based startup started by IIT, BITS alumnus. *sigh* one more of a IIT BITS IIM

Re: [BangPypers] Job list

2012-07-03 Thread Noufal Ibrahim
meetup in their office :)'. So, let this serve as a benefit to everyone. Cheers, Deepak On Tue, Jul 3, 2012 at 5:24 AM, Noufal Ibrahim nou...@nibrahim.net.inwrote: Having lots of job postings is a good sign of a healthy community. However, it does dilute the list a little. Sidu suggested

[BangPypers] Job list (was: [JOB] Aspirae Bangalore)

2012-07-02 Thread Noufal Ibrahim
Having lots of job postings is a good sign of a healthy community. However, it does dilute the list a little. Sidu suggested a separate bangalore-python-jobs (or something similar) list. What's the general opinion? -- Cordially, Noufal http://nibrahim.net.in

Re: [BangPypers] virdual drive

2012-06-29 Thread Noufal Ibrahim
Nitin Kumar nitin.n...@gmail.com writes: Hi All, I want to create a virtual drive (floppy or CD) on my machine using Python. Can anyone please suggest me? What platform? -- Cordially, Noufal http://nibrahim.net.in ___ BangPypers mailing list

Re: [BangPypers] virdual drive

2012-06-29 Thread Noufal Ibrahim
Nitin Kumar nitin.n...@gmail.com writes: windows 7/xp [...] That's out of my province but I expect you'll have to tie into the file system drivers to implement something like this and that's not something you do in pure python. You'll either have to implement some low level parts in C and then

Re: [BangPypers] Python script to limit access to Internet...

2012-06-27 Thread Noufal Ibrahim
Vishal vsapr...@gmail.com writes: Hello, I would like to limit internet access at my home, for some computers. Basically for a given time during the day (read schedule), I wish that the a given computer should not be able to access the internet. However, the computer is still connected to

Re: [BangPypers] Python script to limit access to Internet...

2012-06-27 Thread Noufal Ibrahim
Kenneth Gonsalves law...@gmail.com writes: [...] but one thing, networks where you rely on the dhcp server on the router are highly unsafe. Please avoid them. Why so? -- Cordially, Noufal http://nibrahim.net.in ___ BangPypers mailing list

Re: [BangPypers] Help On Paramiko

2012-06-19 Thread Noufal Ibrahim
Fabric is a library built on paramiko that gives you abstractions so that you don't have to worry about things at such a fine grained level. Perhaps you should try using that. nikunj.badja...@emc.com writes: Howdy All, I am trying to use paramiko to automate logging in to remote unix

Re: [BangPypers] Today's BangPypers meetup at Servelots

2012-06-16 Thread Noufal Ibrahim
Excellent! Thanks for the write up Baiju. I remember we started a Bangpypers blog. Maybe someone can post this precis there? I had a doctors appointment today so couldn't make it. Baiju M baiju.m.m...@gmail.com writes: Hi All, We had a great time today at BangPypers meetup in Servelots.

Re: [BangPypers] Today's BangPypers meetup at Servelots

2012-06-16 Thread Noufal Ibrahim
Deepak Garg deepakgarg.i...@gmail.com writes: [...] I met a no. of new folks, some of them are contributing actively in open source. It will be nice to hear something from them in the next meetup. Also, if someone can share and present on Python C bindings, it will be gr8. [...] I have

Re: [BangPypers] June Meetup

2012-06-05 Thread Noufal Ibrahim
I'm not sure where K.R. Road is but I'd +1 this. A new venue is always interesting. Arvind K arvindkha...@gmail.com writes: On Jun 4, 2012 2:23 PM, Deepak Garg deepakgarg.i...@gmail.com wrote: Hi All, I have scheduled the June meetup on June 16, the third Saturday in this month. The

Re: [BangPypers] converting python to assembly..

2012-06-02 Thread Noufal Ibrahim
Vishal vsapr...@gmail.com writes: [...] I think the main point of doing a Python-to-C conversion followed by creation of a dll which is re-imported into Python is performance. Obfuscation is a by-product of this process. But if code-protection is more paramount...it can be the considered

Re: [BangPypers] ASynK - Flexible PIM synchronization across Google Contacts, Outlook, Emacs BBDB

2012-06-01 Thread Noufal Ibrahim
Sriram Karra karra@gmail.com writes: I am the author of a Python program called ASynK which I initially wrote to do bi-directional sync between Outlook contacts and Google. I have since rewritten and expanded it to do sync with Emacs BBDB as well. Currently it's the only program in

Re: [BangPypers] Python/Perl Scripting resource

2012-05-24 Thread Noufal Ibrahim
Senthil Kumaran sent...@uthcode.com writes: Hello Harpal, When you said resource, I thought you were looking for a book. Looks like you are looking for a developer. May I suggest you use the proper terminology in emails? It's an abstraction a lot of companies use for person employed by the

Re: [BangPypers] May meetup - Agenda discussion

2012-05-13 Thread Noufal Ibrahim
It would be useful to post a Date : Venue : Agenda: type email a week or so before the meetup. Baiju M baiju.m.m...@gmail.com writes: Hi Anand, We would be happy to host BangPypers meeting at ZeOmega. We will meet in the same room where we met in January. This is the address:

Re: [BangPypers] New format to python bangpypers

2012-05-12 Thread Noufal Ibrahim
kracethekingmaker kracethekingma...@gmail.com writes: Hello BangPypers Every month there is a BangPypers meetup, from the past emails and conversations, I find it as full of small intro and talks, but I have a new idea. Rather than having a talk, all people come with their meetup and

Re: [BangPypers] Https and http difference in behaviour urllib2

2012-05-08 Thread Noufal Ibrahim
Vishal vsapr...@gmail.com writes: http://docs.python-requests.org/en/latest/index.html This page mentions both: - underlying urllib3 (the line just before Testimonials) - Thread Safety (last point in Features) I am ** predicting ** that Requests will go into the std-lib very soon :))

Re: [BangPypers] Handling bit sized fields in network headers

2012-05-04 Thread Noufal Ibrahim
Balachandran Sivakumar benignb...@gmail.com writes: Hi, What is the best way to handle bit sized fileds in network headers, if the data is binary ? The struct module doesn't support sizes in bits, and I have scenarios where there are fields of 2 bits, 3 bits and 5 bits in size.

Re: [BangPypers] Game programming with Python

2012-04-23 Thread Noufal Ibrahim
I bought a copy of http://www.apress.com/9781590598726 a few years ago and loved it. That's my reference for PyGame. Vinayak Hegde vinay...@gmail.com writes: Noufal gave a nice talk on Game programming with Pygame. Here are two more free (as in freedom and beer) books on Game programming

Re: [BangPypers] April Meetup

2012-04-19 Thread Noufal Ibrahim
development in general) - Noufal Ibrahim * An introduction to ZeroMQ - Yeswanth Thats looks good. Anand ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers -- ~noufal http://nibrahim.net.in

Re: [BangPypers] April Meetup

2012-04-19 Thread Noufal Ibrahim
Deepak Garg deepakgarg.i...@gmail.com writes: Hi Yeswanth, Thanks for letting us know. I will edit the agenda accordingly. In this case I can give a presentation on using Fabric for Django deployment in AWS/Cloud. Noufal, please confirm if you will be giving the talk. I can give a

Re: [BangPypers] April Meetup

2012-04-18 Thread Noufal Ibrahim
Deepak Garg deepakgarg.i...@gmail.com writes: HI Anand, I had created this group before I learned about the BangPypers ML. I have changed the meetup name to BangPypers April Meetup: http://www.meetup.com/Bangalore-Python-Developers-Group/events/61065672/ but I am afraid I don't think we

Re: [BangPypers] April Meetup

2012-04-18 Thread Noufal Ibrahim
Deepak Garg deepakgarg.i...@gmail.com writes: I would still like to keep 'Introduction' to be non-optional. [...] Please share your views. -1. -- ~noufal http://nibrahim.net.in I'd give my right arm to be ambidextrous. ___ BangPypers mailing

Re: [BangPypers] April Meetup

2012-04-11 Thread Noufal Ibrahim
Anand Chitipothu anandol...@gmail.com writes: On Wed, Apr 11, 2012 at 9:38 PM, Baiju M baiju.m.m...@gmail.com wrote: When is our April meeting ?  Location and date ? Date: April 22 - 3:00PM Venue: not finalized yet [...] If InMobi is fine, let's finalise that and fix it shall we? --

Re: [BangPypers] Python for a college kid..

2012-03-29 Thread Noufal Ibrahim
Bhavya bhavya.ma...@gmail.com writes: Hello everyone, I am looking for some information advice on Python jobs internships in Bangalore. My brother will be passing out of college with a degree in information science engineering this semester. Unfortunately, his grades are bad. I work

Re: [BangPypers] April meetup

2012-03-27 Thread Noufal Ibrahim
I myself could speak about either pygame (game development in general) or on the Python C API. -- ~noufal http://nibrahim.net.in I distinctly remember forgetting that. -Clara Barton ___ BangPypers mailing list BangPypers@python.org

Re: [BangPypers] April meetup

2012-03-27 Thread Noufal Ibrahim
Vinayak Hegde vinay...@gmail.com writes: Can I vote ? +1 for pygame. Would also like to hear experiences of people who went to Pycon this month. [...] I think a lot of people are interested in Anand's topic. Perhaps we should prioritise that and if there's time, I can speak a little about

Re: [BangPypers] Industrial Control Systems in Python

2012-03-26 Thread Noufal Ibrahim
Vishal vsapr...@gmail.com writes: [...] Noufal, I would like to use a regular x86 processor with Linux (stripped down)... to avoid recompiling Python itself...to avoid one more variable in the entire process. What was the processor/OS combination you mentioned earlier ? In my case, it was

Re: [BangPypers] Industrial Control Systems in Python

2012-03-26 Thread Noufal Ibrahim
Vishal vsapr...@gmail.com writes: [...] 1) The scenario you describe is very close to what we would like to have...except that I wish to have an SBC running the actual control code in Python and a small micro-controller board to manage peripherals like ADC and PWM pins...that would

Re: [BangPypers] Maintaining dev and prod env alike

2012-03-25 Thread Noufal Ibrahim
kracethekingmaker kracethekingma...@gmail.com writes: Hi I am using git. I do dev in my localhost and prod env is my web server, I don't have test env. My issue is my model has db params, so param are different in both env, so every time I pull and change db param, I dont think so this is

Re: [BangPypers] Maintaining dev and prod env alike

2012-03-25 Thread Noufal Ibrahim
kracethekingmaker kracethekingma...@gmail.com writes: hi Hi I am using git. I do dev in my localhost and prod env is my web server, I don't have test env. My issue is my model has db params, so param are different in both env, so every time I pull and change db param, I dont think so

[BangPypers] April meetup

2012-03-25 Thread Noufal Ibrahim
Since there's still time for the meetup, I'd like to start a thread to discuss if anyone has ideas for a presentation. -- ~noufal http://nibrahim.net.in A verbal contract isn't worth the paper it's written on. Include me out. -Samuel Goldwyn ___

Re: [BangPypers] Industrial Control Systems in Python

2012-03-25 Thread Noufal Ibrahim
Vishal vsapr...@gmail.com writes: Hello, There is a need in our company to prototype some control systems in Python. These would be general industrial control systems. After this prototype is made, I was wondering it there would be a way to use the same code to actually do the control. Has

Re: [BangPypers] JOB - Senior Web Developer - Talented Team!

2012-03-16 Thread Noufal Ibrahim
Anand Balachandran Pillai abpil...@gmail.com writes: On Fri, Mar 16, 2012 at 11:30 AM, Kenneth Gonsalves law...@gmail.comwrote: On Fri, 2012-03-16 at 10:39 +0530, Anand Balachandran Pillai wrote: Ah well, that was supposed to go to the sender. My bad. Ignore it. welcome to the club Bad

Re: [BangPypers] [OT] Any Pythonistas in Central India (MP, CH)

2012-02-17 Thread Noufal Ibrahim
Richa Sinha richa.si...@globallogic.com writes: Hi Everyone, I am looking for Python Developers urgently. [...] Please start a different thread if you have a different topic. It's hard to follow conversations otherwise. -- ~noufal http://nibrahim.net.in Assume a virtue, if you have it

Re: [BangPypers] log and figure out what bits are slow and optimize them.

2012-02-10 Thread Noufal Ibrahim
Saju M sajup...@gmail.com writes: Hi, I want to log time taken to complete database requests inside a method/function using decorator . is it possible I think, i have to inject log code inside the method/fuctions or modify it. I wrote a decorator to log taken by a method/function to

Re: [BangPypers] log and figure out what bits are slow and optimize them.

2012-02-10 Thread Noufal Ibrahim
Saju M sajup...@gmail.com writes: Hi, Yes i saw profile module, I think, i have to do function call via cProfile.run('foo()') I know, we can debug this way. You should do this in development to identify pain points. The results might be interesting. But, I need a fixed logging system and

Re: [BangPypers] Guide to: Learning Python Decorators

2012-02-09 Thread Noufal Ibrahim
Saju M sajup...@gmail.com writes: New book : Guide to: Learning Python Decorators I am looking for PDF version of this book Amazon is only selling a Kindle version as far as I can see and I can't find it on Flipkart. The author has not made a PDF version available. [...] -- ~noufal

Re: [BangPypers] Python private coach?

2012-02-08 Thread Noufal Ibrahim
quantrum75 quantru...@yahoo.com writes: [...] The interested person would act as a coach to help me to progress to writing professional, COMPLETE software. [...] I think you'll benefit more from an internship at a company rather than a trainer to do this. Professional software is written

Re: [BangPypers] Python private coach?

2012-02-08 Thread Noufal Ibrahim
kracekumar ramaraju kracethekingma...@gmail.com writes: Hi The interested person would act as a coach to help me to progress to writing professional, COMPLETE software. [...] I think you'll benefit more from an internship at a company rather than a trainer to do this. Professional

Re: [BangPypers] Jan 2012 Meeting minutes

2012-01-31 Thread Noufal Ibrahim
to get students involved. - Setup a website (blog), twitter and facebook accounts so that people can stay notified. The website should have a page for employers too. Author: Noufal Ibrahim We now have a twitter handle(@bangpypers), a small blog( http://pybangalore.blogspot.in

Re: [BangPypers] How about meet-up

2012-01-23 Thread Noufal Ibrahim
Venkatraman S venka...@gmail.com writes: On Thu, Jan 19, 2012 at 7:33 PM, Baiju M baiju.m.m...@gmail.com wrote: On Thu, Jan 19, 2012 at 1:00 PM, Anand Chitipothu anandol...@gmail.com wrote: The meeting will be in Subhashri Pride building: ZeOmega Infotech Pvt. Ltd. Subhashri Pride, 4th

Re: [BangPypers] checking return status of 'ping' in windows

2012-01-21 Thread Noufal Ibrahim
Nikunj Badjatya nikunjbadja...@gmail.com writes: [...] Now, I was expecting the status in above snippet to hold '0' only in case of no. 3) But even when we have case 1), 'status' is holding '0'. i.e. The exit status of ping is 0, even when destination host is unreachable.! How do I

Re: [BangPypers] How about meet-up

2012-01-18 Thread Noufal Ibrahim
than just meet rarely. Ramjee Ganti gant...@gmail.com writes: Date : 21st Jan 2012 ? rAm i Think, i Wait, i Fast -- Siddhartha http://sodidi.ramjeeganti.com On Tue, Jan 17, 2012 at 10:26 AM, Noufal Ibrahim nou...@nibrahim.net.inwrote: Venkatraman S venka...@gmail.com writes: On Mon

Re: [BangPypers] getpython3

2012-01-18 Thread Noufal Ibrahim
Senthil Kumaran sent...@uthcode.com writes: On Wed, Jan 18, 2012 at 06:07:43PM +0530, Baishampayan Ghose wrote: That is not the one I started, this is a new one from Jesse Noller. getpython3.net I stopped as there was not any interest from the community. If anyone want to take over it, I

Re: [BangPypers] How about meet-up

2012-01-16 Thread Noufal Ibrahim
Sriram Narayanan sriram...@gmail.com writes: There's the Thoughtworks Koramangala office, for one. There's the TW office, ZeOmega which is more to the south side. If the C42 office is available, that's another venue in Indira Nagar. [...] -- ~noufal http://nibrahim.net.in If Roosevelt

Re: [BangPypers] How about meet-up

2012-01-16 Thread Noufal Ibrahim
Venkatraman S venka...@gmail.com writes: On Mon, Jan 16, 2012 at 9:39 PM, Noufal Ibrahim nou...@nibrahim.net.inwrote: That's swell. I think it would be nice to have the meeting at ZeOmega then. Been quiet sometime since i attended any conference/meetup; I will try

Re: [BangPypers] Truth Tests (bool)

2012-01-13 Thread Noufal Ibrahim
Sreenivas Reddy T thatiparthysreeni...@gmail.com writes: I would like to clear things here.I am assuming beginner as a common denominator to this post. len() method is just a shortcut to __len__ magic method .So when you call len() on your own container type ,it does not traverse whole

Re: [BangPypers] Truth Tests (bool)

2012-01-11 Thread Noufal Ibrahim
Senthil Kumaran sent...@uthcode.com writes: On Wed, Jan 11, 2012 at 09:49:58AM +0530, Noufal Ibrahim wrote: It is not clear what you want from your description. To check if a list is empty, see if len( list ) is zero. You don't want to do that. Your list might be a generator (unless you

Re: [BangPypers] Truth Tests (bool)

2012-01-10 Thread Noufal Ibrahim
Gora Mohanty g...@mimirtech.com writes: [...] It is not clear what you want from your description. To check if a list is empty, see if len( list ) is zero. [...] You don't want to do that. Your list might be a generator (unless you check for type which is a bad idea anyway) and lening that

Re: [BangPypers] python framework for android

2012-01-09 Thread Noufal Ibrahim
kracekumar ramaraju kracethekingma...@gmail.com writes: Hi If it has Java, why not use write the apps in Python using Jython? Frankly speaking Jython isn't that extensively used as JRuby. [...] Probably because CPython has *much* 3rd party libraries (and batteries) than does MRI/YARV

Re: [BangPypers] How about meet-up

2012-01-07 Thread Noufal Ibrahim
Sreenivas Reddy T thatiparthysreeni...@gmail.com writes: I would love to join, Has someone worked with pypy and intersted in sharing the experience? PyPy piqued my interest too.Read that guys at quora completely switched to PyPy. +1 for PyPy. [...] +1 for anything really. Is there

Re: [BangPypers] How about meet-up

2012-01-06 Thread Noufal Ibrahim
Sreenivas Reddy T thatiparthysreeni...@gmail.com writes: Guys, How about meet-up? Do you guys have any specific plans or schedule for this month's meet up. P.S: I have relocated to bangalore for good. [...] I think we can fix one for the 21st and just do it. I'm not sure how many

Re: [BangPypers] win32com.client.Dispatch

2011-12-27 Thread Noufal Ibrahim
Nitin Kumar nitin.n...@gmail.com writes: Hi All, Say I did x=win32com.client.Dispatch({6BF52A52-394A-11d3-B153-00C04F79FAA6}) where the clsid used is for window media palyer. Now if i do: dir(x) ['_ApplyTypes_', '_FlagAsMethod', '_LazyAddAttr_', '_NewEnum', '_Release_', '__AttrToID__',

Re: [BangPypers] Auto Login to Website and Capturing more details

2011-12-27 Thread Noufal Ibrahim
Nikunj Badjatya nikunjbadja...@gmail.com writes: [...] The link in the 'resp' is true to my knowledge. I checked it by logging in at diff times. Its coming the same every time and it is the link behind 'Account Information' which comes on the front page after logging in. When I open

Re: [BangPypers] golf problem

2011-12-26 Thread Noufal Ibrahim
Kenneth Gonsalves law...@gmail.com writes: [...] just curious - why do you and Noufal think this is a crude method? I don't like special casing stuff and the 3 selections outside the main flow sticks out in my solution. -- ~noufal http://nibrahim.net.in Parting is such sweet sorrow.

Re: [BangPypers] check printing with python

2011-12-26 Thread Noufal Ibrahim
Ramdas S ram...@gmail.com writes: Is there anyway to print a check online using Django/Python? I see a possibility of making PDF on the fly, and sending it to the printer, but I want some opinion I think you'd have best control with a PDF but it might also be possible to create the page in

Re: [BangPypers] check printing with python

2011-12-26 Thread Noufal Ibrahim
Ramdas S ram...@gmail.com writes: Is there anyway to print a check online using Django/Python? I see a possibility of making PDF on the fly, and sending it to the printer, but I want some opinion I think you'd have best control with a PDF but it might also be possible to create the page in

Re: [BangPypers] golf problem

2011-12-25 Thread Noufal Ibrahim
Kenneth Gonsalves law...@gmail.com writes: hi, a golf course has 18 holes. There are three types of hole - par 3, par 4 and par 5. For a certain type of tournament it is necessary to generate a random list of 6 holes. The only condition is that this list should contain at least one of each

Re: [BangPypers] Reading registry keys

2011-12-22 Thread Noufal Ibrahim
Nitin Kumar nitin.n...@gmail.com writes: Hi All, I am in learning phase to handle registry keys and manipulate it. I guess we can use winreg as well as win32com for the same purpose. can anyone please tell me the difference in their usage. winreg is a part of the standard library on

Re: [BangPypers] Auto Login to Website and Capturing more details

2011-12-22 Thread Noufal Ibrahim
Nikunj Badjatya nikunjbadja...@gmail.com writes: Hi All, I am trying to use Python power in my daily life. Do you have Airtel Broadband Connection ? YES / NO ? In either case..read on. ! I am trying to write a script which will automatically login to Airtel page

Re: [BangPypers] procmail and python

2011-12-21 Thread Noufal Ibrahim
Amit Sethi amit.pureene...@gmail.com writes: Has anybody here used some kind of python script with procmail . I want to set up a script that looks at a certain words in a mail and forwards it to users. However I am not able to understand how can I read the message in python script. The

Re: [BangPypers] procmail and python

2011-12-21 Thread Noufal Ibrahim
Amit Sethi amit.pureene...@gmail.com writes: I think I should mention that i am fetching mail from gmail. Is there an encryption that google uses . Also the mails are being received fine on mutt. Yes but if you're fetching them, then you've gotten that part working. How are you fetching your

Re: [BangPypers] colored o/p

2011-12-20 Thread Noufal Ibrahim
Nitin Kumar nitin.n...@gmail.com writes: Hi All, I am trying to format o/p (colored bold string) on console. say IDLE or python command prompt using python modules. You *can* use curses (or the newly released blessings[1]) library. There are also a few recipes on activestate to do this. I

Re: [BangPypers] Commenting code regions and indentation (Emacs, Python)

2011-12-08 Thread Noufal Ibrahim
Vikas BN vikas...@gmail.com writes: Hi All,   I use Emacs for my editing and python-mode.el specifically for python editing. The mode that's *not* part of Emacs. Correct?   However, I want to change the default behaviour of commenting regions in Emacs.   Currently, when I select a

Re: [BangPypers] virtual-python easy_install doubt

2011-12-07 Thread Noufal Ibrahim
Ashutosh Narayan aashutoshnara...@gmail.com writes: Yes, virtualenv is an extension of virtual-python. I can try that as well. But again my concern is why easy_install is not picking up the virtual environment that I have set to. Any pointers ? [...] I don't think anyone uses virtual-python

Re: [BangPypers] ElementTree object instance evaluates to False?

2011-12-05 Thread Noufal Ibrahim
Vikas BN vikas...@gmail.com writes: [...] Anyone else encountered this or even have any insights regarding this behaviour? I'm using Python2.7.2 on Linux if that matters. ElementTree's `Element` objects behave this way. The booleanness is not conformant to the rest of Python. I

Re: [BangPypers] Weird Try..Except Error

2011-11-25 Thread Noufal Ibrahim
nikunj.badja...@emc.com writes: [...] I checked the comma and spacing and didn't find any problem. Python 3's except statement is different[1] You should say except ImportError as err_msg Also, your error message is misleading. Best let the import error propagate. The traceback

Re: [BangPypers] continue in try..except

2011-11-21 Thread Noufal Ibrahim
nikunj.badja...@emc.com writes: Hey Philippe, Thanks exactly what I wanted. My main() is calling other scripts written in powershell(.PS1) using subprocess.call(). Will this mechanism work in that case also ? I mean will this resume the execution from the same place where it left off as

Re: [BangPypers] Hello // Intro

2011-11-18 Thread Noufal Ibrahim
bhuvan thaker bhuvan.tha...@gmail.com writes: Hello Everyone, I came across your group via Python.org. I have a query regarding application development. // I do not have a technology/engineering background and hence this questions. Please advice.. + What programming language is most

Re: [BangPypers] Import Error

2011-11-13 Thread Noufal Ibrahim
Subhodip Biswas subhodipbis...@gmail.com writes: Hi all, I am trying to install lxml in my windows box with jython 2.5.2. I can see a lxml egg folder in site packages under jython installation directory. However if I try to import lxml the following thing happens : load_dynamic is

[BangPypers] Fwd: Panel at PyCon US 2012 about the international Python community

2011-11-11 Thread Noufal Ibrahim
Is anyone from here planning to attend the PyCon in the US this year? This would be a nice forum to get some visibility and attention. Mike Müller mmuel...@python-academy.de writes: Hi PyCon India organizers, I submitted a proposal for a panel discussion at PyCon US 2012 in March 2012 in

[BangPypers] Pony mode

2011-11-10 Thread Noufal Ibrahim
If you're using Emacs and work with Django, you might find Pony mode[1] useful. It seems to be quite feature rich. Footnotes: [1] https://github.com/davidmiller/pony-mode -- ~noufal http://nibrahim.net.in Gentlemen, I want you to know that I am not always right, but I am never wrong.

Re: [BangPypers] Seeks Professional Guidance ?

2011-11-09 Thread Noufal Ibrahim
vishnu prasad vishnuprasadgad...@gmail.com writes: Hi to all Greetings from vishnu prasad gaddam, am working in call centre i would like to continue my carrer in open source especially in python language can u tell me python is related to web development how it is suppose to explore with

Re: [BangPypers] [chennaipy 1126] [XPost][Slightly OT] Could you share your experiences about Python Freelance programming, from a programmer's perspective

2011-11-03 Thread Noufal Ibrahim
Senthil Kumaran sent...@uthcode.com writes: [...] I can understand your situation. One possible suggestion is to pay well and hire smart students based upon their academic and project strengths and let them start new on whichever technologies you are using. The problem is that most

Re: [BangPypers] [chennaipy 1126] [XPost][Slightly OT] Could you share your experiences about Python Freelance programming, from a programmer's perspective

2011-10-31 Thread Noufal Ibrahim
Vishal vsapr...@gmail.com writes: Hello Everyone, I have a friend, who's finished his education and looking for work. He asked me about freelance programming and I had nothing to share with him. Thought of getting to know this mode of professional programming. I wouldn't recommend it for

Re: [BangPypers] [OT] Git training course

2011-10-20 Thread Noufal Ibrahim
Hello everyone, There are few more seats left for the course. If anyone here uses git or is interested in starting, do sign up and join us this weekend. The registration link is at http://git-training.doattend.com/ Thanks. Noufal Ibrahim nou...@gmail.com writes: Hello

Re: [BangPypers] File operations

2011-10-19 Thread Noufal Ibrahim
Shashidhar Paragonda shashidha...@gmail.com writes: Dear Python hackers, I have a text file and the contents are like : #( #resultToExportToCurveDistDialog ' -' #off) like same structure

Re: [BangPypers] File operations

2011-10-19 Thread Noufal Ibrahim
Shashidhar Paragonda shashidha...@gmail.com writes: Dear Noufal, Thanks for your reply I did in this way is it efficient way to achieve the same requirement Doesn't seem so to me. You're going over the lines of the file once without and two times within for each of those iterations. You

Re: [BangPypers] File operations

2011-10-19 Thread Noufal Ibrahim
Shashidhar Paragonda shashidha...@gmail.com writes: Hello Noufal I have tried your solution but i get invalid syntax for this line *with open() *I am using python 2.3.5 what could be the problem. You could simply use f = open(file.txt,r) instead. The with statement was added

Re: [BangPypers] Abstract base class in Djangi forms

2011-10-18 Thread Noufal Ibrahim
Asif Jamadar asif.jama...@rezayat.net writes: How can I use abstraction of base class in django forms? In models we need to set abstract=True so that we can access the base class fields, similarly what concept I should follow to use abstraction in django forms. I might be off on this since

Re: [BangPypers] Please update venue details

2011-10-17 Thread Noufal Ibrahim
vishnu prasad vishnuprasadgad...@gmail.com writes: Hi to all when and where the venue details of this user group will conduct please update ? [...] Nothing decided yet. -- ~noufal http://nibrahim.net.in Smoking is the leading cause of statistics.

Re: [BangPypers] webmail server

2011-10-13 Thread Noufal Ibrahim
Kenneth Gonsalves law...@gmail.com writes: [...] that is my problem - the default for roundcube is mysql, and am unable to configure it for postgresql without spending time on understanding how installing drivers for PHP works. And I do not want to spend that time for a one-off thing like

Re: [BangPypers] Read barcode input

2011-10-13 Thread Noufal Ibrahim
Asif Jamadar asif.jama...@rezayat.net writes: From the scanner. [...] This is not something django specific is it? My understanding is that 1. You'll have to configure your device to work with whatever OS your web client is running on. Not the machine where the Django app is running.

Re: [BangPypers] webmail server

2011-10-12 Thread Noufal Ibrahim
Kenneth Gonsalves law...@gmail.com writes: On Wed, 2011-10-12 at 18:01 +0530, Baishampayan Ghose wrote: Lamson - http://lamsonproject.org/ sorry - wrong question - I meant webmail client - like openwebmail. There was posterity[1] but it's no longer maintained. There are

Re: [BangPypers] Interesting library

2011-10-11 Thread Noufal Ibrahim
It does solve a problem but it's got it's own limitations which are sometimes annoying. s|s supr.e.etse...@gmail.com writes: Great starting point for writing a remote app installer. On Tue, Oct 11, 2011 at 5:06 PM, Ashutosh Narayan aashutoshnara...@gmail.com wrote: Hi, Came across this

[BangPypers] PyCon tutorial submission deadlines

2011-10-10 Thread Noufal Ibrahim
Hello everyone, There's 2 days left for the tutorial submission deadline for PyCon this year. It's a really great conference that's completely community driven and something worth attending if you're a pythonista. Accepted instructors receive an honorarium for their

Re: [BangPypers] When and where the user group meet will be held ?

2011-10-08 Thread Noufal Ibrahim
vishnu prasad vishnuprasadgad...@gmail.com writes: When and where the user group meet held in bangalore ? They're discussed and decided on this list. If you're a member, you'll know. what about the cost of the registration fees ? There is none. [...] -- ~noufal http://nibrahim.net.in

Re: [BangPypers] An interesting post on the next web app language

2011-10-08 Thread Noufal Ibrahim
Sriram Narayanan sriram...@gmail.com writes: http://seldo.com/weblog/2011/08/11/php_needs_to_die_what_will_replace_it [...] Thanks for the article. He does make some interesting points. I'm reminded though of Ian Bicking's old article on PHP

[BangPypers] [OT] Git training course

2011-10-07 Thread Noufal Ibrahim
Hello everyone, This is OT for the list but a lot of people expressed interest in this when I spoke to them at PyCon in Pune. I am offering a training on git on the 22nd and 23rd of October in Bangalore. The details are at

Re: [BangPypers] [OT] Git training course

2011-10-07 Thread Noufal Ibrahim
Kenneth Gonsalves law...@gmail.com writes: On Fri, 2011-10-07 at 13:59 +0530, Noufal Ibrahim wrote: [...] if you were to include something on mercurial, it would no longer be OT Arguably but I don't use hg. -- ~noufal http://nibrahim.net.in I distinctly remember forgetting that. -Clara

Re: [BangPypers] [OT] Git training course

2011-10-07 Thread Noufal Ibrahim
Kenneth Gonsalves law...@gmail.com writes: [...] I see some repos on bitbucket - you maintain them with hg-git? (a good topic that you could add) No. I can use basic hg (which is what I did to get those repositories). They were basically just bug fixes and things to send back to the original

Re: [BangPypers] Python3's Most Wanted!

2011-10-05 Thread Noufal Ibrahim
chetan giridhar cjgirid...@gmail.com writes: No, don't think so! Need to find another venue depending on number of people. On Wed, Oct 5, 2011 at 12:42 PM, Anand Balachandran Pillai abpil...@gmail.com wrote: Hi Chetan, On Wed, Oct 5, 2011 at 11:09 AM, chetan giridhar

Re: [BangPypers] Python3's Most Wanted!

2011-10-05 Thread Noufal Ibrahim
chetan giridhar cjgirid...@gmail.com writes: No, don't think so! Need to find another venue depending on number of people. [...] I think we can find a venue. It's not *too* hard. The problem is people to fill the place. -- ~noufal http://nibrahim.net.in Gentlemen, I want you to know that

[BangPypers] PyPy and Python3 (was: About pypy and bangpypers)

2011-10-03 Thread Noufal Ibrahim
One of the large problems which PyPy and other implementations are facing is Python 3 support[1]. If we can organise around this, I think it'd be a worthwhile goal and something good would come out of it. Opinions? Footnotes: [1] http://pypy.org/py3donate.html -- ~noufal

Re: [BangPypers] Python 3.2 and Django

2011-09-29 Thread Noufal Ibrahim
Hussain Bohra hussainbohra...@yahoo.com writes: Thanks Mr. Gora and Mr. Sreekanth ... Let me identify if any other MVC framework I can use along with python 3.2. [...] Is there some real need to use Python 3.2? Most frameworks and libraries support only the 2.x series. -- ~noufal

Re: [BangPypers] Creating windows installer

2011-09-26 Thread Noufal Ibrahim
Shashidhar Paragonda shashidha...@gmail.com writes: Hello Python hackers, I want to create windows installer (one) file which is combination of, Python v.2.4.4, Zope v2.8.11, Postgresql v8.1.x, and some Python dependency packages and Zope dependency packages.

Re: [BangPypers] About pypy and bangpypers

2011-09-26 Thread Noufal Ibrahim
Question is how do we go about it? Is there anyone on this list who has some experience with PyPy willing to talk about it? Or do we make out an agenda and plan? I'd hate to spend a few hours simply talking/hearing about what I've read on the net. -- ~noufal http://nibrahim.net.in Some

Re: [BangPypers] About pypy and bangpypers

2011-09-26 Thread Noufal Ibrahim
kracekumar ramaraju kracethekingma...@gmail.com writes: [...] I don't have any experience, but willing to spend time. 1. First lets start playing with PyPy and spend quite significant time with it. 2. Then hands on we can try running small apps or snippets in PyPy. [...] I was

Re: [BangPypers] About pypy and bangpypers

2011-09-25 Thread Noufal Ibrahim
So, now that PyCon is over, shall me make plans for this? -- ~noufal http://nibrahim.net.in I'll give you a definite maybe. -Samuel Goldwyn ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

<    1   2   3   4   5   6   7   8   9   >