Re: [BangPypers] about python code

2014-11-17 Thread Baiju M
I found this in my system, may be you are looking for this package:

$ apt-cache search opencv | grep python
python-opencv - Python bindings for the computer vision library


On Mon, Nov 17, 2014 at 3:01 PM, Jeffrey Jose  wrote:
> Your error says you don't have opencv python bindings or python can't find
> the bindings. The command you showed, however, tells me that you have
> opencv installed. Those 2 are different.
> On Nov 17, 2014 2:55 PM, "narayan naik"  wrote:
>
>> when I entered in terminal
>> nv@ubuntu:~$ pkg-config --modversion opencv
>> it shows like
>> 2.3.1
>>
>>
>> On Mon, Nov 17, 2014 at 2:51 PM, narayan naik 
>> wrote:
>>
>> > I am using ---Python 2.7.3 (default, Feb 27 2014, 20:00:17)  version
>> > operating system-ubuntu 12.04 LTS
>> > and also I have downloaded openCV
>> >
>> > On Mon, Nov 17, 2014 at 2:43 PM, L Radhakrishna Rao <
>> > satishsaga...@gmail.com> wrote:
>> >
>> >> Put entire details, have you downloaded cv2 module?
>> >>
>> >> What's the python version you are using, and the operating system?
>> >>
>> >> Thanks
>> >>
>> >> On Mon, Nov 17, 2014 at 2:30 PM, narayan naik > >
>> >> wrote:
>> >>
>> >> > hi,
>> >> >when I am running face detection code ,I am getting this error.
>> >> >
>> >> > Traceback (most recent call last):
>> >> >   File "/home/nv/read.py", line 2, in 
>> >> > import cv2
>> >> > ImportError: No module named cv2
>> >> > >>>
>> >> >
>> >> > please help me.
>> >> > ___
>> >> > BangPypers mailing list
>> >> > BangPypers@python.org
>> >> > https://mail.python.org/mailman/listinfo/bangpypers
>> >> >
>> >> ___
>> >> BangPypers mailing list
>> >> BangPypers@python.org
>> >> https://mail.python.org/mailman/listinfo/bangpypers
>> >>
>> >
>> >
>> ___
>> BangPypers mailing list
>> BangPypers@python.org
>> https://mail.python.org/mailman/listinfo/bangpypers
>>
> ___
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] "The Python I would like to see" - Armin Ronacher

2014-08-19 Thread Baiju M
On Tue, Aug 19, 2014 at 9:42 PM, Gora Mohanty  wrote:
> On 19 August 2014 21:24, Baiju M  wrote:
>>
>> I would like to add one point about deployment of large and complex
>> applications written in Python. Deployment of these types of applications
>> are very difficult in Python.
>
> Would you please elaborate on the difficulties? We are reasonably
> happy with AWS images to bootstrap the system, then virtualenv, pip,
> fabric and now ansible to deploy Django apps.

Using cloud based images, orchestration tools like Ansible, container
technologies like Docker all helps to make application deployment easier.
However, it's still complex compared to copying a single binary and running it.

>>I would love to install 
>> single statically
>> linked binaries for deployment. Building these binaries should be very fact
>> also, say less than 1 minute.
>
> Statically-linked binaries are so 1990s :-)

Modern languages like Rust ( http://www.rust-lang.org/ ) & Go (
http://golang.org/ )
seems to produce statically linked binaries by default.

>
>>   This is one of the reason I am 
>> getting
>> attracted to Golang :-)
>
> For me, the main attraction of Go is the concurrency features. Syntax still
> seems strange, though.

I felt Go more Pythonic :)

https://talks.golang.org/2012/zen.slide#1

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] "The Python I would like to see" - Armin Ronacher

2014-08-19 Thread Baiju M
I would like to add one point about deployment of large and complex
applications written in Python. Deployment of these types of applications
are very difficult in Python. I would love to install single statically
linked binaries for deployment. Building these binaries should be very fact
also, say less than 1 minute. This is one of the reason I am getting
attracted to Golang :-)

--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] PyCon India 2014: Nominations for the Kenneth Gonsalves 2014 Award

2014-08-16 Thread Baiju M
Yes, you can nominate more than one.

On Sat, Aug 16, 2014 at 2:58 PM, Anand Reddy Pandikunta
 wrote:
> Can I nominate two people?
>
>
> On Sat, Aug 16, 2014 at 10:49 AM, Baiju Muthukadan 
> wrote:
>
>> Hi All,
>>
>> We had made the first announcement regarding the Kenneth Gonsalves
>> 2014 award about a month ago.  It stirred up interesting discussions
>> within the Python community and had everyone looking out to find
>> worthy candidates for the award.
>>
>> Special people are rare, but we're sure there are plenty of them
>> around with India being such a huge country! So if you have not
>> already put in your nomination, this is a nudge to get you to look
>> around and find a deserving candidate.  Well, maybe you need not look
>> around but just look at yourself.  If you feel you have done your
>> share in growing and nurturing the Indian Python Community, please do
>> not hesitate to nominate yourself.
>>
>> Here is the nomination form:
>> (
>> https://docs.google.com/forms/d/1SEy0k4GxMIEJEY4vCXDCqxOSUQJZ7uIUeA0nf-EleMw/viewform?edit_requested=true
>> )
>>
>> Here is the blog post that we published regarding the announcement:
>>
>> http://in.pycon.org/2014/blog/nominations-open-for-the-kenneth-gonsalves-2014-award/
>>
>> Please note that the last date for submission is September 1st
>> midnight.  Do make sure you let us know your thoughts soon!
>>
>> --
>> Baiju M
>> ___
>> BangPypers mailing list
>> BangPypers@python.org
>> https://mail.python.org/mailman/listinfo/bangpypers
>>
>
>
>
> --
> - Anand Reddy Pandikunta
> www.avilpage.com
> www.quotes160.com
> ___
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] July BangPypers meetup videos

2014-07-19 Thread Baiju M
Hi,

I just uploaded Yesterday's meetup videos here (Talks):

https://www.youtube.com/watch?v=gNLFa9ZmWMA
https://www.youtube.com/watch?v=y0KLjTcBbow

I started uploading first 46 minutes of Workshop,
but uploading is not yet completed, if uploading
goes well in another few hours, it will be available here:
https://www.youtube.com/watch?v=Yr6pEEaYziQ

I hope Krace will publish a report in our blog here:
http://bangalore.python.org.in/

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Need help Extracting data properly in python

2014-02-20 Thread Baiju M
May be this one will be useful:
https://pypi.python.org/pypi/texttable

On Thu, Feb 20, 2014 at 2:26 PM, Abdul Muneer  wrote:
> There is an old python package which does it neatly
> http://www.astro.rug.nl/~breddels/python/tableio.html
>
> Regards,
> Abdul Muneer
>
> --
> Follow me on Twitter: @abdulmuneer 
>
>
> On Wed, Feb 19, 2014 at 5:59 PM, Kulkarni, Shreyas  wrote:
>
>> if this is a valid tab-seperated file, you could try parsing it using csv
>> module with dialect set to '\t' or 'excel-tab' maybe?
>>
>> shreyas
>>
>> On Feb 19, 2014, at 5:43 PM, "kamalakar06 ."  wrote:
>>
>> > I have a file like this(Tabular data) :
>> >
>> > 0 1   CEN/4 1.e33.000e3 4.000e-3
>> >  1.000e-3 3.000e3 5.000e3
>> >
>> >  112.000e3  3.000e4 6.000e3
>> >   1.000e4  1.000e4 1.000e5
>> >
>> >   12   1.00e4 1.000e5  1.000e6
>> >2.00e42.000e5  1.000e4
>> >
>> > 0 2  CEN/41.e33.000e3  4.000e-3
>> >1.000e-3 3.000e3  5.000e3
>> >
>> > 41   2.000e3  3.000e4 6.000e3
>> > 1.000e4  1.000e41.000e5
>> >
>> >  50  1.00e4 1.000e5  1.000e6
>> > 2.00e4 2.000e5  1.000e4
>> >
>> >
>> >
>> > I want to extract the data column wise. How do i do that
>> >
>> > My code is like this :
>> >
>> > import os
>> >
>> > f1=open('newdata1.txt','w')
>> > L = []
>> > for index, line in enumerate(open('Trial_1.txt','r')):
>> >#print index
>> >if index < 0: #skip first 5 lines
>> >continue
>> >else:
>> >line =line.split()
>> >L.append('%s\t%s\t %s\t %s\t%s\n' %(line[0],
>> > line[1],line[2],line[3],line[4]))
>> >
>> >
>> > f1.writelines(L)
>> >
>> > f1.close()
>> >
>> >
>> >
>> > Output looks like this:
>> >
>> > 0 1   CEN/4 1.e33.000e3
>> > 1.000e-3 3.000e3 5.000e3
>> >
>> >
>> > Now the code is not extracting the column data properly,since there is
>> tab
>> > space after first line . How to give tab space in python wherever space
>> is
>> > there to extract the data properly.Where to modify my code.
>> > ___
>> > BangPypers mailing list
>> > BangPypers@python.org
>> > https://mail.python.org/mailman/listinfo/bangpypers
>>
>> ___
>> BangPypers mailing list
>> BangPypers@python.org
>> https://mail.python.org/mailman/listinfo/bangpypers
>>
> ___
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Noob trying to get into python

2013-10-07 Thread Baiju M
Once you familiarised the basics of Python, try Python Koans:
https://github.com/gregmalcolm/python_koans

On Mon, Oct 7, 2013 at 3:18 PM, Avneesh Chadha  wrote:
> Hi,
> I have been working in java for the last 6 months, but really want to get
> into python .Could anyone point me to any open source project which could
> help me get relevant experience for a python based development.
>
> Thanks
> ___
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Fwd: How to do clustering in python.

2013-09-30 Thread Baiju M
On Mon, Sep 30, 2013 at 4:37 PM, uday sankar  wrote:
> Hi,
>
> I have a engine built in python. I implemented a webserver in python it
> will listen to the request sent and will responsed back with the necessary
> result. Now the problem is that I am able to run this engine in one node,
> if this node goes down engine will go down and we will not be able to run
> the application. Is there any way if one node goes down other node will
> process the request. How we can implement clustering and load balancing in
> python?. Please guide me how we can do this.

If the protocol is HTTP, you can use mod_proxy_balancer:
https://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html

--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] What are you using for developing desktop GUIs?

2013-09-26 Thread Baiju M
Here is a good documentation for Python bindings of GTK+ 3 bindings:
http://python-gtk-3-tutorial.readthedocs.org/en/latest/

On Fri, Sep 27, 2013 at 2:19 AM, Shabda Raaj  wrote:
> I am building my first desktop app with Python and I would like to get
> recommendation on what toolkit to use.
>
> I am planning to use either PyGTK or PyQT.
> (Are there anything else I should consider.)
>
> I see a lot of outdated, unmaintained tutorials about these. I am looking
> for modern, opinionated tutorials/books about GUI programming for Python.
>
> --
> Thanks,
> Shabda
>
> Agiliq.com - Building Amazing Apps
> agiliq.com/blog/ | github.com/agiliq
> US: +13152854388 | IN: +919949997612 | Skype: shabda.raaj
> Our Android Apps  | 
> Our
> iOS Apps 
> ___
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] September Bangpypers meetup

2013-09-24 Thread Baiju M
Hi,

We had a great BangPypers meetup last Saturday.  I have uploaded few
photos at meetup site (The photos are showing up in July meetup, can
someone change it to September meetup ?)

http://www.meetup.com/BangPypers/photos/16191232/285368942/#285368942

Around 30 people came for the meetup. It started at 3.00 pm and
finished at 6.00 pm.  We had some good talks.  If anyone has any
notes, please share.



