First  |  Prev |  Next  |  Last
Pages: 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
Advanced Python Programming Oxford Lectures [was: Re: *Advanced*Python book?]
Michele Simionato wrote: On Jan 16, 9:27 pm, mk <mrk...(a)gmail.com> wrote: Hello everyone, I looked for it I swear, but just can't find it. Most Python books seem to focus on examples of how to call functions from standard library. I don't need that, I have online Python documentation for t... 25 Mar 2010 09:05
how to display variables down a stackdump when an exception occurred
Hi, I captured a piece of code with a try except statement: In the except part I display a stackdump try: domyxmlrpcstuff() except Exception as e: import traceback ex_type,ex_value,e_b = sys.exc_info() tbstring = traceback.format_exc() print '%s%s:%s:%s' % \ (msg,ex_type,ex_va... 25 Mar 2010 04:37
Saving a page loaded using the webbrowser library?
Does anyone know of a way to save the a loaded web page to file after opening it with a webbrowser.open() call? Specifically, what I want to do is get the raw HTML from a web page. This web page uses Javascript. I need the resulting HTML after the Javascript has been run. I've seen a lot about trying to get Pytho... 25 Mar 2010 04:37
cxfreeze on ubuntu 9.10
Hi, I'm trying to compile a python script on Ubuntu 9.10. It uses the gtk toolkit. I tried to run GUI2EXE for a cxfreeze gui, but even after installing wxPython in synaptic it still complains about not having it. I also tried to use cxfreeze by itself but the file it produces does not run. I tried to follo... 25 Mar 2010 09:05
the Python Foundation
From the website The Python Software Foundation (PSF) is a 501(c)(3) non-profit corporation that holds the intellectual property rights behind the Python programming language. We manage the open source licensing for Python version 2.1 and later and own and protect the trademarks associated with Python. Could ... 29 Mar 2010 06:55
Programmatically discovering encoding types supported by codecsmodule
En Wed, 24 Mar 2010 13:17:16 -0300, <python(a)bdurham.com> escribi�: Is there a way to programmatically discover the encoding types supported by the codecs module? For example, the following link shows a table with Codec, Aliases, and Language columns. http://docs.python.org/library/codecs.html#standa... 24 Mar 2010 19:18
Programmatically discovering encoding types supported by codecs module
On Wed, Mar 24, 2010 at 12:17 PM, <python(a)bdurham.com> wrote: Is there a way to programmatically discover the encoding types supported by the codecs module? For example, the following link shows a table with Codec, Aliases, and Language columns. http://docs.python.org/library/codecs.html#standard-enc... 28 Mar 2010 07:52
What's the matter with docs.python.org?
In the last couple of weeks, docs.python.org has been down repeatedly (like right now). Has anyone else noticed this? ~K ... 24 Mar 2010 13:28
spams
On Wed, 24 Mar 2010 20:47:12 +0530 Shashwat Anand <anand.shashwat(a)gmail.com> wrote: Lately this list have been spammed a lot. Any workarounds by moderators? Not as long as it is gatewayed to Usenet. You can kill most of the spam by blocking anything from gmail.com with a Newsgroups line. Unfortunately you wil... 24 Mar 2010 12:18
coding contest
IIT ROORKEE COGNIZANCE presents INSOMNIA :THE MIDNIGHT PROGRAMMING CONTEST... www.insomnia.cognizance.org.in Starts on : 27th March, 9:00 PM Cash prizes worth Rs.30,000 on stake for this round. (PS: Problems of previous rounds are available for practice.) ... 24 Mar 2010 12:18
First  |  Prev |  Next  |  Last
Pages: 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175