(08:57:33 AM) ramkrsna: Do anybody have the graphics used on the pycon
event staff tshirt
I have info about that. please email me off list.
--
Carl K
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers
Try this, it should all become clear:
def gimmetaste(length=5):
print "A", length
return length * 2
if __name__ == '__main__':
print "B", gimmetaste()
On Thu, Sep 3, 2009 at 8:57
On Fri, Sep 4, 2009 at 3:14 AM, Kenneth Gonsalves wrote:
> On Friday 04 Sep 2009 1:26:18 pm Noufal Ibrahim wrote:
>> Anyone used http://pythonide.blogspot.com/?
>>
>> It's special purpose but it's got a bit of reputation from what I hear.
>
> stani is a great guy - he won a prize for designing the
On Thu, Sep 10, 2009 at 12:31 PM, deepak gupta wrote:
> Hi All,
>
> How to send 1 GB Zip file to some remote machine using HTTP/HTTPS?
>
> As of now :
> I am running a http listner in to remote machine.
> I want to copy a file from local system to the remote machine where my
> HTTP/HTTPS Listner i
On Sun, Sep 13, 2009 at 12:36 AM, deepak gupta wrote:
> Well if i am not wrong you are asking abt , How to call installer file
> through Python.
>
> If i got it right then , You can directly use
> os.system(" ")
>
I think subprocess.Popen is preferred:
p = subprocess.Popen( ['dvgrab', '-d', '1
On Mon, Sep 14, 2009 at 1:55 PM, Gora Mohanty wrote:
> On Tue, 15 Sep 2009 00:04:01 +0530
> bhaskar jain wrote:
> [...]
>> Problem is that there was a bug and they have changed a few lines
>> in one of the C files. So my question is - will just applying the
>> patch and installing the library aga
On Mon, Sep 14, 2009 at 1:55 PM, Gora Mohanty wrote:
> On Tue, 15 Sep 2009 00:04:01 +0530
> bhaskar jain wrote:
> [...]
>> Problem is that there was a bug and they have changed a few lines
>> in one of the C files. So my question is - will just applying the
>> patch and installing the library aga
For the row/column text reports,
http://dabodev.com/wiki/ReportDesigner (if there were docs, thats
where they would be. there is a .mov somewhere on the site)
dabo is meant for making wx apps, but I have used the wx based report
IDE to generate the .rfxml layout files and hook those into websites
On Wed, Sep 16, 2009 at 11:45 AM, Carl Karsten wrote:
> For the row/column text reports,
> http://dabodev.com/wiki/ReportDesigner (if there were docs, thats
> where they would be. there is a .mov somewhere on the site)
http://dabodev.com/documentation
# Report Designer Overview, Par
On Sun, Sep 27, 2009 at 11:46 PM, srid wrote:
> On Sat, Sep 26, 2009 at 12:15 PM, Arun Python wrote:
>>
>> b) Can we create proprietary or sequential database like in C++
>> in python for database applications which are not so huge.
>
>> Sequential database in the sense, like creating a data stru
This just in: Drupal has been ported to Django http://drupy.net/
--
Carl K
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers
On Tue, Oct 6, 2009 at 10:03 AM, Anil wrote:
> I so wanted to attend this too bad... I have my exams... :(
> where will the PyCon vids be put up?
Forgive me if I am being typical... but if you mean these:
http://pycon.blip.tv
there they are.
if you mean videos from scipy.in, I don't know if they
On Sat, Oct 10, 2009 at 9:03 AM, Noufal Ibrahim wrote:
> On Sat, Oct 10, 2009 at 12:31 PM, Anand Balachandran Pillai
> wrote:
> [..]
>> For example, this is a very common way of doing a select using PHP.
>>
>> $query = "SELECT * FROM products WHERE name=’$productname’";
>> mysql_query($qu
On Sat, Oct 10, 2009 at 10:05 AM, Noufal Ibrahim wrote:
> On Sat, Oct 10, 2009 at 7:59 PM, Carl Karsten wrote:
> [..]
>> I need to inject...
>>
>> The line should be:
>>
>> cursor.execute(query, ('burger', '2009-09-10 12:00:00'))
&g
On Mon, Oct 12, 2009 at 4:58 AM, Noufal Ibrahim wrote:
> On Mon, Oct 12, 2009 at 2:09 PM, Gopinath R wrote:
>> Hi everyone,
>>
>> It is my pleasure finding this mailing list. I am a Open Source guy. but not
>> an expert. I m strong in Shell Scripting. I need to learn one more open
>> source langu
http://wiki.debconf.org/wiki?title=Category:DebConf8/Videoteam&oldid=6093
Click around, they have done it well and documented verry well. I can
answer questions.
On Oct 15, 2009 11:22 PM, "Sriram Narayanan" wrote:
Folks:
Let's assume that we have good bandwidth to stream video.
Let me know w
On Fri, Oct 16, 2009 at 4:30 AM, Kenneth Gonsalves wrote:
> hi,
>
> thought I would take a break from the web and refresh my gui skills - came
> across dabo - anyone got anything to say about it?
I use the report editor/engine. It uses reportlab for rendering, but
the GUI designer is a nice wxPy
17 matches
Mail list logo