On Sat, Sep 21, 2013 at 12:01 PM, Baiju M  wrote:
> BTW, the venue for today's meeting has been finalized and it was
> updated in the meetup site:
> http://www.meetup.com/BangPypers/events/125800202/
>
> Here is the address:
>
> ZeOmega Infotech Pvt. Ltd.
> "Subhashri Pride", 3rd Floor, South End Road,
> Basavanagudi, Bangalore-560-004
> (Just look for "Axis Bank", it's the same building)
>
> Those who are coming by bus from Majestic/K.R Market look for 15 or
> 210 buses with extension.
> You can get down at "Tata Silk Farm" bus stop.  Our office is just 2
> minutes walk-able from the
> bus stop.
>
> My mobile number: 9945973441
>
>
> On Wed, Sep 18, 2013 at 12:20 PM, kracekumar ramaraju
>  wrote:
>> Hi All
>>
>>  We have Bangpypers meetup on september from 3.00 PM to 6.00PM  -
>> http://www.meetup.com/BangPypers/events/125800202/. Unfortunately myself
>> and Anand are unavailable.
>>
>> We don't venue and co-ordinator. We have 96 RSVPS but can expect 20 - 40
>> people depending on the location. We are looking for organizer and venue.
>> Anyone up for it?
>>
>> --
>> *
>> Thanks & Regards
>>
>> "Talk is cheap, show me the code" -- Linus Torvalds
>> kracekumar
>> www.kracekumar.com
>> *
>> ___
>> BangPypers mailing list
>> BangPypers@python.org
>> https://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] September Bangpypers meetup

2013-09-20 Thread Baiju M
BTW, the venue for today's meeting has been finalized and it was
updated in the meetup site:
http://www.meetup.com/BangPypers/events/125800202/

Here is the address:

ZeOmega Infotech Pvt. Ltd.
"Subhashri Pride", 3rd Floor, South End Road,
Basavanagudi, Bangalore-560-004
(Just look for "Axis Bank", it's the same building)

Those who are coming by bus from Majestic/K.R Market look for 15 or
210 buses with extension.
You can get down at "Tata Silk Farm" bus stop.  Our office is just 2
minutes walk-able from the
bus stop.

My mobile number: 9945973441


On Wed, Sep 18, 2013 at 12:20 PM, kracekumar ramaraju
 wrote:
> Hi All
>
>  We have Bangpypers meetup on september from 3.00 PM to 6.00PM  -
> http://www.meetup.com/BangPypers/events/125800202/. Unfortunately myself
> and Anand are unavailable.
>
> We don't venue and co-ordinator. We have 96 RSVPS but can expect 20 - 40
> people depending on the location. We are looking for organizer and venue.
> Anyone up for it?
>
> --
> *
> Thanks & Regards
>
> "Talk is cheap, show me the code" -- Linus Torvalds
> kracekumar
> www.kracekumar.com
> *
> ___
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Question on FTP

2013-08-23 Thread Baiju M
On Fri, Aug 23, 2013 at 4:30 PM, davidsnt  wrote:
[...snip...]
> Is using retrbinary to download files of size >4GB is a good practice?

May be you can use wget/curl :
https://www.gnu.org/software/wget/
http://curl.haxx.se/

There is also a library also:
http://curl.haxx.se/libcurl/python/

--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [JOB] ZeOmega Hiring Freshers with Python skill

2013-08-22 Thread Baiju M
This particular announcement is for those with Python skill.

If you have more questions, let's discuss off list.

On Thu, Aug 22, 2013 at 3:02 PM, Abdul Gaffar  wrote:
> What if candidate does not have python skill and willing to learn it???
>
>
> On Thu, Aug 22, 2013 at 2:46 PM, Baiju M  wrote:
>
>> Not required for those with Python skill.
>>
>> On Thu, Aug 22, 2013 at 10:30 AM, Abdul Gaffar  wrote:
>> > @Baiju M: Is any referral required for this freshers drive???
>> >
>> >
>> > On Tue, Aug 13, 2013 at 5:35 PM, Baiju M  wrote:
>> >
>> >> Hi,
>> >>
>> >> ZeOmega is hiring Graduate Trainees as Software Developer - Trainee.
>> >> Fresher recruitment drive is organized on Saturday - 24 August 2013
>> >> at our Campus. Registration will be done from 9am to 11am followed
>> >> by written test.
>> >>
>> >> Venue Details:
>> >>
>> >> ZeOmega Infotech Pvt Ltd.,
>> >> No 20/21, Rajalakshmi Plaza
>> >> South End Road
>> >> Basavangudi
>> >> Bangalore – 560004
>> >>
>> >> Eligibility Criteria:
>> >>
>> >> # Only 2012 and 2013 freshers are eligible.
>> >> # BE/B Tech Graduates – Computer Science, Information Science,
>> >>   Electronics & Communication streams only with 70% or more aggregate.
>> >> # MCA/MSc CS – 2012/2013 batch with 70% or more aggregate.
>> >> # Aggregate of 70% or more is a mandate
>> >> # Python knowledge is an added advantage.
>> >>
>> >> Selection Process:
>> >>
>> >> # Technical and Aptitude Written Test
>> >> # Only shortlisted candidates from Written test will qualify
>> >>   for the Technical interviews which will happen the subsequent week.
>> >> # Selected candidates will be assigned as per the Business needs.
>> >>
>> >> Training on Joining:
>> >>
>> >> Successful candidates will undergo training on the required skills.
>> >>
>> >> Documents required at the Drive:
>> >>
>> >> # Candidate profile
>> >> # Marks sheets of Graduation along with 10th and 12th marks sheets
>> >> # Degree Certificate/ Provisional Degree Certificate
>> >> # Photo ID proof (Passport/ Driving License/ Voters ID Card)
>> >>
>> >> Important note:
>> >>
>> >> * Only shortlisted candidates from the Written Test will be notified
>> >> for further process.
>> >>
>> >> Please contact HR Department for clarification if any.
>> >>
>> >> (hr at zeomega.com)
>> >>
>> >> --
>> >> Baiju M
>> >> ___
>> >> BangPypers mailing list
>> >> BangPypers@python.org
>> >> http://mail.python.org/mailman/listinfo/bangpypers
>> >>
>> >
>> >
>> >
>> > --
>> > Thanks & Regards
>> > Abdul Gaffar
>> > ___
>> > BangPypers mailing list
>> > BangPypers@python.org
>> > http://mail.python.org/mailman/listinfo/bangpypers
>> ___
>> BangPypers mailing list
>> BangPypers@python.org
>> http://mail.python.org/mailman/listinfo/bangpypers
>>
>
>
>
> --
> Thanks & Regards
> Abdul Gaffar
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [JOB] ZeOmega Hiring Freshers with Python skill

2013-08-22 Thread Baiju M
Not required for those with Python skill.

On Thu, Aug 22, 2013 at 10:30 AM, Abdul Gaffar  wrote:
> @Baiju M: Is any referral required for this freshers drive???
>
>
> On Tue, Aug 13, 2013 at 5:35 PM, Baiju M  wrote:
>
>> Hi,
>>
>> ZeOmega is hiring Graduate Trainees as Software Developer - Trainee.
>> Fresher recruitment drive is organized on Saturday - 24 August 2013
>> at our Campus. Registration will be done from 9am to 11am followed
>> by written test.
>>
>> Venue Details:
>>
>> ZeOmega Infotech Pvt Ltd.,
>> No 20/21, Rajalakshmi Plaza
>> South End Road
>> Basavangudi
>> Bangalore – 560004
>>
>> Eligibility Criteria:
>>
>> # Only 2012 and 2013 freshers are eligible.
>> # BE/B Tech Graduates – Computer Science, Information Science,
>>   Electronics & Communication streams only with 70% or more aggregate.
>> # MCA/MSc CS – 2012/2013 batch with 70% or more aggregate.
>> # Aggregate of 70% or more is a mandate
>> # Python knowledge is an added advantage.
>>
>> Selection Process:
>>
>> # Technical and Aptitude Written Test
>> # Only shortlisted candidates from Written test will qualify
>>   for the Technical interviews which will happen the subsequent week.
>> # Selected candidates will be assigned as per the Business needs.
>>
>> Training on Joining:
>>
>> Successful candidates will undergo training on the required skills.
>>
>> Documents required at the Drive:
>>
>> # Candidate profile
>> # Marks sheets of Graduation along with 10th and 12th marks sheets
>> # Degree Certificate/ Provisional Degree Certificate
>> # Photo ID proof (Passport/ Driving License/ Voters ID Card)
>>
>> Important note:
>>
>> * Only shortlisted candidates from the Written Test will be notified
>> for further process.
>>
>> Please contact HR Department for clarification if any.
>>
>> (hr at zeomega.com)
>>
>> --
>> Baiju M
>> ___
>> BangPypers mailing list
>> BangPypers@python.org
>> http://mail.python.org/mailman/listinfo/bangpypers
>>
>
>
>
> --
> Thanks & Regards
> Abdul Gaffar
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] CBSE to teach introduction to python in class 11 and 12

2013-06-25 Thread Baiju M
Done.


On Tue, Jun 25, 2013 at 7:22 PM, Anand B Pillai  wrote:

> On Tuesday 25 June 2013 06:54 PM, Baiju M wrote:
> > Anand,
> >
> > I tried to "abpillai" in readthedocs.org, but it looks the ID doesn't
> exist.
> >
> Sorry, I didn't read through fully. Added "abpillai" at readthedocs.org.
> Kindly update.
>
> Regards,
>
> --Anand
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] CBSE to teach introduction to python in class 11 and 12

2013-06-25 Thread Baiju M
Anand,

I tried to "abpillai" in readthedocs.org, but it looks the ID doesn't exist.


On Mon, Jun 24, 2013 at 11:33 PM, Anand B Pillai <
anandpil...@letterboxes.org> wrote:

> On Monday 24 June 2013 08:20 AM, Baiju M wrote:
> > Hi Nithin,
> >
> > That's a good work!
> >
> > My idea about the website is to create content suitable for all kinds of
> > education
> > in India where Python is used.  Mostly the site will contains pointers to
> > other resources.
> > But we can also have self hosted content in the site.  The specific
> details
> > about the
> > site can be discussed in the tracker:
> > https://github.com/pythonindia/education/issues
> > Once Anand setup the domain, the site should be available here:
> > http://education.python.org.in/  As soon as we push the content to the
> git
> > repo,
> > the site will be automatically updated.  The site will be hosted at RTD:
> > https://readthedocs.org/
>
> I guess I joined the party late.
>
> +1 to everything discussed here including setting up the website.
> Baiju, if you don't mind kindly add me as admin with the name "abpillai"
> as well.
>
> I would like to contribute to the content of this site.
> >
> > I will update the README.txt file with these details.
> >
> > Let me know, if you have any other ideas.
> >
> >
>
> Regards,
>
> --Anand
>
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] CBSE to teach introduction to python in class 11 and 12

2013-06-23 Thread Baiju M
Hi Nithin,

That's a good work!

My idea about the website is to create content suitable for all kinds of
education
in India where Python is used.  Mostly the site will contains pointers to
other resources.
But we can also have self hosted content in the site.  The specific details
about the
site can be discussed in the tracker:
https://github.com/pythonindia/education/issues
Once Anand setup the domain, the site should be available here:
http://education.python.org.in/  As soon as we push the content to the git
repo,
the site will be automatically updated.  The site will be hosted at RTD:
https://readthedocs.org/

I will update the README.txt file with these details.

Let me know, if you have any other ideas.




On Sun, Jun 23, 2013 at 6:24 PM, Nitin Kumar  wrote:

> Hi All,
>
> I even started writing a book for the same long back.
> http://www.slideshare.net/nitinnitp/python-xi-copy
>
> But the bad news came by that time. CBSE announced that now it not only
> Python, we can opt between Python and C++ after big protest from schools.
>
> DAV already announced they will go with C++ only. I guess KV is also doing
> the same. Even school wont be able to get so much of teacher for Python
> (might be c++ teacher only go ahead and take Python).
>
> I even tried contacting many schools for free Python classes, but the reply
> was "we already have comp science teacher and we are sticking to c++ only"
> :)
>
>
> Nitin K
>
>
> On Sun, Jun 23, 2013 at 4:33 PM, Baiju M  wrote:
>
> > Hi Anand,
> >
> > I need some help with a domain & git repo for this project. I am thinking
> > to use  http://education.python.org.in
> > The git repo: https://github.com/pythonindia/education
> >
> > Please add my github Id to that repo: baijum
> >
> > Also please setup a CNAME as given here:
> >
> > http://read-the-docs.readthedocs.org/en/latest/alternate_domains.html
> >
> > Noufal, please send your RTD Id, so that I can add you as an admin.
> >  On Jun 23, 2013 2:25 PM, "Noufal Ibrahim" 
> wrote:
> >
> > > Baiju M  writes:
> > >
> > > > How about creating a website with resources for teachers and
> students?
> > > > BangPypers is one of the oldest Python community from India. So, I
> > > > think it would be great to do it as a community project. Anyone
> > > > interested ?
> > >
> > > I'm definitely interested. One of my plans since moving back to Kerala
> > > is to create something like this. I haven't had the time to brood over
> > > it yet though.
> > >
> > > [...]
> > >
> > >
> > > --
> > > Cordially,
> > > Noufal
> > > http://nibrahim.net.in
> > >
> > ___
> > BangPypers mailing list
> > BangPypers@python.org
> > http://mail.python.org/mailman/listinfo/bangpypers
> >
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] CBSE to teach introduction to python in class 11 and 12

