Hello Vijay,
I am interested.
---
Regards,
Shashidhar N.Paragonda
shashidha...@gmail.com
+919900093835
On Sun, Sep 8, 2019 at 12:22 PM Abhiram R wrote:
> H Vijay,
> I'm interested.
>
> Thanks
> Abhiram
> (abhiramr.com)
>
> On Sun, Sep 8, 2019, 12:11 PM vijay kum
Hello Krace,
You welcome, sure I'll come with outline and I'll update you. Later we can
decide things to add, modify contents to be covered during our workshop.
On Monday, 27 February 2017, kracekumar ramaraju <
kracethekingma...@gmail.com> wrote:
> 2017-02-20 15:48 G
Hello Krace,
I am interested in taking part of conducting training in Python,
Automation, cloud.
I am currently working on OpenStack, Docker, Rally, Tempest, Python,
Automation, AWS, and cloud tools.
We can have discussion on this. Thank you.
---
Regards,
Shashi
Wed, Sep 28, 2016 at 12:11 PM, vijay kumar wrote:
> Which workshop ?
>
> On Wed, Sep 28, 2016 at 11:58 AM, Shashidhar Paragonda <
> shashidha...@gmail.com> wrote:
>
> > Hello Vijaya,
> >
> > I am unable to accept the workshop, ther
Hello Vijaya,
I am unable to accept the workshop, there is 'javascript' error in the page.
---
Regards,
Shashidhar N.Paragonda
shashidha...@gmail.com
+919900093835
On Wed, Sep 28, 2016 at 9:08 AM, vijay kumar wrote:
> Hi All,
>We are still looking for volu
case it was logistics issue.
>
>
> On Tue, Aug 9, 2016 at 12:34 PM, Shashidhar Paragonda <
> shashidha...@gmail.com> wrote:
>
> > Ok fine, I have accepted workshop in NMAM college Udupi, but status shows
> > ON hold what does it means, its gone happen or not ?
> >
ave found tutors for this workshop.
> Will keep posted for future requests here.
>
> On Tue, Aug 9, 2016 at 12:28 PM, Shashidhar Paragonda <
> shashidha...@gmail.com> wrote:
>
> > Hey Vijay I am interested but I am unable to see the Accept button, plz
Hey Vijay I am interested but I am unable to see the Accept button, plz add
my name for the same.
---
Regards,
Shashidhar N.Paragonda
shashidha...@gmail.com
+919900093835
On Tue, Aug 9, 2016 at 9:38 AM, vijay kumar wrote:
> Hi All,
>We received Python2 wor
Hey Vijay,
Good afternoon, I have nominated my name for Python workshop @ NMAM
Institute of technology, Udupi. Let me know further details of workshop.
1) Is there any template PythonExpress follows for workshops if please
share.
2) Any format / contents predefined for python workshop ( basically
hello Python hackers,
I wanted to learn about private cloud computing, gone through some google
search information, found that OpenStack framework is good for the same.
Does anyone have idea about OpenStack and its strength, futuristic benefits.
Thank you in advance.
--
Hello Python hackers
There is immediate Python developer requirement in Accenture with experience
2-4yrs.
JD:
1) Python
2) django framework
3) web technology: html, css, JavaScript, angularjs (plus)
4) php
Note: please don't spam group mail box, please reply and share your Cv to
shashidhar.parag
4 PM, ragsagar wrote:
> > > On Mon, Feb 16, 2015 at 11:26 AM, Gora Mohanty
> > wrote:
> > >
> > >> On 16 February 2015 at 12:42, Shashidhar Paragonda
> > >> wrote:
> > >> > hello hackers,
> > >> >
> > >>
hello hackers,
I need help on implementing pagination for Restful responses in django,
front hand I am using angular js.
Basically I get customer details from rest request and I need to divide
then by 25 per page with pagination how can I achieve this. No Db involved
here.
--
--
Hello Apratim
Thanks for sharing info. I am interested to join. Is there any agenda what
session is going happen!
On Sunday, November 2, 2014, apratim ankur wrote:
> Hi,
> There's a python meetup @IBM Innovation Center, Block A, Embassy Golf Links
> Domlur - this wednesday @6 pm --
> http://www.
yanth Koushik
> wrote:
>
> > Are you sure the files aren't encrypted? If they are, then xlrd can't
> > handle them.
> >
> > http://www.lexicon.net/sjmachin/README.html (Look at 'Unlikely to be
> > done')
> >
> > Jayanth
>
Hello all,
>>> I am using xlrd library to read .xls files,
>>> wb = xlrd.open_workbook("workbook_name.xls")
>>> when I execute I get error :
Traceback (most recent call last):
File "rater_document_parser.py", line 72, in
wb = xlrd.open_workbook(row.SERVER_MOUNT_PATH)
File "/usr/lib/python
Hello Python hackers,
>>> I have written a manual test case parser for HP Quality center.
>>> I used BeautifulSoup, xlwt, xlrd, win32com libraries.
>>> Now the script performs according to the requirement,
>>> The final requirement is, I need to wrapup my script and supporting
libraries as one exe
t here --
> > ### you can print log/debug text in the log window like this.
> > self.area.insert(INSERT, "script logs\n")
> >
> >
> > def main():
> > root = Tk()
> > root.geometry("350x300+300+300")
Hello Python hackers,
>>> I have written a HP Quality Center manual test case parser program to
do some task.
>>> My requirement is, there will be a button say execute for each manual
test case in test lab.
>>> When user click on execute button I need to execute my python parser
program.
>>> Do
shashidha...@gmail.com
+919900093835
On Wed, Mar 12, 2014 at 10:58 AM, Gora Mohanty wrote:
> On 12 March 2014 10:29, Shashidhar Paragonda
> wrote:
> >
> > Hello Python hackers
> >
> > >>> I have a excel file which has some amount of data.
> > >
g. Check if it has API's for reading
> > as well. I would be surprised if ti doesn't.
> > Thanks
> > Shankha Banerjee
> >
> >
> > On Wed, Mar 12, 2014 at 10:29 AM, Shashidhar Paragonda
> > wrote:
> >> Hello Python hackers
> >>
>
g. Check if it has API's for reading
> > as well. I would be surprised if ti doesn't.
> > Thanks
> > Shankha Banerjee
> >
> >
> > On Wed, Mar 12, 2014 at 10:29 AM, Shashidhar Paragonda
> > wrote:
> >> Hello Python hackers
> >>
>
Hello Python hackers
>>> I have a excel file which has some amount of data.
>>> The data in each row has some words which are italic and bolded.
>>> my requirement is I need to extract only italic or bold words from each
row.
>>> any suggestions on the same, thank you in advance.
>>> Hello python hackers
>>> I have a excel file which is .xls format.
>>> My requirement is: the excel file contains a manual test cases, in
second column, I need to read a file and extract thekeywords like : Login,
logout, click to optimize, enhance, so on.
>>> any suggestions on how to parse the
shashidha...@gmail.com
+919900093835
On Thu, Feb 13, 2014 at 4:03 PM, Vaikuntham Jagannath <
vjagannat...@gmail.com> wrote:
> For what purpose are you trying to use C# Automation scripts?
>
>
> On Thu, Feb 13, 2014 at 6:29 PM, Shashidhar Paragonda <
> shashidha...@gmail.com&g
n the automation
> scripts efficiently in the long run. Hope this helps..
>
> Regards,
> jagan
>
>
> On Tue, Feb 11, 2014 at 5:17 PM, Shashidhar Paragonda <
> shashidha...@gmail.com> wrote:
>
> > Hi
> > >>> The main requirement is to build autamat
you want to write a parser for the Gherkin format ? If we can know
> the underlying need, then may be We can suggest you more effectively.
>
> Regards,
> Jagan
>
> On Tue, Feb 11, 2014 at 2:26 PM, Shashidhar Paragonda <
> shashidha...@gmail.com> wrote:
>
> > Hell
Hello Python hackers
>>> I wanted to write parser for below GHERKIN format, can anyone suggest
best pythonic approach to parse and extract the details from below eg:
>>> My need is to discard the common english words and extract rest of the
text and write entries to XML ( i thought of using XML,
>>> Hello Python hackers
>>> Does anyone know the good tutorial / book on indepth python knowledge
on datastructures and algorithms.
---
Regards,
Shashidhar N.Paragonda
shashidha...@gmail.com
+919900093835
___
BangPypers
be better), but
> it's definitely worth a look.
>
> Jonathan
>
>
> On 1/30/2013 1:20 AM, Shashidhar Paragonda wrote:
>
>> Dear Python hackers,
>>
>> >>> I am new to OpenGL world and staring to work on some 3D
>> graphics
>&
When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of BangPypers digest..."
> >
> >
> > Today's Topics:
> >
> > 1. [ OpenGL ] [ Python ] [ Library ] ? (Shashidhar Paragonda)
> >
> >
> >
Dear Python hackers,
>>> I am new to OpenGL world and staring to work on some 3D graphics
project.
>>> My request is which is best / good python OpenGL library to
start working ( with documnetation ) ?
>>> Thanks in advance for you help / suggestions / guidelines
--
Oh my god its shocking news, god you did mistake. There were many many days
left in FOSS world for him, which are useful to young people to learn and
follow.
This is really sad, may his soul rest in peace. Long live his contributions
to FOSS & Python world.
On Fri, Aug 3, 2012 at 6:56 PM, satya
Dear Python Hackers,
>>> I am writing some testing tool in python, I test through
interpreter / command-line
>>> My requirement is i have to enter complete timestamp / date
everytime to check some data from within date range like: 11-06-2010 to
11-06-2012
>>> raw_input(
years
> experience may i apply for this position
> please let me know
> Thanks & Regards
> Srinivasa
>
> On Sun, Apr 29, 2012 at 8:43 PM, Shashidhar Paragonda <
> shashidha...@gmail.com> wrote:
>
> > Dear Python hackers,
> >
> >There
Dear Python hackers,
There is opening for junior Python developer in Carl Zeiss India
Pvt. Ltd. A German company. The position is for permanent position.
Skills required:
>>> Python
>>> Zope / Django
>>> HTML
>>> CSS
>>> Ajax
Optio
Dear Python hackers,
>>> I want help on implementation of WebDAV in Zope
>>> My requirement is-> I have 5 client machine, 1 server machine
where Zope server is running, I have to take certain configuration backup,
make a tarball and send it to server machine through
freeze it
> using, bb-freeze or cx_freeze or py2exe, then test the frozen app and then
> create an installer for the executable so created. I found bb-freeze to be
> good since it could do the same for Linux, Mac and Windows, without any
> changes to driver script.
>
> take care,
&
Hello Python hackers,
>>> I am facing typical uninstaller error on windows machine.
>>> I have created our application setup installer through
Innosetupcompiler in windows.
>>> I have installed Zope, Python, and all the addons for python
and zope at source installer fold
ager file time= %s " %
strftime('%a %d-%b-%Y %H:%M:%S GMT',gmtime(expires))
expires = strftime('%a %d-%b-%Y %H:%M:%S GMT',gmtime(expires))
print "second expires value = %s" % expires
This is cookie function.
On Thu, Nov 10, 2
Dear Python hackers,
>>> I am facing *ValueError : **timestamp out of range for
platform time_t
*
* >>> *I am working on Zope v. 2.8.11 with Python v2.4.4 on
Debian v6.0 Squeeze.
>>> I get this error when I extract some parameters and
values from databas
Dear Python hackers,
I have text file. I read each line and store it in List.
my requirement is I need to check only 6 special lines from i.e
1. resultToPDFFile
2. resultToPDFFileDialog
3. resultToQdasFile
4. resultToQdasFileDialog
5. resultToTableFile
6. resultToTableFileDialog
Dear Python hackers,
I have text file. I read each line and store it in List.
my requirement is I need to check only 6 special lines from i.e
1. resultToPDFFile
2. resultToPDFFileDialog
3. resultToQdasFile
4. resultToQdasFileDialog
5. resultToTableFile
6. resultToTableFi
Dear Python hackers,
I have text file. I read each line and store it in List.
my requirement is I need to check only 6 special lines from i.e
1. resultToPDFFile
2. resultToPDFFileDialog
3. resultToQdasFile
4. resultToQdasFileDialog
5. resultToTableFile
6. resultT
Hello Sateesh Kumar,
Thanks for informative links I learned new things and now problem
is solved!.
On Fri, Oct 28, 2011 at 10:05 AM, Sateesh Kumar wrote:
> On Fri, Oct 21, 2011 at 12:37 PM, Shashidhar Paragonda <
> shashidha...@gmail.com> wrote:
>
> * Then i tried *
i, Oct 21, 2011 at 12:37 PM, Shashidhar Paragonda <
> shashidha...@gmail.com> wrote:
>
> > Dear Python hackers
> >
> > >> I checkout folder from repository to sat
> c:/MY/Application/TEMP
> > folder (TEMP folder i create)
> > >
Dear Python hackers
>> I checkout folder from repository to sat c:/MY/Application/TEMP
folder (TEMP folder i create)
>> I read a file from destination folder and perform some task and
close it
>> Now after performing task I need to delete entire checkout
folder from TE
Our customer wants some addon and our tool at customer place is still
running with Python v2.3.5 & Zope v2.7.X I dont have option to change now
,ya in near future I am migrating to newer version of python & zope.
On Wed, Oct 19, 2011 at 6:13 PM, Noufal Ibrahim wrote:
> Shashidha
Hello Noufal I have tried your solution but i get invalid syntax for this
line *with open()
*I am using python 2.3.5 what could be the problem.
On Wed, Oct 19, 2011 at 3:52 PM, Noufal Ibrahim wrote:
> Shashidhar Paragonda writes:
>
> > Dear Python hackers,
> >
&g
ON"
>> elif "resultToExportToPDFDialog" in
all_lines_in_file[line]:
>> if
all_lines_in_file[line+1].split(')')[0].split('#')[1] == 'off':
>> self.cnc_parameters['PDF']
gt;
> Thanks and Regards,
> Mahendra Naik
>
> 2011/10/19 Shashidhar Paragonda
>
> > Dear Python hackers,
> >
> >I have a text file and the contents are like :
> >
> >#(
> >#resultToEx
Dear Python hackers,
I have a text file and the contents are like :
#(
#resultToExportToCurveDistDialog ' ->'
#off)
like same structure many lines exists.
My requirement is I want to find
Hello Python hackers,
I want to create windows installer (one) file which is
combination of, Python v.2.4.4, Zope v2.8.11, Postgresql v8.1.x, and some
Python dependency packages and Zope dependency packages.
With inclusion of all these above packages I need one singl
Hello Python hackers,
--
---
Regards,
Shashidhar N.Paragonda
shashidha...@gmail.com
+919449073835
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers
Hello Vikas
really its nice initiative after the complete training
please send both source code, and video link so that we can share with
others who dint attended and also to people who are in need to get started
thank you, have a nice day and I wish all the success for the event b
55 matches
Mail list logo