-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Friday 23 August 2013 12:14 AM, rahul bhardwaj wrote:
Yes it is called PyCon India. More of discussion, less of training.
http://in.pycon.org/2013
You are invited.
- --
Regards,
- --Anand
-
---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Friday 23 August 2013 12:14 AM, rahul bhardwaj wrote:
>
Yes it is called PyCon India. More of discussion, less of training.
http://in.pycon.org/2013
You are invited.
> ___ BangPypers mailing
> list
On Fri, Aug 23, 2013 at 12:14 AM, rahul bhardwaj wrote:
Any upcoming training/discussion in Bangalore?
http://in.pycon.org/2013/
___
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
Hi,
Actually I have PCL file (i..e patran file).I want python coding to be done
so that it will read the PCL file and open Patran GUI window.How to do
that.Kindly find the attached PCL file for your ref.
Thanks regards
Kamalakar
___
BangPypers mailing lis
mx.com
>
>
>
> - Original Message -
> From: mujeesh.v.s
> Sent: 01/28/13 12:59 PM
> To: Bangalore Python Users Group - India
> Subject: Re: [BangPypers] Hi All
>
> Hi Yoganand, I am trying to load (show) pdf file in html page while
> clicking a link. Thanks Mujee
: Bangalore Python Users Group - India
Subject: Re: [BangPypers] Hi All
Hi Yoganand, I am trying to load (show) pdf file in html page while clicking a
link. Thanks Mujeesh.V.S On Mon, Jan 28, 2013 at 12:33 PM, Yoganand Anandaraju
wrote: > Do you mean serving static files using content-type
as
> > Yoganand
> > - Original Message -----
> > From: mujeesh.v.s
> > Sent: 01/22/13 07:39 PM
> > To: BangPypers@python.org
> > Subject: [BangPypers] Hi All
> >
> > I am very new to django.. I want to publish pdf files from a folder. can
> &g
--- Original Message -
> From: mujeesh.v.s
> Sent: 01/28/13 11:46 AM
> To: Bangalore Python Users Group - India
> Subject: Re: [BangPypers] Hi All
>
> Hi Yoganand, I tried ReportLab.Its creating new pdf files but I just want
> show whatever pdf files existing in my folder. I tri
Do you mean serving static files using content-type as pdf in django response?
- Original Message -
From: mujeesh.v.s
Sent: 01/28/13 11:46 AM
To: Bangalore Python Users Group - India
Subject: Re: [BangPypers] Hi All
Hi Yoganand, I tried ReportLab.Its creating new pdf files but I just
look at ReportLab? (http://www.reportlab.com/software/opensource/)
>
> https://docs.djangoproject.com/en/dev/howto/outputting-pdf/
>
> Regards,
> Yoganand
> - Original Message -
> From: mujeesh.v.s
> Sent: 01/22/13 07:39 PM
> To: BangPypers@python.org
> Subject: [
Did you look at ReportLab? (http://www.reportlab.com/software/opensource/)
https://docs.djangoproject.com/en/dev/howto/outputting-pdf/
Regards,
Yoganand
- Original Message -
From: mujeesh.v.s
Sent: 01/22/13 07:39 PM
To: BangPypers@python.org
Subject: [BangPypers] Hi All
I am very new
I am very new to django..
I want to publish pdf files from a folder.
can any one suggest a method?
Thanks & Regards
Mujeesh.V.S
+91-9483501704
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers
On Mon, May 3, 2010 at 9:31 AM, Anand Balachandran Pillai <
abpil...@gmail.com> wrote:
> On Sun, May 2, 2010 at 2:53 PM, jaya kumar >wrote:
>
> > greetings from kumar
> >
> > i finished my mca 2009 passed out
> >
> > am looking for python jobs for freshers in bangalore
> >
> > if any available m
On Sun, May 2, 2010 at 2:53 PM, jaya kumar wrote:
> greetings from kumar
>
> i finished my mca 2009 passed out
>
> am looking for python jobs for freshers in bangalore
>
> if any available means please let me know
>
> if i would get a job surely i will move or relocate to bangalore
>
> please hel
greetings from kumar
i finished my mca 2009 passed out
am looking for python jobs for freshers in bangalore
if any available means please let me know
if i would get a job surely i will move or relocate to bangalore
please help am still unemployed from 2009 even my classmates few only
placed
On Sat, Apr 24, 2010 at 9:02 AM, jaya kumar wrote:
> greetings from kumar
>
> hi to all
>
> am new to python am now learning python
>
> i hope this community will help to improve the skills in python ...
>
> how to work python in windows ? what are all the editiors we want to
> install in windows
greetings from kumar
hi to all
am new to python am now learning python
i hope this community will help to improve the skills in python ...
how to work python in windows ? what are all the editiors we want to
install in windows to run python ?
python is scripting language
python is equal to p
>All error conditions are abstracted into exceptions which your calling
>code can catch.
My 2 cents;from the Zen of Python ,
"Errors should never pass silently,Unless explicitly silenced"
Thanks&Regards,
Srinivas Reddy Thatiparthy,
Mobile:9393099772,
__
On Fri, Mar 12, 2010 at 12:04 PM, Goudar, Girish
wrote:
> Hi,
>
>
>
> Can u pls tell what the return value of python function is?
>
>
>
> socket.connect((host, port))
>
>
>
> on SUCCESS and on FAIL?
The details are at http://docs.python.org/library/socket.html
Python code doesn't usually rely on
Hi,
Can u pls tell what the return value of python function is?
socket.connect((host, port))
on SUCCESS and on FAIL?
Regards,
Girish P.G
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpy
Hi,
On 01/13/2010 02:15 PM, Smrutilekha Swain wrote:
i am doing a programme in which i have to copy a file from one directory to
anotheri have used "shutil.copy(src,dest)"...but it is showing error
i.e., permission denied...as file is in 'w' mode...so plzz tell me what
to do.
A
i am doing a programme in which i have to copy a file from one directory to
anotheri have used "shutil.copy(src,dest)"...but it is showing error
i.e., permission denied...as file is in 'w' mode...so plzz tell me what
to do.
thanks in advance.
smruti
__
On Wed, Nov 11, 2009 at 12:03 PM, Noufal Ibrahim wrote:
> +1 for 22nd.
>
+1
-- Sriram
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers
yeh +1 for 22nd from me too.
On Wed, Nov 11, 2009 at 12:03 PM, Noufal Ibrahim wrote:
> On Wed, Nov 11, 2009 at 11:41 AM, Mahadevan R
> wrote:
> > Hi guys,
> >
> > I'm Mahadevan. Sriram had invited me to give a talk about LLVM and
> > llvm-py (I'm the author of the latter).
> >
> > I was plannin
On Wed, Nov 11, 2009 at 11:41 AM, Mahadevan R wrote:
> Hi guys,
>
> I'm Mahadevan. Sriram had invited me to give a talk about LLVM and
> llvm-py (I'm the author of the latter).
>
> I was planning to be ready by this weekend, but things have been to
> busy this week. I saw the other thread with a d
Hi guys,
I'm Mahadevan. Sriram had invited me to give a talk about LLVM and
llvm-py (I'm the author of the latter).
I was planning to be ready by this weekend, but things have been to
busy this week. I saw the other thread with a date of Nov 21st, but
I've other engagements on that day. Nov 22nd
Sridhar Ratnakumar wrote:
> On Mon, Jan 12, 2009 at 7:18 AM, shridhar kyrlageri
> wrote:
>> i m an engineering student.. i want to be a very good programmer... but i
>> dont know where to start and what to do... can u please help me..
>
> The best way for me to get started was by *writing* progr
On Mon, Jan 12, 2009 at 7:18 AM, shridhar kyrlageri
wrote:
> hi..
> i m an engineering student.. i want to be a very good programmer... but i
> dont know where to start and what to do... can u please help me..
Hi Shridhar,
The best way for me to get started was by *writing* programs. I
started
On Mon, Jan 12, 2009 at 8:48 PM, shridhar kyrlageri
wrote:
> hi..
> i m an engineering student.. i want to be a very good programmer... but i
> dont know where to start and what to do... can u please help me..
Practice, Practice, Practice!
Join an open source project (e.g., KDE, Django, etc) an
might be comfortable in etc.
Once you make up your mind, please post specific questions
here. All the best.
>
> --- On Fri, 7/11/08, leela vadlamudi wrote:
>
> From: leela vadlamudi
> Subject: Re: [BangPypers] hi all
> To: "Bangalore Python Users Group - India"
>
hi..
 i m an engineering student.. i want to be a very good programmer.. but i dont
know where to start and what to do... can u please help me..
--- On Fri, 7/11/08, leela vadlamudi wrote:
From: leela vadlamudi
Subject: Re: [BangPypers] hi all
To: "Bangalore Python Users Group -
http://pythonprogramming.jottit.com/
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers
On Fri, Nov 7, 2008 at 9:23 AM, shridhar kyrlageri
<[EMAIL PROTECTED]> wrote:
> i m very new to python.. but i m very much interested in learnin this
> laguage.. i have worked only on C.. so kindly suggest from where should i
> start learnin.. i want to do some small projects using python.. please
hi all
Â
Â
i m very new to python.. but i m very much interested in learnin this laguage..
i have worked only on C.. so kindly suggest from where should i start learnin..
i want to do some small projects using python.. please help me with this..
--- On Thu, 6/11/08, Praveen Kumar <[EMAIL PROTE
Hi Everybody,
I had been solving problems in distributed database systems lately and I
have come up with a distributed data storage layer in python.
Have released the basic version of my work in the following link.
http://code.google.com/p/distributed-python-object-store-for-orms/
Looking forward
Hi
On Sat, Jun 21, 2008 at 4:11 AM, Pratap <[EMAIL PROTECTED]> wrote:
> have you tried active state python editor i think that one is good for linux
> too
>
use the universal one GNU emacs. :)
--
regards,
Prashanth
http://munichlinux.blogspot.com
__
have you tried active state python editor i think that one is good for linux
too
On Tue, Jun 17, 2008 at 1:28 AM, Nirakar Sethy <[EMAIL PROTECTED]>
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)
>
your editor/IDE is like the wand in Harry Potter.
Your wand will find you (eventually).
One of the best ways to start is to find "some" basic way to input your
code, save it properly,
and spend more time with coding than choosing what to code in.
Soon, you will come across other editors which
do not waste your time for searching editors use notpad++ there u will get
lots of language support and if u r interested then try to find out the
crack for wing ide and use that one i think that one is better
On 6/17/08, Vishal <[EMAIL PROTECTED]> wrote:
>
> Hi Nirakar,
>
> Here;s a list of "alm
Hi Nirakar,
Here;s a list of "almost" everything that's available for use for Python:
http://wiki.python.org/moin/BangPypers/PythonEditors
Enjoy,
Vishal
On Tue, Jun 17, 2008 at 12:07 PM, Timmy Jose <[EMAIL PROTECTED]> wrote:
> I guess that is quite a polite response to that query! Imagine if th
I guess that is quite a polite response to that query! Imagine if this
question were posted on comp.lang.python or such like! ;-)
On 6/17/08, Anand Balachandran Pillai <[EMAIL PROTECTED]> wrote:
> Hi Nirakar,
>
> Welcome to Python!
>
> You can look in the group archives for numerous Editor dis
Hi Nirakar,
Welcome to Python!
You can look in the group archives for numerous Editor discussions.
Regards
On Tue, Jun 17, 2008 at 10:51 AM, Diabolic Preacher <[EMAIL PROTECTED]> wrote:
> On Tue, Jun 17, 2008 at 10:09 AM, Parthan SR
> <[EMAIL PROTECTED]> wrote:
>> Nirakar Sethy wrote:
>>>
>>> h
On Tue, Jun 17, 2008 at 10:09 AM, Parthan SR
<[EMAIL PROTECTED]> wrote:
> 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)
I suppose he is looking for IDLE perhaps. But on linux the
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)
Gedit in GNOME and Kate in KDE
--
---
With Regards,
Parthan "technofreak"
2FF01026
http://blog.technofreak.in
___
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)
>
> Thanks
> Nirakar Sethy
> Digital Artist
You will certainly find one or more text editors in accessories. Else on
prompt type gedit, it
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
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)
Thanks
Nirakar Sethy
Digital Artist
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listi
Ya i did that but i want to make it working properly man?
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers
A database tool ...
have you defined any design goals for that ?
- Original Message
From: Pratap <[EMAIL PROTECTED]>
To: Bangalore Python Users Group - India
Sent: Monday, 9 June, 2008 9:55:01 PM
Subject: Re: [BangPypers] Hi all
ya sure ill do dat
On 6/9/08, Rohan Sharma &
ya sure ill do dat
On 6/9/08, Rohan Sharma <[EMAIL PROTECTED]> wrote:
>
> Okay, cool. Continue experimenting and learning.
>
> On Mon, Jun 9, 2008 at 9:46 PM, Pratap <[EMAIL PROTECTED]> wrote:
> > Hi
> >I am tryin to make a database tool on python dats y ?are u online
> >
> >
> > On 6/9/08, Ro
Okay, cool. Continue experimenting and learning.
On Mon, Jun 9, 2008 at 9:46 PM, Pratap <[EMAIL PROTECTED]> wrote:
> Hi
>I am tryin to make a database tool on python dats y ?are u online
>
>
> On 6/9/08, Rohan Sharma <[EMAIL PROTECTED]> wrote:
>>
>> Pratap: why exactly do you want to do this?
On Mon, Jun 9, 2008 at 9:46 PM, Pratap <[EMAIL PROTECTED]> wrote:
> Hi
>I am tryin to make a database tool on python dats y ?are u online
>
It would be good if members could avoid using SMS lingo here.
-
Anush
___
BangPypers mailing list
BangPypers
Hi
I am tryin to make a database tool on python dats y ?are u online
On 6/9/08, Rohan Sharma <[EMAIL PROTECTED]> wrote:
>
> Pratap: why exactly do you want to do this?
>
> On Mon, Jun 9, 2008 at 6:14 PM, Prashanth Ellina
> <[EMAIL PROTECTED]> wrote:
> > I misread your question. here is the cor
Pratap: why exactly do you want to do this?
On Mon, Jun 9, 2008 at 6:14 PM, Prashanth Ellina
<[EMAIL PROTECTED]> wrote:
> I misread your question. here is the correct soln
>
> print ' and '.join(["x['%s'] = '%s'" % (l[i], l[i+1]) for i in xrange(0,
> len(l), 2)])
>
> On Mon, Jun 9, 2008 at 4:58 PM
I misread your question. here is the correct soln
print ' and '.join(["x['%s'] = '%s'" % (l[i], l[i+1]) for i in xrange(0,
len(l), 2)])
On Mon, Jun 9, 2008 at 4:58 PM, Prashanth Ellina <[EMAIL PROTECTED]>
wrote:
> *l=['name','jhon', 'age','30']*
>
> print dict([(l[i], l[i+1]) for i in xrange(0,
*l=['name','jhon', 'age','30']*
print dict([(l[i], l[i+1]) for i in xrange(0, len(l), 2)])
On Mon, Jun 9, 2008 at 4:44 PM, Pratap <[EMAIL PROTECTED]> wrote:
> *I'm fairly new to Python, and have yet to discover all the little details,
> that may make my programs look leaner and perhaps become
*I'm fairly new to Python, and have yet to discover all the little
details, that may make my programs look leaner and perhaps become
faster...
I was trying to do a lots of thing and one of them is here which is as
i have a list lists=['name','jhon', 'age','30']
and i want to make a string which is
Hi all,
New year Greetings to all !.. I am new to this forum and a pythonist.. Is
their any meetings/discussions in near time . I hope we could arrange some
stuffs to learn and develop and contribute back to open source world..
regards,
maverick
-
Look
59 matches
Mail list logo