2013-06-23 Thread Baiju M
BTW, the domain required is http://education.python.org.in


On Mon, Jun 24, 2013 at 8:06 AM, Baiju M  wrote:

> Thanks Anand for adding me to the "pythonindia" organization in Github !
>
> You can point the CNAME entry here: python-education-india.readthedocs.org
> .
>
> I have created a git repo with basic Sphinx ( http://sphinx-doc.org/ ) 
> template
> here:
> https://github.com/pythonindia/education
>
> Also I have created a Github team under "pythonindia" organization named:
> "Python for Education in India" This team has push/pull access to the above
> mentioned repo. These are the current team member Ids: baijum,  satyaakam,
> nibrahim
> If anyone else need direct push access, please let me know.  Otherwise you
> can send pull request, we will review and commit it.
>
> The license for the text will be under "Attribution-ShareAlike 3.0
> Unported":
> http://creativecommons.org/licenses/by-sa/3.0/
>
>
>
>
> On Sun, Jun 23, 2013 at 6:36 PM, Anand Chitipothu wrote:
>
>>
>> On Sun, Jun 23, 2013 at 4:33 PM, Baiju M  wrote:
>>
>>> Hi Anand,
>>>
>>> I need some help with a domain & git repo for this project. I am
>>> thinking to use  http://education.python.org.in
>>> The git repo: https://github.com/pythonindia/education
>>>
>>> Please add my github Id to that repo: baijum
>>>
>>> Also please setup a CNAME as given here:
>>>
>>> http://read-the-docs.readthedocs.org/en/latest/alternate_domains.html
>>>
>>> Noufal, please send your RTD Id, so that I can add you as an admin.
>>>
>>
>> Baiju,
>>
>> I've added you as admin to pythonindia org. You can now create your own
>> repos. Please let me know where the CNAME should be pointed to setup the
>> DNS.
>>
>> Anand
>>
>
>
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] CBSE to teach introduction to python in class 11 and 12

2013-06-23 Thread Baiju M
Thanks Anand for adding me to the "pythonindia" organization in Github !

You can point the CNAME entry here: python-education-india.readthedocs.org.

I have created a git repo with basic Sphinx ( http://sphinx-doc.org/ ) template
here:
https://github.com/pythonindia/education

Also I have created a Github team under "pythonindia" organization named:
"Python for Education in India" This team has push/pull access to the above
mentioned repo. These are the current team member Ids: baijum,  satyaakam,
nibrahim
If anyone else need direct push access, please let me know.  Otherwise you
can send pull request, we will review and commit it.

The license for the text will be under "Attribution-ShareAlike 3.0
Unported":
http://creativecommons.org/licenses/by-sa/3.0/




On Sun, Jun 23, 2013 at 6:36 PM, Anand Chitipothu wrote:

>
> On Sun, Jun 23, 2013 at 4:33 PM, Baiju M  wrote:
>
>> Hi Anand,
>>
>> I need some help with a domain & git repo for this project. I am thinking
>> to use  http://education.python.org.in
>> The git repo: https://github.com/pythonindia/education
>>
>> Please add my github Id to that repo: baijum
>>
>> Also please setup a CNAME as given here:
>>
>> http://read-the-docs.readthedocs.org/en/latest/alternate_domains.html
>>
>> Noufal, please send your RTD Id, so that I can add you as an admin.
>>
>
> Baiju,
>
> I've added you as admin to pythonindia org. You can now create your own
> repos. Please let me know where the CNAME should be pointed to setup the
> DNS.
>
> Anand
>
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] CBSE to teach introduction to python in class 11 and 12

2013-06-23 Thread Baiju M
+1 for this idea

I don't have much contact with government officials who works on education.
So, if anyone else can help here that would be great.


On Mon, Jun 24, 2013 at 7:15 AM, Anand Chitipothu wrote:

>
> On Sun, Jun 23, 2013 at 2:25 PM, Noufal Ibrahim wrote:
>
>> Baiju M  writes:
>>
>> > How about creating a website with resources for teachers and students?
>> > BangPypers is one of the oldest Python community from India. So, I
>> > think it would be great to do it as a community project. Anyone
>> > interested ?
>>
>> I'm definitely interested. One of my plans since moving back to Kerala
>> is to create something like this. I haven't had the time to brood over
>> it yet though.
>>
>
> Why don't we have a panel discussion about Python in schools at PyCon
> India? We can invite officials from education departments and discuss about
> how to effectively use Python and what support can be provided from the
> community. We can plan to write some books or create some material if
> required.  After the panel discussion, we can have a BoF or an open space
> discussing it in detail.
>
> I think we have (or can raise) enough money to support travel
> and accommodation of couple of officials from government.
>
> What do you think?
>
> Anand
>
>
>
>
>
>
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] CBSE to teach introduction to python in class 11 and 12

2013-06-23 Thread Baiju M
Hi Anand,

I need some help with a domain & git repo for this project. I am thinking
to use  http://education.python.org.in
The git repo: https://github.com/pythonindia/education

Please add my github Id to that repo: baijum

Also please setup a CNAME as given here:

http://read-the-docs.readthedocs.org/en/latest/alternate_domains.html

Noufal, please send your RTD Id, so that I can add you as an admin.
 On Jun 23, 2013 2:25 PM, "Noufal Ibrahim"  wrote:

> Baiju M  writes:
>
> > How about creating a website with resources for teachers and students?
> > BangPypers is one of the oldest Python community from India. So, I
> > think it would be great to do it as a community project. Anyone
> > interested ?
>
> I'm definitely interested. One of my plans since moving back to Kerala
> is to create something like this. I haven't had the time to brood over
> it yet though.
>
> [...]
>
>
> --
> Cordially,
> Noufal
> http://nibrahim.net.in
>
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] CBSE to teach introduction to python in class 11 and 12

2013-06-23 Thread Baiju M
How about creating a website with resources for teachers and students?
BangPypers is one of the oldest Python community from India. So, I think it
would be great to do it as a community project. Anyone interested ?
On Jun 23, 2013 12:23 PM, "Noufal Ibrahim"  wrote:

> Piyush  writes:
>
> > This is really good!
> > However, finding teachers who could teach will be a big problem.
>
> I expect that to be the problem too.
>
> The Kerala IT@School syllabus[1] is way ahead of CBSE in open source
> adoption and has been teaching Python from class 8. I looked at some of
> their textbooks and it's really good but like with all things at school,
> it's a subject to pass and to get marks in. The usual methods of
> mugging, cheating and others are employed and even silently approved of
> by the teachers.
>
> The end result is pretty much the same.
>
> [...]
>
>
>
> Footnotes:
> [1]  https://www.itschool.gov.in/
>
> --
> Cordially,
> Noufal
> http://nibrahim.net.in
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Silent installation of Active Directory server using Python

2013-05-24 Thread Baiju M
You may consider using Salt (Python based remote execution
and configuration management tool):
http://docs.saltstack.com/

Windows installers are available here:
http://docs.saltstack.com/topics/installation/windows.html


On Fri, May 24, 2013 at 6:44 PM, Ashutosh Narayan
 wrote:
> Hi folks,
>
> I have to do a silent installation of Active Directory (AD) on Windows.
> AFAIK Fabric is one such tool to do do.
> Say, dcpromo is a command to setup AD, it opens up a wizard and we fill
> details.
> Now how can I setup AD on Windows using Python scripts
> Can somebody throw some light on how can I start with ?
>
> Thank you,
> --
> Ashutosh Narayan
>
> http://ashutoshn.wordpress.com/
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] April month meetup

2013-04-17 Thread Baiju M
Yes, I confirm this venue.

This is the address:

ZeOmega Infotech Pvt. Ltd.
"Subhashri Pride", 4th Floor, Southend Road,
Basavanagudi, Bangalore-560-004
(Just look for "Axis Bank", it's the same building)

My mobile number:  9945973441

On Wed, Apr 17, 2013 at 2:38 PM, Anand Chitipothu  wrote:
> Krace is out of town. I've asked Baiju if he can coordinate the meetup at
> ZeOmega. He said he'll find someone to coordinate the event there.
>
> So we have Zeomega as tentative venue. Lets wait for a final confirmation
> from Baiju.
>
> Tentative Venue: ZeOmega, Basavanagudi
>
> Date: Saturday, April 20, 2013
> Time: 3:00PM
>
> Agenda:
>
> * Hands on django Session - Beginner/Intermediate Level. by Saket Bhushan
> * Lightening talks
>
> If you any of you would like to present something, you are welcome.
>
> Meetup page: http://www.meetup.com/BangPypers/events/111834102/
>
> Anand
>
>
>
>
> On Sat, Apr 6, 2013 at 10:34 PM, kracekumar ramaraju <
> kracethekingma...@gmail.com> wrote:
>
>> All
>>
>>  I may not be available for this month meetup, can some one take charge of
>> coordination April meetup. If interested let me know I will tell what needs
>> to be done.
>>
>>
>> On Thu, Apr 4, 2013 at 4:48 PM, kracekumar ramaraju <
>> kracethekingma...@gmail.com> wrote:
>>
>> > Saket,
>> >
>> >  Meetup is on 20th April, from 3.00PM to 6.00Pm you can present any
>> topic.
>> > Django or Machine Learning. Location is yet to be decided. Here is the
>> > meetup page. RSVP: http://www.meetup.com/BangPypers/events/111834102/
>> >
>> >
>> > On Sun, Mar 24, 2013 at 1:24 AM, kracekumar ramaraju <
>> > kracethekingma...@gmail.com> wrote:
>> >
>> >> All,
>> >>
>> >>   Siva informed me he is willing to handle 3 hours hands-on session
>> about
>> >> getting started with Django next month. We need a venue which has power
>> >> socket and decent internet connection. I would like to have others
>> >> suggestions about the format, looking forward for venue to host for next
>> >> meetup. We will be also needing few volunteers to help during meetup.
>> >>
>> >> --
>> >> *
>> >> Thanks & Regards
>> >>
>> >> "Talk is cheap, show me the code" -- Linus Torvalds
>> >> kracekumar
>> >> www.kracekumar.com
>> >> *
>> >>
>> >
>> >
>> >
>> > --
>> > *
>> > Thanks & Regards
>> >
>> > "Talk is cheap, show me the code" -- Linus Torvalds
>> > kracekumar
>> > www.kracekumar.com
>> > *
>> >
>>
>>
>>
>> --
>> *
>> Thanks & Regards
>>
>> "Talk is cheap, show me the code" -- Linus Torvalds
>> kracekumar
>> www.kracekumar.com
>> *
>> ___
>> BangPypers mailing list
>> BangPypers@python.org
>> http://mail.python.org/mailman/listinfo/bangpypers
>>
>
>
>
> --
> Anand
> http://anandology.com/
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Fwd: Python Software Foundation: Python Trademark at Risk

2013-02-15 Thread Baiju M
Few discussion links:
http://news.ycombinator.com/item?id=5221093
http://www.reddit.com/r/Python/comments/18j8dd/python_software_foundation_news_python_trademark/

On Fri, Feb 15, 2013 at 4:59 AM, Sriram Narayanan  wrote:
> Fyi
> -- Forwarded message --
> From: "Dmitrijs Ledkovs" 
> Date: Feb 15, 2013 3:17 AM
> Subject: Python Software Foundation: Python Trademark at Risk
> To: , , <
> debian-le...@lists.debian.org>
>
> Dear All,
>
> Full article:
> http://pyfound.blogspot.co.uk/2013/02/python-trademark-at-risk-in-europe-we.html
>
> There is a company in the UK that is trying to trademark the use of
> the term "Python" for all software, services, servers... pretty much
> anything having to do with a computer. Specifically, it is the company
> that got a hold on the python.co.uk domain 13 years ago.
>
> According to our London counsel, some of the best pieces of evidence
> we can submit to the European trademark office are official letters
> from well-known companies "using PYTHON branded software in various
> member states of the EU" so that we can "obtain independent witness
> statements from them attesting to the trade origin significance of the
> PYTHON mark in connection with the software and related
> goods/services." We also need evidence of use throughout the EU.
>
> Further instructions on how to submit letters of support are in the
> blog article linked above.
>
> Please help defend python trademark.
>
> Regards,
>
> Dmitrijs.
>
>
> --
> To UNSUBSCRIBE, email to debian-legal-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive:
> http://lists.debian.org/CANBHLUh5LzzB3=fYjWMbFmGSEw452zjV=xfp0oexuxzemfb...@mail.gmail.com
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] trust/certify python exe

2013-02-03 Thread Baiju M
Hi Nithin,

