Re: [BangPypers] PyCon India 2017 Sample Logos

2017-11-14 Thread Kushal Das
On 15/11/17, Akshay Aradhya wrote: > I am unable to send it on the other mailing list. I am getting "Post by > non-member to a members-only list" error > Yes, first join the mailing list and send the email. Kushal ___ BangPypers mailing list BangPyper

Re: [BangPypers] PyCon India 2017 Sample Logos

2017-11-14 Thread Kushal Das
On 14/11/17, Sayan Chowdhury wrote: > > > > *All logos are in vector format.* > > > > Thoughts and feedback are welcome. > > Akshay, Can you move the discussion to inpycon mailing list[1]? > > [1] https://mail.python.org/mailman/listinfo/inpycon As Sayan suggested, inpycon list the best place f

[BangPypers] Registration for PyCon Pune 2018 is open

2017-10-25 Thread Kushal Das
Hi all, Registration for PyCon Pune 2018 is now open. Book your ticket before it gets over. This blog post [1] explains the different available options. See you all in the conference. [1] https://pune.pycon.org/blog/post/registration-pycon-pune-2018-open/ Kushal Das

Re: [BangPypers] [X-Post] PythonExpress challenges

2017-08-09 Thread Kushal Das
On 05/08/17, vijay kumar wrote: > Hi All, > As we discussed couple of months ago[0], PythonExpress project requires > funding to take care of certain things. > > a) Keeping the tutor motivated and encouraged to conduct multiple workshops > seems to be tough. Even though we take care of travel and

[BangPypers] [X-POST] Call for proposals for PyCon Pune 2018

2017-08-04 Thread Kushal Das
-now/ 2] https://pune.pycon.org/2018/ [3] https://pyconpune.talkfunnel.com/2018/ [4] https://mail.python.org/mailman/listinfo/pycon-pune Yours truly, Kushal Das -- Chair, PyCon Pune Fedora Cloud Engineer CPython Core Developer https://kushaldas.in https://dgplug.org

[BangPypers] I Know What You Are Going To Do This Summer 2015

2015-05-03 Thread Kushal Das
fedoraproject.org/wiki/Communicate/IRCHowTo [4] http://opensource.com/life/14/6/enroll-now-free-online-open-source-programming-classes [5] https://www.youtube.com/watch?v=j5YV5KzIbOc [6] http://goo.gl/forms/aCjNPr7qWF Kushal Das -- Fedora Cloud Engineer CPython Core Developer Director Python Softw

[BangPypers] GSoC applications are open

2015-03-24 Thread Kushal Das
http://pyfound.blogspot.in/2015/03/google-summer-of-code-applications-are.html Kushal -- Fedora Cloud Engineer CPython Core Developer Director Python Software Foundation http://kushaldas.in ___ BangPypers mailing list BangPypers@python.org https://mail.

Re: [BangPypers] Good book for django

2014-09-24 Thread Kushal Das
On Wed, Sep 24, 2014 at 4:04 PM, Pratheek M S wrote: > Hello all, > > Can anyone suggest a good book for Django. I can say my django knowledge is > of intermediate level. I dont need a tutorial but something that can teach > me good design patterns and optimizations. I was looking at Pro Django an

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

2014-08-18 Thread Kushal Das
On Tue, Aug 19, 2014 at 1:12 AM, Gora Mohanty wrote: > On 18 August 2014 21:45, chandrakant kumar wrote: >> >> Python 3 has been a disappointment. > > I am bemused by absolutist comments like this. Could you explain how > exactly it was a disappointment for you in day-to-day work? > I also want t

Re: [BangPypers] Mailing list etiquette

2014-08-04 Thread Kushal Das
On Mon, Aug 4, 2014 at 1:29 PM, Jeffrey Jose wrote: > I agree with almost all of it, except for these 2. > > 1. No HTML emails > 2. No attachments. > Most of the FOSS project mailing lists follow these simple rules. > These are surely relics from the past. I dont see any reason why these need > t

[BangPypers] Mailing list etiquette

