[BangPypers] [Meetup] RSVP is open June meetup

2017-06-10 Thread Ramanathan Muthaiah
Hi RSVP for June month meetup is open. There are four talks confirmed. These talks are continuation of previous (May) meetup's theme -- "The Journey to the Kernel". 1. Multidimensional data is just an abstraction over the linearly stored data in memory. This talk is about understanding how the t

Re: [BangPypers] [X-post] [PythonExpress] Request for volunteer to conduct python workshop at Jabalpur , M.P and Vishakapatnam, A.P

2016-08-29 Thread Ramanathan Muthaiah
*Vishakapatnam, > Andhra Pradesh *on Sept. 10, > 2016. > Am willing to take this but the accept option is missing Python Express website against this workshop. FWIW, Am registered and logged in the Python Express website. /Ram

Re: [BangPypers] Python2 workshop request for KLE S Nijalingappa College , Bengaluru, Karnataka

2016-08-09 Thread Ramanathan Muthaiah
> >We have received request for two parallel track workshop for KLE S > Nijalingappa College , Bengaluru, Karnataka > Date: Saturday, Aug. 20 2016 > > We are looking for two tutor to conduct parallel tracks > > >1. https://pythonexpress.in/workshop/72/ >2. https://pythonexpress

Re: [BangPypers] Announcing PythonMonth for Year 2016

2016-07-27 Thread Ramanathan Muthaiah
On Wed, Jul 27, 2016 at 11:38 PM Anuvrat Parashar wrote: > Hi Rama > please feel free to accept workshops you can conduct based on your > availability and locality. > Tried to volunteer for 1 or 2 workshops but got this error: "Not sufficient permission" /Ram ___

Re: [BangPypers] Announcing PythonMonth for Year 2016

2016-07-26 Thread Ramanathan Muthaiah
Hi Vijay, After registration @ PythonExpress, volunteers are expected to take up workshops (where presenters are NIL) or they will be contacted to know their availability ? > We are looking for volunteers to help us from connecting to colleges till > conducting workshops. If you are interested t

Re: [BangPypers] Converting prettytable to xml?

2016-07-09 Thread Ramanathan Muthaiah
> > So any way I can use same prettytable data which is used for HTML report > inturn can be used for XML? > Few suggestions: (i) Try and understand the source of the data before it's fed to prettytable (is it part of standard library) ? (ii) If you do some research, there must be xml modules pa

Re: [BangPypers] Converting prettytable to xml?

2016-07-04 Thread Ramanathan Muthaiah
Hi Sachin, On Mon, Jul 4, 2016 at 6:53 PM Sachin Joshi wrote: > Hi Friends, > Is there a way or any library I can use to convert pretty table to xml? > Could you pls share more background info and highlight what's the problem you are trying to solve here ? Have you tried any test code or read

[BangPypers] Display progress as cmd is executed subproces?

2016-06-13 Thread Ramanathan Muthaiah
Hello All, Am aware of the module called 'progressbar' that can do this magic of displaying progress as the cmd is executed. In fact, I have a test code to show progress and tried, it works. from progressbar import * import time def main(): progress = ProgressBar() for num in p

Re: [BangPypers] Python Software Foundation

2016-06-02 Thread Ramanathan Muthaiah
> > I am one of the Directors of the Python Software Foundation. The results > were out today morning. > > Thanks to one and all who voted for me. > Congratulations Poornima and all the best to fulfill your goals for 2016/2017. For the awareness of this group, am posting PSF link regd your profil

[BangPypers] Creating "numeronyms" with the Five Laws of Library Science

2016-05-29 Thread Ramanathan Muthaiah
Hello Pythonistas, First things first, I was triggered to work on this numeronyms topic by this post from Vasudev Ram's blog: http://jugad2.blogspot.in/2016/05/i18nify-any-word-with-this-python.html >From his blog, short note on 18nify and numeronym: "i18nify" signifies making a numeronym of the

[BangPypers] Python Tutor -- www.pythontutor.com

2016-05-25 Thread Ramanathan Muthaiah
Hello Pythonistas, Am not here to promote this tool for any commercial reasons. This post is meant to be sharing from recent experience. As part of 'python learning' program, am working with some of my colleagues to help them learn Python. Many of them are new to Python (some have used Perl or S

Re: [BangPypers] Python - Build Monitor :

2016-05-21 Thread Ramanathan Muthaiah
Hi Ethiraj, > May I know apart from the below python module, Are you doing anything > different? > > http://pypi.python.org/pypi/jenkinsapi > https://pypi.python.org/pypi/python-jenkins/ > > I feel, what you are doing is already implemented. > Thanks for asking this question. I should answer to

[BangPypers] Python - Build Monitor :

2016-05-20 Thread Ramanathan Muthaiah
Hello All, Sorry for the lengthy post. In the past meetups of Bangpypers, slot wasn't available to share about this utility. So, am posting some details on this topic. Objective: Generate (possibly extend to real-time monitoring) build status for any project hosted in Jenkins. For the purpose o