Those individuals keys will be signed by many others.  Sometimes during
key signing party:
http://en.wikipedia.org/wiki/Key_signing_party

See somebody who you can trust has been signed those keys.


On Mon, Feb 4, 2013 at 11:37 AM, Nitin Kumar  wrote:
> Thanks Baiju,
>
> But as the link suggest "Source and binary executables are signed by the
> release manager using *their* OpenPGP key"
> These personal signature wont work. Isn't there any sign from trusted
> source say
> Microsoft, verisign etc?
>
> Nitin K
>
>
> Nitin K
>
>
> On Fri, Feb 1, 2013 at 3:44 PM, Baiju M  wrote:
>
>> Hi Nitin,
>>
>> The procedure to verify Python EXEs is given here (using PGP/GPG):
>> http://www.python.org/download/#openpgp-public-keys
>>
>> On Fri, Feb 1, 2013 at 3:16 PM, Nitin Kumar  wrote:
>> > Hi All,
>> >
>> > I am trying to automate one of the application.
>> > This application (few fuctions which need high security) allow only those
>> > exe to access there APIs which are trusted.
>> >
>> > As python is not trusted, is there way we can trust/certify python
>> exe/dlls?
>> >
>> > I tried blow command but of no use for me
>> >
>> > d:\visual studio 2010p\vc\bin>signtool sign /a c:\Python27\python.exe
>> > SignTool Error: No certificates were found that met all the given
>> criteria.
>> >
>> > --
>> > Nitin K
>> > ___
>> > BangPypers mailing list
>> > BangPypers@python.org
>> > http://mail.python.org/mailman/listinfo/bangpypers
>> ___
>> BangPypers mailing list
>> BangPypers@python.org
>> http://mail.python.org/mailman/listinfo/bangpypers
>>
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] trust/certify python exe

2013-02-01 Thread Baiju M
Hi Nitin,

The procedure to verify Python EXEs is given here (using PGP/GPG):
http://www.python.org/download/#openpgp-public-keys

On Fri, Feb 1, 2013 at 3:16 PM, Nitin Kumar  wrote:
> Hi All,
>
> I am trying to automate one of the application.
> This application (few fuctions which need high security) allow only those
> exe to access there APIs which are trusted.
>
> As python is not trusted, is there way we can trust/certify python exe/dlls?
>
> I tried blow command but of no use for me
>
> d:\visual studio 2010p\vc\bin>signtool sign /a c:\Python27\python.exe
> SignTool Error: No certificates were found that met all the given criteria.
>
> --
> Nitin K
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Selenium & Python

2013-01-23 Thread Baiju M
I have written some documentation sometimes back here:
https://selenium-python.readthedocs.org/en/latest/

Feel free to send any changes via github pull request.

On Wed, Jan 23, 2013 at 3:25 PM, Fagun Bhavsar  wrote:
> Hi,
>
> I am learning Python and want to implement it side-by-side. The reason why I
> started basic web testing automation with Selenium (I am using Python
> Bindings) with it. Can someone help me with the learning part of it?
>
> I have not done automation testing before so I am finding it a bit more
> challenging and my day job is not really allow me to explore more options.
>
> Thanks in advance.
>
> Regards,
> Fagun
>
>
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Minutes of the usergroup meeting - 24-11-2012

2012-11-24 Thread Baiju M
There is one Twitter account for BangPypers, but not sure who manages that:
https://twitter.com/BangPypers
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Minutes of the usergroup meeting - 24-11-2012

2012-11-24 Thread Baiju M
On Sat, Nov 24, 2012 at 11:45 PM, Kracekumar Ramaraju
 wrote:
[...snip...]
>- BangPypers should have a twitter handle + facebook page. I can
>volunteer to maintain it.

One FB page is there already, I will add you as a manager there:
https://www.facebook.com/pages/BangPypers/160541007325160

--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] Today's BangPypers meetup at Servelots

2012-06-16 Thread Baiju M
Hi All,

We had a great time today at BangPypers meetup in Servelots.
There was 20+ attendees with many new faces.
I think, our meetup page and facebook pages are working out well.

Deepak presented Google App Engine with a hands-on session.
That was a great talk, he cleared many questions during
and after the presentation ( He will be sharing the slides online).

After Deepak's presentation, everyone introduced themselves.

Later Arvind presented Alipi (a re-narration framework),
that looks like a great idea.  Both presentations were very
interactive.

Thanks to Deepak & Aravind for presentations and Servelots for hosting
BangPypers meetup.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Run selenium script in python on remote systems

2012-06-06 Thread Baiju M
On Wed, Jun 6, 2012 at 9:15 PM, Prem Sri  wrote:
> Hi,
>
> I am unable to find proper steps to run the selenium script in python on 
> remote systems. Could you please provide the steps.

Just few pointers:

1. You can use Jenkins with slaves and run selenium scripts remotely.
http://readthedocs.org/docs/selenium-python/en/latest/
http://jenkins-ci.org/

or

2. Use Grid2
   http://code.google.com/p/selenium/wiki/Grid2
   Jenkins has a plugin for this:
   https://wiki.jenkins-ci.org/display/JENKINS/Selenium+Plugin

--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] May Meetup

2012-05-20 Thread Baiju M
Hi All,

Yesterday we had BangPypers meeting at ZeOmega office.  There was 10 members
came for the meeting.  There was no specific agenda for the meeting,
we discussed
some general topics related to Python.

I demonstrated the installation of Salt ( http://saltstack.org/ ).
Salt is a remote
execution and configuration management tool.  For those who missed, here is the
screencast I created today for the installation of Salt in Windows:
http://www.youtube.com/watch?v=eeJByb-alz8

If you are interested to learn more about Salt, look at the excellent
documentation here:
http://salt.readthedocs.org/en/latest/index.html

You can replace remote execution systems like Fabric & Capistrano with Salt.
Also you can replace configuration management systems like Puppet,
Chef & CFEngine.

I have tried Salt with
RHEL,CentOS,Debian,Ubuntu,Fedora,FreeBSD,Windows 2008 Server R2
and Windows XP.  For example, if you want to install Salt in a CentOS
machine, just run
these two commands:

  rpm -Uvh 
http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-6.noarch.rpm
  yum install salt*

While talking about Salt, I also happened to demonstrate Jenkins
server I setup for the
same project ( http://jenkins.saltstack.org/ ).  Here is the
screencast I created sometimes
back for the same project: http://www.youtube.com/watch?v=7IRzPFYtyD4
This screencast walk through various code metrics available for Python like:
clonedigger, pep8, pyflakes, pylint & sloccount.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] May meetup - Agenda discussion

2012-05-13 Thread Baiju M
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:

ZeOmega Infotech Pvt. Ltd.
"Subhashri Pride", 4th Floor, Southend Road,
Basavanagudi, Bangalore-560-004
(Just look for "Axis Bank", it's the same building)

We have three offices in walk-able distances.  You can
come to one of the office and call me.
http://www.zeomega.in/aboutus/contactus

My Mobile: 9945973441

On Sun, May 13, 2012 at 9:23 PM, Anand Chitipothu  wrote:
> Hi,
>
> Again, we are too late to finalize the venue.
>
> Any suggestions for venue for this month's meetup on May 19?
>
> Can we meet at ZeOmega? Baiju?
>
> Anand
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


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

2012-05-08 Thread Baiju M
This change reflected in the website after the commit I pointed out.

On Tue, May 8, 2012 at 8:08 PM, Vishal  wrote:

> 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 :))
>
> Enjoy,
> Vishal Sapre
>
>
> On Tue, May 8, 2012 at 11:10 AM, Baiju M  wrote:
>
> > (Reply to an old thread)
> >
> > On Sat, Mar 3, 2012 at 10:47 AM, Baiju M  wrote:
> >
> > > On Sat, Mar 3, 2012 at 10:07 AM, Gora Mohanty 
> > wrote:
> > > > On 3 March 2012 09:41, Baiju M  wrote:
> > > > [...]
> > > >> Sometimes features are very important.  I stared using requests for
> > one
> > > >> work, but later I found that it is not thread safe, then I switched
> to
> > > urllib3:
> > > >> http://urllib3.readthedocs.org/en/latest/index.html
> > > >
> > > > Sorry, but I am confused. Is requests not built on top of
> > > > urllib3? The following link would seem to indicate so:
> > > > http://pydoc.net/requests/0.8.5/requests.packages.urllib3.request
> > >
> > > I used some old version. which doesn't have urllib3 as a dependency:
> > > https://github.com/kennethreitz/requests/tree/v0.7.6/requests/packages
> > >
> > > May be I need to reconsider requests again.
> > >
> > > However I noticed that, the requests documentation is not advertising
> > > it is thread safe.
> > >
> >
> > Just few hours ago they mentioned it for first time!
> >
> >
> https://github.com/kennethreitz/requests/commit/6fd03d5f20fcac1e85517d3cde27349612022de2
> >
> > --
> > Baiju M
> > ___
> > BangPypers mailing list
> > BangPypers@python.org
> > http://mail.python.org/mailman/listinfo/bangpypers
> >
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


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

2012-05-07 Thread Baiju M
(Reply to an old thread)

On Sat, Mar 3, 2012 at 10:47 AM, Baiju M  wrote:

> On Sat, Mar 3, 2012 at 10:07 AM, Gora Mohanty  wrote:
> > On 3 March 2012 09:41, Baiju M  wrote:
> > [...]
> >> Sometimes features are very important.  I stared using requests for one
> >> work, but later I found that it is not thread safe, then I switched to
> urllib3:
> >> http://urllib3.readthedocs.org/en/latest/index.html
> >
> > Sorry, but I am confused. Is requests not built on top of
> > urllib3? The following link would seem to indicate so:
> > http://pydoc.net/requests/0.8.5/requests.packages.urllib3.request
>
> I used some old version. which doesn't have urllib3 as a dependency:
> https://github.com/kennethreitz/requests/tree/v0.7.6/requests/packages
>
> May be I need to reconsider requests again.
>
> However I noticed that, the requests documentation is not advertising
> it is thread safe.
>

Just few hours ago they mentioned it for first time!
https://github.com/kennethreitz/requests/commit/6fd03d5f20fcac1e85517d3cde27349612022de2

--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] April Meetup

2012-04-11 Thread Baiju M
When is our April meeting ?  Location and date ?

On Wed, Apr 11, 2012 at 3:30 PM, Deepak Garg  wrote:
> HI All,
>
> I found this ML a bit late.
> I had created our Meetup page:
> http://www.meetup.com/Bangalore-Python-Developers-Group/
> sometime before and have scheduled a meetup on May 20.
>
> If there is a planning for the meetup in April, please update on the
> page too so that everyone can come.
>
>
> Cheers,
>
> Deepak Garg,
> Data Center and Cloud Div.
> Citrix R&D, India
> Skype-id: deepakgarg.iit
>
>
> On Wed, Apr 11, 2012 at 1:49 PM, Vinayak Hegde  wrote:
>> You can have it in the Inmobi Office in EGL. I can make arrangements.
>>
>> Typically how many people are expected ?
>>
>> Regards
>> Vinayak
>>
>> On Wed, Apr 11, 2012 at 1:46 PM, Anand Chitipothu  
>> wrote:
>>> Hi,
>>>
>>> I haven't received confirmation from Google yet. When I pinged them
>>> last week they said they are still working on it. Since the meeting is
>>> just 10 days away, I think it will be better if we find an alternate
>>> venue.
>>>
>>> Do you have suggestions for the venue? May be near Indiranagar area this 
>>> time?
>>>
>>> Anand
>>> ___
>>> BangPypers mailing list
>>> BangPypers@python.org
>>> http://mail.python.org/mailman/listinfo/bangpypers
>> ___
>> BangPypers mailing list
>> BangPypers@python.org
>> http://mail.python.org/mailman/listinfo/bangpypers
>
>
>
> --
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


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

2012-03-02 Thread Baiju M
On Sat, Mar 3, 2012 at 10:07 AM, Gora Mohanty  wrote:
> On 3 March 2012 09:41, Baiju M  wrote:
> [...]
>> Sometimes features are very important.  I stared using requests for one
>> work, but later I found that it is not thread safe, then I switched to 
>> urllib3:
>> http://urllib3.readthedocs.org/en/latest/index.html
>
> Sorry, but I am confused. Is requests not built on top of
> urllib3? The following link would seem to indicate so:
> http://pydoc.net/requests/0.8.5/requests.packages.urllib3.request

I used some old version. which doesn't have urllib3 as a dependency:
https://github.com/kennethreitz/requests/tree/v0.7.6/requests/packages

May be I need to reconsider requests again.

However I noticed that, the requests documentation is not advertising
it is thread safe.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


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