2014-08-03 Thread Kushal Das
Good old presentation [1] from mbuf. Please take time to read and understand. [1] http://www.shakthimaan.com/downloads/glv/presentations/mailing-list-etiquette.pdf Kushal -- CPython Core Developer http://fedoraproject.org http://kushaldas.in ___ BangP

[BangPypers] Mailing list rules in general [Was Re: BangPypers Digest, Vol 82, Issue 1]

2014-06-01 Thread Kushal Das
On Mon, Jun 2, 2014 at 11:12 AM, JERIN JACOB wrote: > Dear friends > > thanks for all your supports > Now as you getting help, here are few basic rules related to any FOSS mailing lists. 1. When you replying to a digest email change the subject line so that people can understand which email threa

[BangPypers] I Know What You Are Going To Do This Summer 2014

2014-05-05 Thread Kushal Das
Hi, Do you want to see your name next time you install GNU/Linux in your friend's computer? If yes, then go ahead and read ... We are happy to announce "I Know What You Are Going To Do This Summer 2014",[1] a free (as in freedom), online (IRC-based) [2] training sessions for wannabes to Free/Li

Re: [BangPypers] python training help

2013-12-24 Thread Kushal Das
On Mon, Dec 16, 2013 at 9:08 AM, Cool SSai wrote: > Hi Team, > > This is my first email to the group. Please guide me for Python training > classes in Bangalore. I have worked as Linux Administrator and more > interested to learn Python in detail. > Start from http://pymbook.rtfd.org :D Kushal

Re: [BangPypers] Debugging functions/tools/ways

2013-09-13 Thread Kushal Das
On Fri, Sep 13, 2013 at 2:46 PM, Anand Chitipothu wrote: > The best debugging tool I've used so far is the print statement. What about > others? Works for me in 99% of time or else there is ipdb. Kushal -- http://fedoraproject.org http://kushaldas.in

[BangPypers] Event report: PyCon India 2013

2013-09-08 Thread Kushal Das
Hi, I blogged the event report at [1], photos from the event can be found at [2]. [1] http://kushaldas.in/posts/event-report-pycon-india-2013.html [2] http://www.flickr.com/photos/kushaldas/sets/72157635408571946/ Kushal -- http://fedoraproject.org http://kushaldas.in __

Re: [BangPypers] List compression imrpovement

2013-01-09 Thread Kushal Das
On Wed, Jan 9, 2013 at 1:25 PM, vijay wrote: > i want to use only list compression to get solution like the way you see i > share solutions. > Basically one line solution . > Start reading from here. http://www.catb.org/esr/faqs/smart-questions.html Kushal -- http://fedoraproject.org http://k

Re: [BangPypers] Best way to convert this string into datetime object

2012-08-30 Thread Kushal Das
On Thu, Aug 30, 2012 at 8:03 PM, Ramchandra Apte wrote: > Sorry you should use datetime.strptime > It was failing that is why I asked here. Managed to do this using dateutil package in the most simple way. Kushal -- http://fedoraproject.org http://kushaldas.in __

[BangPypers] Best way to convert this string into datetime object

2012-08-30 Thread Kushal Das
Hi, What is the best way to convert "Thu Aug 30 11:59:18 + 2012" into a datetime object ? Kushal -- http://fedoraproject.org http://kushaldas.in ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Try Ninja IDE

2012-08-23 Thread Kushal Das
On Fri, Aug 24, 2012 at 12:10 PM, Roshan Mathews wrote: > On Fri, Aug 24, 2012 at 11:45 AM, kracekumar ramaraju > > PS - you are talking about SublimeText2, http://www.sublimetext.com/ right? I am using it only for a week and it seems to very nice in getting things done. Still now mostly edited py

Re: [BangPypers] [ANNOUNCEMENT] Retask, a Task Queue implementation for human beings

2012-07-04 Thread Kushal Das
On Wed, Jul 4, 2012 at 10:35 PM, Rahul R wrote: > hey , > > i was checking out ReTask , its a nice tool to have. But i am just curious > how is it different from using Redis with its python client. If i am not > wrong , redis natively supports pub-sub model. This is a library implementation where

[BangPypers] [ANNOUNCEMENT] Retask, a Task Queue implementation for human beings

2012-07-04 Thread Kushal Das
Hi all, I am happy to announce Retask [1], a Task Queue implementation for human beings. It uses Redis [2] it the backend. User can enqueue and dequeue tasks in the queues they manage. Each task can contain any serializable python objects. We use JSON internally to store the tasks in the queues.

[BangPypers] [SOLVED] Re: How to compare two PyUnicode objects ?

2011-06-13 Thread Kushal Das
On Tue, Jun 14, 2011 at 11:37 AM, Kushal Das wrote: > Hi, > > I am writing a python extension in C. I have two PyObjects of type > PyUnicode. Now I want to compare the values in the both. Which > function I should use for the same ? I was trying PyObject_Compare > from [1] but n

[BangPypers] How to compare two PyUnicode objects ?

2011-06-13 Thread Kushal Das
Hi, I am writing a python extension in C. I have two PyObjects of type PyUnicode. Now I want to compare the values in the both. Which function I should use for the same ? I was trying PyObject_Compare from [1] but not the getting the correct result. Any link/example to read ? [1] http://docs.pyth

Re: [BangPypers] 2D plotting libraries.

2010-06-04 Thread Kushal Das
On Fri, Jun 4, 2010 at 1:40 PM, Anand Balachandran Pillai wrote: > > You mean matplotlib. It is a Python library meant for plotting > and not a separate application like gnuplot. I haven't used it yet, but > I understand there is some initial learning involved. Not sure if > it is amenable for a r

Re: [BangPypers] [OT] Tools for writing books and publishing as pdfs

2010-03-11 Thread Kushal Das
On Thu, Mar 11, 2010 at 12:13 PM, Jins Thomas wrote: > Hi all, > > This is an off-topic. > > Would somebody please pass some suggestions on how we can write some e-book, > technical in nature. I'm planning to write one book on telecom network > domain . My main motive is to learn some more solid t

Re: [BangPypers] Reg : Python Scripting

2009-12-09 Thread Kushal Das
On Wed, Dec 9, 2009 at 4:34 PM, murugadoss wrote: \> > Sample Script: > os.system(my program) > child.sendline(input arguments) Use subprocess module. Kushal -- http://fedoraproject.org http://kushaldas.in ___ BangPypers mailing list BangPypers@python

Re: [BangPypers] Posting style

2009-10-21 Thread Kushal Das
On Tue, Oct 20, 2009 at 5:31 PM, Kenneth Gonsalves wrote: > > here are the guidelines for ilugc: > http://demo.ilugc.org.in/report/4/ > I generally ask people to read [1]. [1] http://www.shakthimaan.com/downloads/glv/presentations/mailing-list-etiquette.pdf Kushal -- http://fedoraproject.org

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

2008-09-22 Thread Kushal Das
On Sunday 21 September 2008 05:06:30 pm Vishal wrote: > We would like to use a GUI framework with our Python code. > Any pointers by actual users of a GUI framework in Python. The web gives > too many options to easily choose from. > My choice is PyQt4 :) Kushal -- Fedora Ambassador, India http:/

Re: [BangPypers] creating exe file

2008-09-19 Thread Kushal Das
On Friday 19 September 2008 04:36:41 pm Ataulla S H wrote: > hi Subhan, > > install py2exe > Its very easy to convert In Linux!!! Kushal -- Fedora Ambassador, India http://kushaldas.in http://dgplug.org (Linux User Group of Durgapur) ___ BangPypers ma

[BangPypers] ‘A Byte of Python’ updated for Python 3.0

2008-09-05 Thread Kushal Das
Hi all, Swaroop just released the latest version of his book "A Byte of Python", the new version is for Python 3.0. Read the post at http://www.swaroopch.com/blog/book-updated-for-python-3000/ The book can be found at http://www.swaroopch.com/notes/Python Kushal -- http://fedoraproject.org http

Re: [BangPypers] How for and list.remove() works

2008-07-09 Thread Kushal Das
On Wednesday 09 July 2008 09:26:09 pm Anand Chitipothu wrote: > It never iterated over the second the 12. When x=12 for the last time, > there was still a 12 at the begining of the list. (try printing the > list also for every iteration). > > It internally maintains an index for iteration. If you h