2012-03-02 Thread Baiju M
On Sat, Mar 3, 2012 at 9:32 AM, Senthil Kumaran  wrote:
> On Wed, Feb 29, 2012 at 08:21:31PM +, Anand Chitipothu wrote:
[...snip...]
>> I disagree. People look for simplicity.
>
> Yes, I agree that in general, people appreciate simplicity. I too.
>
> My previous comment was more aligned with how I read it in what people
> liked in requests. Rough thoughts were along the lines like .get,
> .post with data, .head etc and managing certs. All these are split
> across different modules in stdlib and I found that requests provided
> it a single place and useful entry for people doing most-common
> operations.

Sometimes features are very important.  I stared using requests for one
work, but later I found that it is not thread safe, then I switched to urllib3:
http://urllib3.readthedocs.org/en/latest/index.html

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] [JOB] Python programmers required

2012-02-01 Thread Baiju M
Hi All,
   I am working in ZeOmega Infotech Pvt. Ltd., Bangalore. We are
looking for 8+ years experienced Python programmers,
the details are given below.  If you are interested, please contact:
bdeepa AT zeomega.com or mbaiju AT zeomega.com .

Experience
==

8+ yrs

Designation
===

Python Developer

Skill set
=

 1. Strong background in Python
 2. Design new software system
 3. Excellent debugging skills
 4. Experience in building web applications
 5. Proven ability to design and deliver custom solutions
 6. Strong communication/collaboration/problem solving/documentation skills


Roles and responsibility


* Work in a team, building scalable health-care web applications
* Analysis of problem domains and customer requirements
* Deliver robust software components and solutions
* Work with product group throughout development cycle to ensure quality of end
product
* Review code, track and fix bugs, respond rapidly to emergencies in
production environment
* Help writing project documentation, transition materials and training

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] How about meet-up

2012-01-19 Thread Baiju M
On Thu, Jan 19, 2012 at 1:00 PM, Anand Chitipothu  wrote:
[...skip...]
>> Shall we confirm it then?
>>
>> Time   : 1500
>> Venue  : ZeOmega (Baiju can provide the complete address and link)
>> Agenda : Data store by Anand (I would also like to spend maybe 30 minutes
>>         discussing how we can systematise out user group meetings and do
>>         something more than just meet rarely.
>>
>> If everyone is in agreement, it would be nice to have a headcount.
>
> Yes, lets confirm this. I just spoke to Baiju, he confirmed that Brad
> and Jeff will be available.
>
> Date: Saturday Jan 21
>
> Baiju, can you please send the address and directions to the place?

The meeting will be in "Subhashri Pride" building:

ZeOmega Infotech Pvt. Ltd.
"Subhashri Pride", 4th Floor, Southend Road,
Basavanagudi, Bangalore-560-004
(Just look for "Axis Bank", it's the same building)

We have three offices in walk-able distances.  You can
come to one of the place and call me.
http://www.zeomega.in/aboutus/contactus
http://g.co/maps/5w96c

My Mobile: 9945973441

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] getpython3

2012-01-18 Thread Baiju M
On Wed, Jan 18, 2012 at 6:07 PM, 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 can give the domain and other details.
>
> May be you should just redirect getpython3.net to getpython3.com with a 301.

Done.

--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] getpython3

2012-01-18 Thread Baiju M
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 can give the domain and other details.

On Wed, Jan 18, 2012 at 5:55 PM, Senthil Kumaran  wrote:
> Hi Baiju,
>
> Is getpython3.com the same site that you initiated here last year? Or
> has it gone any transformation? The content is ofcourse very
> interesting.
>
> --
> Senthil
>
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] How about meet-up

2012-01-16 Thread Baiju M
On Mon, Jan 16, 2012 at 8:11 PM, Noufal Ibrahim  wrote:
> Sriram Narayanan  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.

ZeOmega is happy to host BangPypers meetup here.  We have some folks from
Dallas Ft. Worth Pythoneers http://www.dfwpython.org/ who is interested
to come (Jeff Rush & Brad Allen) for the meetup.  I am not sure whether
they have any other weekend plan.  I will check with them tomorrow and inform
here.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [X-POST] Selenium Simple Test

2012-01-11 Thread Baiju M
On Wed, Jan 11, 2012 at 9:16 AM, Venkatraman S  wrote:
> This does look super-simple! Linky :
> http://www.youtube.com/watch?v=qGPostUOAEI

Selenium Webdriver Python API is easy to understand.  The API doesn't
force to do in one style,
because it's not a framework.  It gives freedom to choose your testing
tools like nose, py.test etc.

BTW, I have written some docs for using the default API;
http://readthedocs.org/docs/selenium-python/en/latest/

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Naming python packages

2011-12-19 Thread Baiju M
On Tue, Dec 20, 2011 at 11:52 AM, Anand Chitipothu  wrote:
> 2011/12/20 Baiju M :
>> On Tue, Dec 20, 2011 at 10:32 AM, Anand Chitipothu  
>> wrote:
>>> Hi,
>>>
>>> I've noticed that pip converts underscore in the package name to hyphen.
>>>
>>> $ pip install satchmo_indiapost
>>> Downloading/unpacking satchmo-indiapost
>>>  Could not find any downloads that satisfy the requirement satchmo-indiapost
>>> No distributions at all found for satchmo-indiapost
>>>
>>> There is a packge with requested name on pypi, but pip doesn't even
>>> looking for it.
>>>
>>> http://pypi.python.org/pypi/satchmo_indiapost
>>>
>>> Is underscore prohibited in the package names?
>>
>> Check the PJE's replies here:
>> http://mail.python.org/pipermail/distutils-sig/2010-March/thread.html#15641
>
> Quoting PJE:
>
> "It's a valid project name character; what it's not is a *canonical*
> project name character."
>
> What is this *canonical* project name?
>
> Does it mean underscore should be avoided in the project-name for all
> practical purposes?

Well, I tried to point out this issue (as you can see in the long thread),
but I couldn't succeed, then I stopped using underscore :)

Please send your concerns to "distutils-sig".

Regards,
Baiju M

using
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Naming python packages

2011-12-19 Thread Baiju M
On Tue, Dec 20, 2011 at 10:32 AM, Anand Chitipothu  wrote:
> Hi,
>
> I've noticed that pip converts underscore in the package name to hyphen.
>
> $ pip install satchmo_indiapost
> Downloading/unpacking satchmo-indiapost
>  Could not find any downloads that satisfy the requirement satchmo-indiapost
> No distributions at all found for satchmo-indiapost
>
> There is a packge with requested name on pypi, but pip doesn't even
> looking for it.
>
> http://pypi.python.org/pypi/satchmo_indiapost
>
> Is underscore prohibited in the package names?

Check the PJE's replies here:
http://mail.python.org/pipermail/distutils-sig/2010-March/thread.html#15641


--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Howto run python selenium script on remote server

2011-09-29 Thread Baiju M
On Thu, Sep 29, 2011 at 2:26 PM, Saju M  wrote:
> Hi,
> I created a script using selenium and its working in my local system.
> But when i trying to run it in remote machine (Centos), getting error.
> This script should need to open a firefox browser. So i think the the
> script could not open the firefox browser on remote machine(Server).
> Have any way to run it on remote machine(Server)?.

I have written some docs for this:
http://readthedocs.org/docs/selenium-python/en/latest/getting-started.html#using-selenium-with-remote-webdriver

If you want to contribute, fork the documentation here:
https://github.com/baijum/selenium-python

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] PyPy outperforms C in microbenchmark

2011-08-04 Thread Baiju M
On Thu, Aug 4, 2011 at 6:12 PM, Noufal Ibrahim  wrote:
> Senthil Kumaran  writes:
>
>> On Wed, Aug 03, 2011 at 03:05:47PM -0600, Gopalakrishnan Subramani wrote:
>>> Based on my understanding, I may not need PyPy for general programming  and
>>> small websites experiments as of now.
>>
>> Just try it! Install pypy and symlink your /usr/local/bin/python to
>> pypy interpreter. The whole point is, you won't see the difference.
>
> Unless you use C extensions. :)

Support for C extension is improving in PyPy.  Here is a small list
which is known to work with PyPy:
https://bitbucket.org/pypy/compatibility/wiki/CCompatible

They have made progress on a complex C extension like wxPython:
http://morepypy.blogspot.com/2010/05/running-wxpython-on-top-of-pypy.html

Here is a big list of libraries/frameworks which works in PyPy:
https://bitbucket.org/pypy/compatibility/wiki/Home

Now a days I prefer to use 'ctypes' based extensions, so that
it will work across CPython,PyPy,Jython & IronPython.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] svg string to pdf

2011-06-29 Thread Baiju M
On Thu, Jun 30, 2011 at 10:44 AM, Noufal Ibrahim  wrote:
[...snip...]
> A couple of side points. There is a PythonMagick which are bindings to
> image magick - http://www.imagemagick.org/download/python/. They look
> reasonably uptodate and I'd expect them to perform better than
> suprocesses.

wkhtmltopdf also might be an option:
http://code.google.com/p/wkhtmltopdf/

--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] python SVN delete functionality

2011-06-22 Thread Baiju M
On Wed, Jun 22, 2011 at 5:45 PM, Shashidhar P  wrote:
> Hello Kenneth,
>
>           I want to check all the files from working copy to repository if
> files are missing from working copy and found in repository I need to delete
> them.
>
>           Ya SVN Status gives me files added, removed, I mentioned user
> deletes files manually not using SVN delete. how should I check for deleted
> files.


http://svnbook.red-bean.com/en/1.5/svn.ref.svn.c.status.html

'!'  - Item is missing (e.g., you moved or deleted it without using
svn). This also indicates that a directory is incomplete (a checkout
or update was interrupted).

--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Pyramid and open-id

2011-05-16 Thread Baiju M
On Tue, May 17, 2011 at 9:57 AM, Kiran Jonnalagadda  wrote:
> On 02-May-2011, at 12:35 PM, Baiju M wrote:
>
>> Flask has one OpenID extension:
>> http://packages.python.org/Flask-OpenID/
>
> +1 for the Flask-OpenID plugin. I just used it and it works like a charm.
>
> You may need to port this code for Pyramid, though, as Flask is heavily 
> dependent on thread-local proxies.

What is the problem with "thread-local proxies" ?

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Web Application Development

2011-05-05 Thread Baiju M
On Thu, May 5, 2011 at 4:53 PM, Balachandran Sivakumar
 wrote:
> Hi
>
> On Thu, May 5, 2011 at 4:47 PM, Baiju M  wrote:
>>
>> mod_python has been officially declared as dead.
>
>           It has been declared dead by a  few. The mod_python site
> says it isn't.

It's not written by some "few", rather a long time maintainer of that project:

Look at these last commits (he even committed after the last release):
$ svn log --limit 100
https://svn.apache.org/repos/asf/quetzalcoatl/mod_python/trunk/ >
t.txt
$ grep "| grahamd |" t.txt |wc -l
75

>> And the code base is unmaintained for a long time (many years).
>
>          Yes, for about 2 years.

The last released code is actually more old (2006 end is last commit
with any bugfixes)
http://svn.apache.org/viewvc/quetzalcoatl/mod_python/tags/release-3-3-1/NEWS?view=log
so, any useful commit happened  almost 5 years before.

>> http://blog.dscpl.com.au/2010/06/modpython-project-is-now-officially.html
>> http://blog.dscpl.com.au/2010/05/modpython-project-soon-to-be-officially.html
>>
>
>         The modpython site was updated sometime in October, which was
> after these 2 posts. So, might be different. We won't know unless
> someone raises a critical bug and how it is treated.

FYI,
Apache has an official page to list dead projects:
http://attic.apache.org/
And the mod_python is listed there:
http://attic.apache.org/projects/quetzalcoatl.html

BTW, there is a new project to deploy WSGI apps in Apache:
http://www.modwsgi.org

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Web Application Development

2011-05-05 Thread Baiju M
On Thu, May 5, 2011 at 4:25 PM, Balachandran Sivakumar
 wrote:
> Hi,
>
> On Thu, May 5, 2011 at 4:11 PM, Kenneth Gonsalves  wrote:
>>
>> mod_python is dead - try django
>
>         Django may be a good option. But mod_python is not dead. The
> verbatim message from mod_python website:
>
> Currently mod_python is not under active development. This does not
> mean that it is "dead" as some people have claimed. It smiply means
> that the code and the project are mature enough when very little is
> required to maintain it.

mod_python has been officially declared as dead.
And the code base is unmaintained for a long time (many years).
http://blog.dscpl.com.au/2010/06/modpython-project-is-now-officially.html
http://blog.dscpl.com.au/2010/05/modpython-project-soon-to-be-officially.html

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] Pyramid and open-id

2011-05-02 Thread Baiju M
On Mon, May 2, 2011 at 12:33 PM, Gopalakrishnan Subramani
 wrote:
> Anybody works here on Pyramid web framework? I have an aggregation portal, I
> am planing to migrate to Pyramid in a month time.
> I am looking for open-id authentication to use with Pyramid. Google search
> shows me https://github.com/ralphbean/pyramid_openid
>
> Any other framework do you use for open-id in Python? I will store the user
> settings in redis not in RDBMS.

Flask has one OpenID extension:
http://packages.python.org/Flask-OpenID/

--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] Fwd: [pypy-dev] PyPy 1.5 released

2011-04-30 Thread Baiju M
Forwarding PyPy 1.5 release announcement.


-- Forwarded message --
From: Armin Rigo 
Date: Sat, Apr 30, 2011 at 8:34 PM
Subject: [pypy-dev] PyPy 1.5 released
To: PyPy Dev , python-announce-l...@python.org


==
PyPy 1.5: Catching Up
==

We're pleased to announce the 1.5 release of PyPy. This release updates
PyPy with the features of CPython 2.7.1, including the standard library. Thus
all the features of `CPython 2.6`_ and `CPython 2.7`_ are now supported. It
also contains additional performance improvements. You can download it here:

   http://pypy.org/download.html

What is PyPy?
=

PyPy is a very compliant Python interpreter, almost a drop-in replacement for
CPython 2.7.1. It's fast (`pypy 1.5 and cpython 2.6.2`_ performance comparison)
due to its integrated tracing JIT compiler.

This release includes the features of CPython 2.6 and 2.7. It also includes a
large number of small improvements to the tracing JIT compiler. It supports
Intel machines running Linux 32/64 or Mac OS X.  Windows is beta (it roughly
works but a lot of small issues have not been fixed so far).  Windows 64 is
not yet supported.

Numerous speed achievements are described on `our blog`_. Normalized speed
charts comparing `pypy 1.5 and pypy 1.4`_ as well as `pypy 1.5 and cpython
2.6.2`_ are available on our benchmark website. The speed improvement over 1.4
seems to be around 25% on average.

More highlights
===