Re: [BangPypers] How for and list.remove() works

2008-07-09 Thread Kushal Das
On Wed, Jul 9, 2008 at 8:47 PM, Kushal Das <[EMAIL PROTECTED]> wrote: > Hi all, > >>>> a = [12, 12, 1321, 34, 23, 12, 34, 45, 77] >>>> for x in a: > ... if x == 12: > ... a.remove(x) >>>> a > [1321, 34, 23, 12, 34, 45, 77] >

[BangPypers] How for and list.remove() works

2008-07-09 Thread Kushal Das
Hi all, >>> a = [12, 12, 1321, 34, 23, 12, 34, 45, 77] >>> for x in a: ... if x == 12: ... a.remove(x) >>> a [1321, 34, 23, 12, 34, 45, 77] Can any one explain me how the remove works and how it is effecting the for loop. Kushal -- Fedora Ambassador, India http://kushaldas.in http://dgpl

Re: [BangPypers] hi everybody

2008-06-16 Thread Kushal Das
On Tuesday 17 June 2008 01:28:01 am Nirakar Sethy wrote: > hi all. > i'm new to python. On windows we do have a GUI (like a notepad) In which we > can script. How to get that on Linux (Fedora 8) Give as root: #yum install eric Kushal -- Fedora Ambassador, India http://kushaldas.in http://dgplug.o

[BangPypers] How to sort the IP(s)

2008-05-08 Thread Kushal Das
Hi, What is the best way to sort IP numbers numbers like 192.168.20.1 192.168.1.1 172.18.13.2 Kushal -- Fedora Ambassador, India http://kushaldas.in http://dgplug.org (Linux User Group of Durgapur) ___ BangPypers mailing list BangPypers@python.org htt

Re: [BangPypers] My book on Python for newbies

2008-04-04 Thread Kushal Das
On Friday 04 April 2008 01:48:10 pm gnuyoga wrote: > don't u think this is a futile effort in comparison with > docs.python.org > curious to know why u wrote this Because I found most of the students are not into RTFM much. They like books with examples just like any other book in the school. K

Re: [BangPypers] My book on Python for newbies

2008-04-04 Thread Kushal Das
On Friday 04 April 2008 12:29:44 pm Sanjaya Kumar Patel wrote: > While I am going through the book at ease, must appreciate the simple look > and feel of the site. Curious to know what tools do you use to produce the > site. I used Publican , which is a toolchain based on docbook. It used to be R

Re: [BangPypers] My book on Python for newbies

2008-04-03 Thread Kushal Das
On Thursday 03 April 2008 06:53:18 pm Shameer Khadar wrote: > Hi Kushal, > > This is nice, > But it is always painful to read a whole book through html links :) > Can you please put a pdf copy of the current version of your book. The toolchain I am using for writing this book is currently little bi

[BangPypers] My book on Python for newbies

2008-04-03 Thread Kushal Das
Hi, I am writing a book on Python for newbies. You can see it here http://kushal.fedorapeople.org/book/ I am looking for feedback. Flowers and stones both are welcome Kushal -- Fedora Ambassador, India http://kushaldas.in http://dgplug.org (Linux User Group of Durgapur) _

[BangPypers] Any link for xmlrpc in zope3

2008-02-15 Thread Kushal Das
Hi, I am looking for any nice tutorial link from xmlrpc in zope3. The only one I can find is http://blogs.nuxeo.com/sections/blogs/tarek_ziade/2005_11_04_xml-rpc-over-zope-3 But I installed zope3 useing easy_install and the directory structure is matching with that tutorial. Kushal -- Fedora A

[BangPypers] Any python openid server example

2007-12-21 Thread Kushal Das
Hi, i am looking for some python-openid server examples. The one with the code looks little bit complicated to me. Kushal -- Fedora Ambassador, India http://kushaldas.in Indian Fedora mirrors: http://mirror.wbut.ac.in/pub/fedora/linux/ http://fedora.glug-nith.org/linux/