- The largest change in PyPy's tracing JIT is adding support for `loop invariant
 code motion`_, which was mostly done by Håkan Ardö. This feature improves the
 performance of tight loops doing numerical calculations.

- The CPython extension module API has been improved and now supports many more
 extensions. For information on which one are supported, please refer to our
 `compatibility wiki`_.

- These changes make it possible to support `Tkinter and IDLE`_.

- The `cProfile`_ profiler is now working with the JIT. However, it skews the
 performance in unstudied ways. Therefore it is not yet usable to analyze
 subtle performance problems (the same is true for CPython of course).

- There is an `external fork`_ which includes an RPython version of the
 ``postgresql``.  However, there are no prebuilt binaries for this.

- Our developer documentation was moved to Sphinx and cleaned up.
 (click 'Dev Site' on http://pypy.org/ .)

- and many small things :-)


Cheers,

Carl Friedrich Bolz, Laura Creighton, Antonio Cuni, Maciej Fijalkowski,
Amaury Forgeot d'Arc, Alex Gaynor, Armin Rigo and the PyPy team


.. _`CPython 2.6`: http://docs.python.org/dev/whatsnew/2.6.html
.. _`CPython 2.7`: http://docs.python.org/dev/whatsnew/2.7.html

.. _`our blog`: http://morepypy.blogspot.com
.. _`pypy 1.5 and pypy 1.4`: http://bit.ly/joPhHo
.. _`pypy 1.5 and cpython 2.6.2`: http://bit.ly/mbVWwJ

.. _`loop invariant code motion`:
http://morepypy.blogspot.com/2011/01/loop-invariant-code-motion.html
.. _`compatibility wiki`: https://bitbucket.org/pypy/compatibility/wiki/Home
.. _`Tkinter and IDLE`:
http://morepypy.blogspot.com/2011/04/using-tkinter-and-idle-with-pypy.html
.. _`cProfile`: http://docs.python.org/library/profile.html
.. _`external fork`: https://bitbucket.org/alex_gaynor/pypy-postgresql
___
pypy-...@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] GetPython3.net (Lightning talk at PyCON 2011, Atlanta)

2011-03-20 Thread Baiju M
Hi All,

  Here is the video of my lightning talk at PyCON 2011, Atlanta.

http://www.youtube.com/watch?v=UEMjz5A_M5o

Thanks to all BangPypers who contributed to the site.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] BangPypers meeting February 2011

2011-02-12 Thread Baiju M
I just started from home (Banashankari), will reach the meeting place
(Domlur) aroud 4pm.
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] BangPypers meeting February 2011

2011-02-11 Thread Baiju M
On Sat, Feb 12, 2011 at 9:18 AM, Noufal Ibrahim  wrote:
>> Sidu is no longer with TW. I have Sriram's number. I will call him in
>> the morning tomorrow and mail the list. I'm not sure if the venue will
>> be available though. Sorry I didn't do this earlier. I was occuppied
>> with the PyCon business and work. :-/
>
> I called Sriram and Habib. TW is available but there's some construction
> going on there which might make it slightly noisy.
>
> We can use a different room and it should be fine.

That's fine.

> Shall we meet at aroun1 1630? We're planning to spring on the getpython3
> website are we not?

Okay, I will reach there at 1630.  Yes, we can work on getpython3.net site.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] BangPypers meeting February 2011

2011-02-11 Thread Baiju M
On Fri, Feb 11, 2011 at 10:29 PM, Noufal Ibrahim  wrote:



> Sidu is no longer with TW. I have Sriram's number. I will call him in
> the morning tomorrow and mail the list. I'm not sure if the venue will
> be available though.

That's fine.

> Sorry I didn't do this earlier. I was occuppied
> with the PyCon business and work. :-/

I can see the current month archive size has become 33 KB now :)
http://mail.python.org/pipermail/inpycon/

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] BangPypers meeting February 2011

2011-02-11 Thread Baiju M
On Fri, Feb 11, 2011 at 5:51 PM, Baiju M  wrote:
> On Fri, Feb 11, 2011 at 12:03 PM, devjyoti patra  wrote:
>> Hi All,
>>
>> Is tomorrow's meet confirmed? Anyone please post the details for the
>> meet-venue and time if things have changed from this
>> http://doodle.com/53iqx4gdu5fuzws7
>
> The meeting will be there.  But, we didn't got a confirmation about venue yet.
>
> Can anyone from ThoughtWorks arrange a meeting place for us ?
> (Sorry for late notice, I have already already send this request
> three days back)

Anyone has Sriram's or Sidu's number ?

--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] BangPypers meeting February 2011

2011-02-11 Thread Baiju M
On Fri, Feb 11, 2011 at 12:03 PM, devjyoti patra  wrote:
> Hi All,
>
> Is tomorrow's meet confirmed? Anyone please post the details for the
> meet-venue and time if things have changed from this
> http://doodle.com/53iqx4gdu5fuzws7

The meeting will be there.  But, we didn't got a confirmation about venue yet.

Can anyone from ThoughtWorks arrange a meeting place for us ?
(Sorry for late notice, I have already already send this request
three days back)

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] BangPypers meeting February 2011

2011-02-08 Thread Baiju M
Hi All,

Majority of the people are fine with Feb 12th (Saturday):
http://doodle.com/53iqx4gdu5fuzws7

So, we will have a regular meeting at 3 pm on that day.
If more people are interested we can have a sprint
otherwise we will go for normal discussions.

Can anyone from ThoughtWorks confirm the venue
availability ?

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] BangPypers meeting February 2011

2011-02-04 Thread Baiju M
On Fri, Feb 4, 2011 at 8:03 PM, Noufal Ibrahim  wrote:
>> These are the topics I am interested to listen:
>>
>> 1. Using MongoDB with Python
>> 2. Python 3 porting experience
>> 3. Using Jenkins/Hudson for continuous integration
>>
>> Well, I cannot present on any of these topics :)
>
> [...]
>
> Nice topics but I think we should sprint on the website you made.
>
> Diamond district is a more central location than is Jayanagar (I think)
> so participation will be higher if we hold it there.
>
> It would be an achievement if we collaboratively got something out the
> door that the entire community benefits from.
>
> What do you feel?

I am interested to sprint more on the site.  In fact I am working
on it whenever I get time.  There are the new features I added after our sprint:

1. Atom feed
2. It is possible to add project not listed in PyPI

I am trying to wear a hat of UI designer also :)

I am planning to add tag (keyword/label) feature.  So that users can add
tags like: fedora15, ubuntu1104, django, pylons, macos etc.

Also I want start working the "feedback" script:
http://pypi.python.org/pypi/feedback
This will provide a console script (setuptools based entry point)
which can be used to submit feedback directly from the
machine.  In order to accomplish this I and want
create a RESTful API: http://getpython3.net/api/1.0/newfeedback

Another functionality I want build is auto-detect the trove classifier
(Programming Language :: Python :: 3) and display it prominently,
see this page: http://pypi.python.org/pypi?:action=browse&c=533&show=all

Yeah. I am getting more ideas like this :)
https://github.com/baijum/getpython3/issues

So, I am fine with one more sprint on this topic.

But for those who want to discuss something else, we should have another
meeting also.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] BangPypers meeting February 2011

2011-02-03 Thread Baiju M
On Fri, Feb 4, 2011 at 12:22 PM, Noufal Ibrahim  wrote:
> On Fri, Feb 04 2011, Baiju M wrote:
>
>> Hi All,
>>
>> Let's have a meeting this month ?  I have created a Doodle for this:
>> http://doodle.com/53iqx4gdu5fuzws7
>> Please add your convenient dates.
>>
>> We can meet at ThoughtWorks place: http://goo.gl/AmDA9
>> If they have any inconvenience, we can move some other place.
>
> [...]
>
> I've added my vote.

It looks like majority of the people prefer Feb 12th (Saturday):
http://doodle.com/53iqx4gdu5fuzws7
We can finalize the date by next Tuesday (Feb 8th)
based on the majority preference.

Meanwhile let's discuss about the agenda for the meeting.
If you want to present something, please come forward.

These are the topics I am interested to listen:

1. Using MongoDB with Python
2. Python 3 porting experience
3. Using Jenkins/Hudson for continuous integration

Well, I cannot present on any of these topics :)

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] BangPypers meeting February 2011

2011-02-03 Thread Baiju M
Hi All,

Let's have a meeting this month ?  I have created a Doodle for this:
http://doodle.com/53iqx4gdu5fuzws7
Please add your convenient dates.

We can meet at ThoughtWorks place: http://goo.gl/AmDA9
If they have any inconvenience, we can move some other place.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] [Ann] [Commercial] Weekend training program on Core Python

2011-02-02 Thread Baiju M
On Thu, Feb 3, 2011 at 11:44 AM, Kenneth Gonsalves  wrote:
> On Thu, 2011-02-03 at 11:07 +0530, Roshan Mathews wrote:
>> Mailman doesn't always strip attachments
>
> the listadmin has enabled this on this list

Is it possible to send mails with attachments to moderators,
so that they can decide whether to approve or not.
Otherwise we can enable attachment, may be upto some
size limit (I am not sure mailman support these kind of features).

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] How to get class names from DLL file

2011-01-31 Thread Baiju M
On Tue, Feb 1, 2011 at 12:50 PM, vikas ruhil  wrote:
> I first used Python for TCP/IP programming for the sendall () function.
> Troubleshooting Cisco and Juniper routers, switches   in Network program
> debugging using s.getsockname() &  with  Dealing with Asynchronous Inputs
> with threaded approach way to use to use non-blocking sockets.but now
> getting problem in traffic cating of sockets can anybody help me?

Not here :)  New thread please!

--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] User group meeting

2011-01-31 Thread Baiju M
On Tue, Feb 1, 2011 at 12:48 PM, vikas ruhil  wrote:
> I first used Python for TCP/IP programming for the sendall () function.
> Troubleshooting Cisco and Juniper routers, switches   in Network program
> debugging using s.getsockname() &  with  Dealing with Asynchronous Inputs
> with threaded approach way to use to use non-blocking sockets. but there
> also sockets are getting flooded by traffic can anybody help me in this
> regard?

Please start a new thread for this question.  May be somebody can answer
to you there.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] User group meeting

2011-01-31 Thread Baiju M
  > a Python-only group:

-1 for generic group.

It would be good if the group is Python specific.  Otherwise there
is a chance for conflicts when decide upon agenda for meeting
and selection of topics for talks etc.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] am new to this group

2011-01-30 Thread Baiju M
On Mon, Jan 31, 2011 at 12:29 PM, jaya kumar  wrote:
> hi to all
>
> am kumar new to this group
>
> recently only i relocated to bangalore

Welcome to the groop :)

> can any one tell when and where the bang py meet will be held in bangalore ?
>
> location and venue timings and date ?

Normally we meet at ThoughtWorks office:
http://goo.gl/8ezUO

Please watch this list for announcements.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] getpython.net Sprint (was Re: User group meeting)

2011-01-30 Thread Baiju M
On Mon, Jan 31, 2011 at 11:36 AM, Anand Balachandran Pillai
 wrote:
> Very useful project! I was looking for something like this the other day.
> Didn't know this was getting made right here :)
>
> Congrats to everyone who contributed to this! I guess this is the
> first project closer to a "community" project being executed by people
> in this group.

This was a new experience for all of us.  I hope we can do
much bigger sprints in future.

I need two more SQL queries :)

-

One query is ready but need to convert it into SQLAlchmey.
Here is the query (it's working fine):

# select * from distributions inner join (select * from comments where
# comments.id in (select max(comments.id) as id from comments group by
# comments.distribution_id)) a on distributions.id = a.distribution_id
# order by a.datetime desc

(The above logic is to find the latest feedback without duplicate distribution
  names.  For example if a distribution has two recent feedback, I just
  need latest among those. And I need to get total 5 latest feedbacks)

-

For the second one, I have a rough query which is not working:

 select name,successcnt,failcnt from distributions d
 inner join
 (
 select  distribution_id,
 sum(case when check=true then 1 else 0 end) as successcnt,
 sum(case when chec=false then 1 else end ) as failcnt
 from
 comments where datetime between(currendate,currentdate-60)
 group by distribution_id) a on a.distribution_id =d.distribution_idn

The idea is to list the popular distributions.  The logic I required is
distributions with minimum 5 feedback and there should be atleast
two feedback recently (within 1 or 2 months).  The output should
give distro name, success count, failure count.

Again I need this in SQLAlchemy syntax.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] getpython.net Sprint (was Re: User group meeting)

2011-01-30 Thread Baiju M
On Mon, Jan 31, 2011 at 11:07 AM, Vishal  wrote:
> Baiju,
>
> Small question...pardon me if it sounds stupid.
>
> What is the order in which the packages are listed here.
> http://getpython3.net/package
>
> Can we sort them by distribution name or something?

Thanks for the suggestion ! Now it's sorted by distribution name.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] getpython.net Sprint (was Re: User group meeting)

2011-01-30 Thread Baiju M
On Sun, Jan 30, 2011 at 8:32 PM, Baiju M  wrote:
> On Sun, Jan 30, 2011 at 8:22 PM, Sriram Narayanan  wrote:
>>> Now the 13k distro data is getting loaded (it will take few more
>>> minutes, I guess).
>>> But this page is very slow already with real data :(
>>> http://getpython3.net/package
>>
>> Perhaps that explains why a friend reported a 500 to me for
>> http://getpython3.net/package/bottle
>
> Ah. It looks like I cannot load that 13k packages into a single page
> using that jquery plugin !  So, I need to go for some other solutions.
> But I am very tired, if anyone else want to fix it, go ahead!

I have fixed it now, but now it's 12.30 am ;)

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] getpython.net Sprint (was Re: User group meeting)

2011-01-30 Thread Baiju M
On Sun, Jan 30, 2011 at 10:22 PM, Baiju M  wrote:
> On Sun, Jan 30, 2011 at 10:10 PM, Venkatraman S  wrote:
>> Few Suggestions:
>> # Paginate the list
>> # "© Copyright 2011 Baiju M > gmail.com><http://baijum81.livejournal.com/>"
>> -- Dont want to ask you - but if its a "collective" , why to credit 'a'
>> person?
>
> Thanks for reminding, I will add a credits page to list other contributors.

Done.
http://getpython3.net/credits

Thanks to all again !

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] getpython.net Sprint (was Re: User group meeting)

2011-01-30 Thread Baiju M
On Sun, Jan 30, 2011 at 10:10 PM, Venkatraman S  wrote:
> Few Suggestions:
> # Paginate the list
> # "© Copyright 2011 Baiju M  gmail.com><http://baijum81.livejournal.com/>"
> -- Dont want to ask you - but if its a "collective" , why to credit 'a'
> person?

Thanks for reminding, I will add a credits page to list other contributors.

But the copyright notice will not be changed, I hope that is fine.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] getpython.net Sprint (was Re: User group meeting)

2011-01-30 Thread Baiju M
On Sun, Jan 30, 2011 at 8:22 PM, Sriram Narayanan  wrote:
>> Now the 13k distro data is getting loaded (it will take few more
>> minutes, I guess).
>> But this page is very slow already with real data :(
>> http://getpython3.net/package
>
> Perhaps that explains why a friend reported a 500 to me for
> http://getpython3.net/package/bottle

This was a real error.  Now fixed temporarily :)

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] getpython.net Sprint

2011-01-30 Thread Baiju M
On Sun, Jan 30, 2011 at 8:34 PM, Noufal Ibrahim  wrote:
> On Sun, Jan 30 2011, Baiju M wrote:
>
>> Now the 13k distro data is getting loaded (it will take few more
>> minutes, I guess).
>> But this page is very slow already with real data :(
>> http://getpython3.net/package
>
> [...]
>
> I think we should drop the jquery based pagination. It pops up a "a
> script is running too slow" warning on FF for me.

+1 for dropping jquery based pagination.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] getpython.net Sprint (was Re: User group meeting)

2011-01-30 Thread Baiju M
On Sun, Jan 30, 2011 at 8:22 PM, Sriram Narayanan  wrote:
>> Now the 13k distro data is getting loaded (it will take few more
>> minutes, I guess).
>> But this page is very slow already with real data :(
>> http://getpython3.net/package
>
> Perhaps that explains why a friend reported a 500 to me for
> http://getpython3.net/package/bottle

Ah. It looks like I cannot load that 13k packages into a single page
using that jquery plugin !  So, I need to go for some other solutions.
But I am very tired, if anyone else want to fix it, go ahead!

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] getpython.net Sprint (was Re: User group meeting)

2011-01-30 Thread Baiju M
On Sun, Jan 30, 2011 at 8:16 PM, Sriram Narayanan  wrote:
> On Sun, Jan 30, 2011 at 8:12 PM, Baiju M  wrote:
>> Hi All,
>>        Our mini sprint on getpython.net was moderately successful.
>> Thanks to all those who participated.  At 10 am there was no
>> one in the room except me.  Then I called some of my colleagues
>> to help on the work.  Rajesh, Srinivasu & Vijetha came to office.
>> Hareesh helped me with some SQL queries online.  Then Vijay
>> replied to SQLAlchemy related questions I posted to list.
>> Later Kunal joined in IRC and created a helper script to submit feedback.
>> Afternoon Noufal also joined us online and implemented Gravatar.
>> Thanks to all !
>>
>> I am getting confident that we can have more sprints in future with wider 
>> scope.
>> Let's start new threads for the upcoming sprints!
>>
>> The site is ready now: http://getpython3.net/
>>
>> Looking forward to your feedback.  Still there are few more things to be 
>> done.
>> If you are interested, fork the project and make the modifications!
>> https://github.com/baijum/getpython3
>
> This is a very interesting project  :)
>
> Could you please add the github URL to the getpython3.net website ?

It's there at bottom.  Last link :)

Now the 13k distro data is getting loaded (it will take few more
minutes, I guess).
But this page is very slow already with real data :(
http://getpython3.net/package

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] getpython.net Sprint (was Re: User group meeting)

2011-01-30 Thread Baiju M
Hi All,
Our mini sprint on getpython.net was moderately successful.
Thanks to all those who participated.  At 10 am there was no
one in the room except me.  Then I called some of my colleagues
to help on the work.  Rajesh, Srinivasu & Vijetha came to office.
Hareesh helped me with some SQL queries online.  Then Vijay
replied to SQLAlchemy related questions I posted to list.
Later Kunal joined in IRC and created a helper script to submit feedback.
Afternoon Noufal also joined us online and implemented Gravatar.
Thanks to all !

I am getting confident that we can have more sprints in future with wider scope.
Let's start new threads for the upcoming sprints!

The site is ready now: http://getpython3.net/

Looking forward to your feedback.  Still there are few more things to be done.
If you are interested, fork the project and make the modifications!
https://github.com/baijum/getpython3

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] User group meeting

2011-01-29 Thread Baiju M
On Sat, Jan 29, 2011 at 8:59 PM, Baiju M  wrote:
> On Sat, Jan 29, 2011 at 8:54 PM, Noufal Ibrahim  wrote:
>> On Thu, Jan 27 2011, Baiju M wrote:
>>
>> [...]
>>
>>> ZeOmega office is confirmed.  You can see the address and location here:
>>> http://goo.gl/maps/5OTm
>>>
>>> Please call to my mobile if you have any difficulty in finding the place.
>>
>> [...]
>>
>> I will be there for the sprint only post lunch. I have some personal
>> things to take care of in the morning.
>
> Ok, that's fine.
>
> I will be there at 10 am itself.  So far Noufal & Devjyoti has showed
> interest.  If any anybody else want to join, please let me know.
>
> Anyone want to hack from your place ?  There is a task
> you can select: https://github.com/baijum/getpython3/issues/#issue/4

I am sitting alone in the office now :)

Not even a single person to talk in chat room also :(
http://webchat.freenode.net/?channels=BangPypers

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] convert a query to SQLAlchemy

2011-01-29 Thread Baiju M
Hi,

Can any one help me to convert this query to SQLAlchemy sytax ?

  select * from distributions inner join (select * from comments where
  comments.id in (select max(comments.id) as id from comments group by
  comments.distribution_id)) a on distributions.id = a.distribution_id
  order by a.datetime desc

The schema is here:
https://github.com/baijum/getpython3/blob/master/py3k/model.py
May be the query can be simplified.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] User group meeting

2011-01-29 Thread Baiju M
On Sat, Jan 29, 2011 at 9:06 PM, vikas ruhil  wrote:
> anyone going to meet up Delhi tell  i can't afford to come up Bangalore  if
> furthure any meeting there in delhi inform us please.

It's look like there is no Python user group in Delhi.
http://wiki.python.org/moin/LocalUserGroups
But I know that there are many Python users from Delhi here.
Why don't you all start a user group in Delhi area.
See this page for more information:
http://wiki.python.org/moin/StartingYourUsersGroup

Some suggestions:
Once you start your online group, try for a meetup.
The meetup need be very crowded.  If one or two
of you can't go for a meeting, let others meet.
It's very difficult to find a convenient time for everyone.
Of course you can have multiple meetups
and the same people need to come for every meeting.

I remember, when I came to Bangalore for the first time, one of the
first thing I did was to find a Python user group and attend the meeting:
http://baijum81.livejournal.com/18372.html

So, whenever you move to other places, see whether a Python use group
is there or not. If there is none, start one !

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] User group meeting

2011-01-29 Thread Baiju M
On Sat, Jan 29, 2011 at 8:54 PM, Noufal Ibrahim  wrote:
> On Thu, Jan 27 2011, Baiju M wrote:
>
> [...]
>
>> ZeOmega office is confirmed.  You can see the address and location here:
>> http://goo.gl/maps/5OTm
>>
>> Please call to my mobile if you have any difficulty in finding the place.
>
> [...]
>
> I will be there for the sprint only post lunch. I have some personal
> things to take care of in the morning.

Ok, that's fine.

I will be there at 10 am itself.  So far Noufal & Devjyoti has showed
interest.  If any anybody else want to join, please let me know.

Anyone want to hack from your place ?  There is a task
you can select: https://github.com/baijum/getpython3/issues/#issue/4

Regards,
Baiju M

> --
> ___
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] PSF Sprints - Call For Applications

2011-01-27 Thread Baiju M
Hi Senthil,

On Fri, Jan 28, 2011 at 8:20 AM, Senthil Kumaran  wrote:
> Hi Baiju,
>
> I think that was "Call for Application" for Sponsored Sprint. Like if we all
> decide upon a sprint date and chalk out of our tasks, then, we can approach
> PSF with the details  (the tasks we are undertaking) and request them if
> they can sponsor it. *If they agree to sponsor it, then the money details
> can handled by organizer , it could be single person whom the group can
> trust. I don't think we should get to legal entity details here.
>
> If you like to consider getpython3.net  site development as a part of
> sprint, then I think you should put forth the proposal with PSF. But
> personally, I think that  it is a very good one/two person project and  I
> would like sprints to be a community event. Like if we can get at least 10
> people to work on enhancing/ bug fixing the existing projects (bluebream,
> django, twisted or python and similar) so that new-comers have an edge in
> joining the respective project communities, it would have a greater benefit.
> If we plan or decide upon such an event in the near future, we should take
> this opportunity extended by PSF.
>
> Also, if we plan for Sprints, we should allow remote participation too. (I
> can participate only remotely for bangpypers these days :) !)

We can definitely do more sprints in future.  Let's see how the first one goes.
Then, we will approach PSF for funding, at least we can
have some Biriyani :)

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] PSF Sprints - Call For Applications

2011-01-27 Thread Baiju M
Hello Brian,

Thanks for informing us about sprint sponsorship.  BangPypers
is going to organize a one day sprint for the first time next weekend
(30th Jan).
We are going to develop a site: http://getpython3.net/ similar to
http://isitruby19.com/ Two of us (Me & Noufal) has experience in participating
US PyCON sprints. I will discuss with other participants and let you
know if any sponsorship is required.  BTW, BangPypers is not a
registered organization
(legal entity), so I am not sure how the fund can be transferred.  May be we
can use the help of IPSS (Indian Python Software Society).

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] User group meeting

2011-01-27 Thread Baiju M
On Thu, Jan 27, 2011 at 11:08 AM, Baiju M  wrote:
> On Wed, Jan 26, 2011 at 11:39 PM, Noufal Ibrahim  wrote:
>> On Wed, Jan 26 2011, Baiju M wrote:
>>
>>> On Wed, Jan 26, 2011 at 9:06 PM, devjyoti patra  wrote:
>>>> Hi Baiju,
>>>>
>>>> Your project is interesting. Will you be hacking on Sunday.
>>>> If there is a seat left. I can join you on Sunday.
>>>
>>> So far just you and Noufal showed interest to come on Saturday.
>>
>> If it's this weekend, I cannot come on Saturday. I can come only on Sunday.
>>
>> [...]
>>
>>> BTW, I am afraid we are diverting from the original topic.  When will
>>> be the next user meeting ?
>>
>> How's this Sunday? 30 Jan 2010.
>
> Yes, Sunday is fine with me.  I will talk to our management and arrange
> a place where we can sit and write code.  We will start around 10 am
> and then see how far it goes till the evening.  If it is just three or
> four people,
> we can do the sprint from my home also (Banashankari 2nd Stage).
> Or you can suggest any other place, I have no problem to come.
>
> My contact number is +91 9945973441

ZeOmega office is confirmed.  You can see the address and location here:
http://goo.gl/maps/5OTm

Please call to my mobile if you have any difficulty in finding the place.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] User group meeting

2011-01-26 Thread Baiju M
On Wed, Jan 26, 2011 at 11:39 PM, Noufal Ibrahim  wrote:
> On Wed, Jan 26 2011, Baiju M wrote:
>
>> On Wed, Jan 26, 2011 at 9:06 PM, devjyoti patra  wrote:
>>> Hi Baiju,
>>>
>>> Your project is interesting. Will you be hacking on Sunday.
>>> If there is a seat left. I can join you on Sunday.
>>
>> So far just you and Noufal showed interest to come on Saturday.
>
> If it's this weekend, I cannot come on Saturday. I can come only on Sunday.
>
> [...]
>
>> BTW, I am afraid we are diverting from the original topic.  When will
>> be the next user meeting ?
>
> How's this Sunday? 30 Jan 2010.

Yes, Sunday is fine with me.  I will talk to our management and arrange
a place where we can sit and write code.  We will start around 10 am
and then see how far it goes till the evening.  If it is just three or
four people,
we can do the sprint from my home also (Banashankari 2nd Stage).
Or you can suggest any other place, I have no problem to come.

My contact number is +91 9945973441

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] User group meeting

2011-01-26 Thread Baiju M
On Wed, Jan 26, 2011 at 9:06 PM, devjyoti patra  wrote:
> Hi Baiju,
>
> Your project is interesting. Will you be hacking on Sunday.
> If there is a seat left. I can join you on Sunday.

So far just you and Noufal showed interest to come on Saturday.
Meanwhile go through the code base and familiarize the technologies
required: https://github.com/baijum/getpython3

BTW, I am afraid we are diverting from the original topic.
When will be the next user meeting ?

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] User group meeting

2011-01-25 Thread Baiju M
On Tue, Jan 25, 2011 at 11:37 PM, vikas ruhil  wrote:
> where is your office

http://goo.gl/maps/5OTm

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] User group meeting

2011-01-25 Thread Baiju M
On Tue, Jan 25, 2011 at 10:35 PM, Noufal Ibrahim  wrote:
> On Tue, Jan 25 2011, Baiju M wrote:
>
> [...]
>
>> Well, I just started a new project: http://getpython3.net/ I want to
>> build something like this site: http://isitruby19.com/ (with few extra
>> links)
>>
>> I am going to work on this tomorrow and next weekend.  Anyone
>> interested for a coding sprint this weekend ?  We can do it from my
>> office.  The code is here. https://github.com/baijum/getpython3
>>
>> Basically, this involves fetching many data from PyPI and populating
>> the site.  Then provide a user form to submit comments and most
>> importantly whether the library/module is working for them in Python
>> 3.
>
> Does PyPI have some kind of an API to fetch data? This sounds useful. +1

As Venkatraman mentioned, PyPI has some API:
http://wiki.python.org/moin/PyPiXmlRpc

> from me but I'm occupied on this coming Saturday and can only do Sunday.

I am fine with Sunday also, I will call you later.  Let's see if anybody else
interested.

Now I am trying struggling with SQLAlchemy API to define the schema.
https://gist.github.com/795199

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] User group meeting

2011-01-25 Thread Baiju M
On Tue, Jan 25, 2011 at 8:44 PM, Noufal Ibrahim  wrote:
> On Tue, Jan 25 2011, Sidu Ponnappa wrote:
>
>> Feel free to use our office; the only limitation is that we don't have a
>> projector.
>
> [...]
>
> Unfortunately, a nice office without participants does not a user group
> meeting make.
>
> Anyone interested in a meetup? I'm sure atleast a few people are working
> on something enjoyable that they can talk about. No?

Well, I just started a new project: http://getpython3.net/ I want to
build something
like this site: http://isitruby19.com/ (with few extra links)

I am going to work on this tomorrow and next weekend.  Anyone interested
for a coding sprint this weekend ?  We can do it from my office.
The code is here. https://github.com/baijum/getpython3

Basically, this involves fetching many data from PyPI and populating the site.
Then provide a user form to submit comments and most importantly
whether the library/module is working for them in Python 3.

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] TIOBE language of the year 2010

2011-01-08 Thread Baiju M
www.tiobe.com/index.php/content/paperinfo/tpci/index.html
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] FaceBook community page

2010-12-31 Thread Baiju M
Hi All,
 I have created a FaceBook community page for BangPypers
http://www.facebook.com/pages/BangPypers/160541007325160
(Short URL: http://on.fb.me/fqy4Hn )

Well, I don't have any immediate plan with that page now.
May be we can use it for organizing events.  Any other ideas ?
Of course you can 'Like' that page :)

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] [JOB] Python programmers required

2010-12-17 Thread Baiju M
Hi All,
   I am working in ZeOmega Infotech Pvt. Ltd., Bangalore.
( http://www.zeomega.com ) We are looking for 2 to 3 years experienced
Python programmers, the details are given below.  If you are interested,
please contact me: mbaiju AT zeomega.com

Experience
==

2 - 3 yrs

Designation
===

Python Developer

Skill set
=

Essential Skills


1. Strong background in Python
2. Excellent debugging skills
3. Experience in building web applications
4. Proven ability to design and deliver custom solutions
5. Strong communication/collaboration/problem solving/documentation skills

Desirable Skills


1. Experience in Zope
2. Experience in RDBMS
3. Experience in JavaScript & CSS
4. Experience of working with GNU/Linux OS
5. Working knowledge of Subversion or any other VCS

Roles and responsibility


* Work in a team, building scalable health-care web applications
* Analysis of problem domains and customer requirements
* Deliver robust software components and solutions
* Work with product group throughout development cycle to ensure quality
  of end product
* Document code, track and fix bugs, respond rapidly to emergencies in
  production environment
* Help writing project documentation, transition materials and training

Regards,
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] User group meeting

2010-11-26 Thread Baiju M
On Fri, Nov 26, 2010 at 5:09 PM, Noufal Ibrahim  wrote:
>
> Apologies if this is a repeat. My cellphone is not reliable.
>
> It's been a few months since the conference is done. We haven't had a
> User Group meeting in a while. Any takers for sometime mid December?

I wonder doodle will be useful to find a convenient date for everyone:
http://www.doodle.com/qrw779k2grp8uiqy

Let's try this tool ?

--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


[BangPypers] Fwd: [TIP] Call for proposals -- PyCon 2011

2010-09-23 Thread Baiju M
-- Forwarded message --
From: Jesse Noller 
Date: Fri, Sep 24, 2010 at 7:04 AM
Subject: [TIP] Call for proposals -- PyCon 2011
To: tip 


[I better see some rocking testing talks again this year! - jesse]


Call for proposals -- PyCon 2011 -- 
===

Proposal Due date: November 1st, 2010

PyCon is back! With a rocking new website, a great location and
more Python hackers and luminaries under one roof than you could
possibly shake a stick at. We've also added an "Extreme" talk
track this year - no introduction, no fluff - only the pure
technical meat!

PyCon 2011 will be held March 9th through the 17th, 2011 in Atlanta,
Georgia. (Home of some of the best southern food you can possibly
find on Earth!) The PyCon conference days will be March 11-13,
preceded by two tutorial days (March 9-10), and followed by four
days of development sprints (March 14-17).

PyCon 2011 is looking for proposals for the formal presentation
tracks (this includes "extreme talks"). A request for proposals for
poster sessions and tutorials will come separately.

Want to showcase your skills as a Python Hacker? Want to have
hundreds of people see your talk on the subject of your choice? Have
some hot button issue you think the community needs to address, or have
some package, code or project you simply love talking about? Want to
launch your master plan to take over the world with Python?

PyCon is your platform for getting the word out and teaching something
new to hundreds of people, face to face.

In the past, PyCon has had a broad range of presentations, from reports
on academic and commercial projects, tutorials on a broad range of
subjects, and case studies. All conference speakers are volunteers and
come from a myriad of backgrounds: some are new speakers, some have been
speaking for years. Everyone is welcome, so bring your passion and your
code! We've had some incredible past PyCons, and we're looking to you to
help us top them!

Online proposal submission is open now! Proposals  will be accepted
through November 10th, with acceptance notifications coming out by
January 20th. To get started, please see:

   

For videos of talks from previous years - check out:

   

For more information on "Extreme Talks" see:

   

We look forward to seeing you in Atlanta!

Please also note - registration for PyCon 2011 will also be capped at a
maximum of 1,500 delegates, including speakers. When registration opens
(soon), you're going to want to make sure you register early! Speakers
with accepted talks will have a guaranteed slot.

Important Dates:
   * November 1st, 2010: Talk proposals due.
   * December 15th, 2010: Acceptance emails sent.
   * January 19th, 2010: Early bird registration closes.
   * March 9-10th, 2011: Tutorial days at PyCon.
   * March 11-13th, 2011: PyCon main conference.
   * March 14-17th, 2011: PyCon sprints days.

Contact Emails:
   Van Lindberg (Conference Chair) - v...@python.org
   Jesse Noller (Co-Chair) - jnol...@python.org
   PyCon Organizers list: pycon-organiz...@python.org

___
testing-in-python mailing list
testing-in-pyt...@lists.idyll.org
http://lists.idyll.org/listinfo/testing-in-python
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] pycon

2010-09-23 Thread Baiju M
An official blog post has come:
http://in.pycon.org/2010/blog/28-pycon-india-goes-live-as-scheduled!

--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


Re: [BangPypers] pycon

2010-09-22 Thread Baiju M
On Thu, Sep 23, 2010 at 11:21 AM, Deepan Chakravarthy
 wrote:
> High Court verdict on the Ayodhya title is set to happen on friday.
> Read about the prohibitory orders from Friday to Sunday along with
> section 144 - 
> http://www.deccanchronicle.com/bengaluru/prohibitory-orders-city-3-days-355
> . Section 144 prohibits gatherings, mass sms etc.
>
> Is pycon happening on saturday and sunday? Can anyone throw some light
> on this issue?

http://in.pycon.org/2010/blog/27-ayodhya-verdict


--
Baiju M
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers


  1   2   >