Search Discussions
-
I recently saw an email in this mailing list about the RE module being made slower. I no long have that email. However, I have viewed the source for the RE module, but I did not see any code that ...
Devyn Collier Johnson
Jul 11, 2013 at 11:44 pm
Jul 30, 2013 at 9:05 pm -
I just started to have this error without changing nothing in my index.html(template) and metrites.py(which ipen the template) [Thu Jul 04 11:35:14 2013] [error] [client 108.162.229.97] Original ...
Νίκος
Jul 4, 2013 at 8:37 am
Oct 2, 2013 at 8:52 am -
A moderator who calls himself ?animuson? on Stack Overflow doesn?t want to face the truth. He has deleted all my postings regarding Python regular expression matching being extremely slow compared to ...
Mats Peterson
Jul 10, 2013 at 7:55 am
Jul 20, 2013 at 10:27 am -
Recently, there was a thread where people discussed variable declarations, with a couple people stating that they wished that Python required you to declare local variables, instead of globals. I'm ...
Steven D'Aprano
Jul 4, 2013 at 3:27 am
Jul 11, 2013 at 5:52 am -
Hello Every once in a while, my ISP's SMTP server refuses to send perfectly legit e-mails because it considers them as SPAM. So I'd like to install a dead-simple SMTP server on my XP computer just to ...
Gilles
Jul 21, 2013 at 2:42 pm
Aug 6, 2013 at 10:45 am -
In Python programming, the PEP8 recommends limiting lines to a maximum of 79 characters because "There are still many devices around that are limited to 80 character lines" ...
Devyn Collier Johnson
Jul 29, 2013 at 7:43 pm
Sep 7, 2013 at 6:00 pm -
Hi all, but a particular hello to Chris Angelino which with their critics and suggestions pushed me to make a full revision of my application on hex dump in presence of utf-8 chars. If you are not ...
Blatt
Jul 8, 2013 at 12:22 am
Jul 24, 2013 at 1:28 pm -
Back in Python 2.x days I had a good grip on dict and dict.keys(), and when to use one or the other. Then Python 3 came on the scene with these things called 'views', and while range couldn't be ...
Ethan Furman
Jul 24, 2013 at 1:16 am
Jul 25, 2013 at 6:37 pm -
I am researching on editors for my own reference. I found that each of them has some features that other don't, but I am not sure which features are significant/necessary for a GOOD editor. What ...
Cutems93
Jul 4, 2013 at 7:32 am
Jul 8, 2013 at 6:03 pm -
Hello, iam still looking for a way to identify the city of my website visitors. The closet i have gone is to come up with the visitor's ISP city: try: gi = ...
Νικόλας
Jul 12, 2013 at 2:18 pm
Jul 17, 2013 at 12:58 am -
After making a slightly chnage inside my pelatologio.py script substituting '*****' instead of '-----' for no apparent reason i receive the following error: [Tue Jul 02 06:33:06 2013] [error] [client ...
Νίκος
Jul 2, 2013 at 3:37 am
Jul 4, 2013 at 1:15 am -
Is there a way to extract out of some environmental variable the Geo location of the user being the city the user visits out website from? Perhaps by utilizing his originated ip address? -- What is ...
Νίκος Gr33k
Jul 5, 2013 at 7:08 pm
Jul 8, 2013 at 2:27 pm -
I wanted to do a little project for learning Python. I thought a chat system will be good as it isn't something that I have ever done. I wanted to know what will I need? I think that would require me ...
Aseem Bansal
Jul 18, 2013 at 4:36 am
Jul 19, 2013 at 11:56 am -
Aloha Python Users! I made a Python3 module that allows users to use certain Linux shell commands from Python3 more easily than using os.system(), subprocess.Popen(), or subprocess.getoutput(). This ...
Devyn Collier Johnson
Jul 25, 2013 at 1:24 pm
Jul 29, 2013 at 9:17 pm -
Hi folks, No, I'm not asking for YOU to help ME with a Python homework assignment! Previously, I mentioned that I was starting to teach my son Python ...
John Ladasky
Jul 16, 2013 at 10:43 pm
Jul 25, 2013 at 10:27 pm -
Hi, I have coded a simple algorithm to solve a Sudoku (probably not the first one). Unfortunately, it takes 13 seconds for a difficult problem which is more than 75 times slower than the same ...
Helmut Jarausch
Jul 5, 2013 at 8:22 am
Jul 6, 2013 at 7:25 am -
Comparing floats to Fractions gives unexpected results: # Python 3.3 py from fractions import Fraction py 1/3 == Fraction(1, 3) False but: py 1/3 == float(Fraction(1, 3)) True I expected that ...
Steven D'Aprano
Jul 29, 2013 at 3:43 pm
Aug 1, 2013 at 9:48 am -
Aloha Python Users! I have some coding tips and interesting functions that I want to share with all of you. I want to give other programmers ideas and inspiration. It is all Python3; most of it ...
Devyn Collier Johnson
Jul 19, 2013 at 1:51 pm
Jul 20, 2013 at 12:36 pm -
Kind of a small sample size, don't you think? Hopefully we can kill this meme that Emacs is somehow worse for your wrists than other text editors before it goes any further than your one unsupported ...
Skip Montanaro
Jul 6, 2013 at 2:10 pm
Jul 14, 2013 at 5:12 pm -
Hi, Using Windows.... I want to run a .py file script using pythonw.exe so the DOS box will not open. Is there a way from inside the script to say "run me with pythonw.exe and not python.exe"? Thanks
Goldtech
Jul 3, 2013 at 1:20 am
May 7, 2014 at 10:33 pm -
I have some code that I want to simplify. I know that a for-loop would work well, but can I make re.sub perform all of the below tasks at once, or can I write this in a way that is more efficient ...
Devyn Collier Johnson
Jul 19, 2013 at 1:22 pm
Jul 21, 2013 at 12:49 pm -
all, I am unhappy with the general Python documentation and tutorials. I have worked with Python very little and I'm well aware of the fact that it is a lower-level language that integrates with the ...
Ajetrumpet
Jul 9, 2013 at 1:45 am
Jul 11, 2013 at 6:37 pm -
I want to start GUI development using Tkinter in Python 2.7.5. I have been searching all over google but couldn't find any IDE that has drag-and-drop feature for Python GUI development. Tried to ask ...
Aseem Bansal
Jul 4, 2013 at 1:23 pm
Jul 28, 2014 at 2:31 pm -
Hello, I am looking for a script that will be able to search an online document (by giving the script the URL) and find all the downloadable links in the document and then download them ...
Cool1574
Jul 30, 2013 at 2:49 pm
Aug 24, 2013 at 2:37 am -
Aloha Python programmers! I am making a chatbot that I host on Launchpad.net/neobot. I am currently converting the engine from BASH code to Python3. I need to convert this for cross-platform ...
Devyn Collier Johnson
Jul 19, 2013 at 2:03 pm
Jul 23, 2013 at 10:40 am -
Hm. So I've written a GUI in tkinter. I've found two performance issues, I was hoping someone could point me in the right direction. Firstly, I'm using an image as a border, namely: from tkinter ...
Fronagzen
Jul 17, 2013 at 12:57 am
Jul 18, 2013 at 9:10 am -
Ok, I'm working on a predator/prey simulation, which evolve using genetic algorithms. At the moment, they use a quite simple feed-forward neural network, which can change size over time. Each brain ...
Pablobarhamalzas
Jul 20, 2013 at 8:22 pm
Jul 21, 2013 at 3:27 pm -
I've been puzzling over how to get a certain function working in Python. The function, takes positive integers to other positive integers as follows: Phi_m(n2) = Phi_m(m*n + r) = m*x[n1] + r*(x[n1 + ...
CTSB01
Jul 17, 2013 at 11:58 pm
Jul 19, 2013 at 2:56 am -
Hello everyone, I'd like to exchange some simple python objects over the internet. I initially planned to use Pyro, after reading http://pythonhosted.org/Pyro4/security.html I'm still puzzled. I ...
Jean-Michel Pichavant
Jul 15, 2013 at 10:13 am
Jul 15, 2013 at 5:31 pm -
Hi all, I've been asked to take over a project from someone else and to extend the functionality of this. The project is written in Python which I haven't had any real experience with (although I do ...
L O'Shea
Jul 12, 2013 at 2:22 pm
Jul 27, 2013 at 1:41 pm -
And now for something completely different. I knocked together a prime number generator, just for the fun of it, that works like a Sieve of Eratosthenes but unbounded. It keeps track of all known ...
Chris Angelico
Jul 10, 2013 at 2:00 pm
Jul 30, 2013 at 10:58 am -
Well, I'm a newcome to Python, but I'm developing a program with a GUI in tkinter, and I'm wondering what is the best, 'most pythonic' way of doing this? I could, obviously, write a monolithic block ...
Fronagzen
Jul 13, 2013 at 11:07 am
Jul 16, 2013 at 3:18 am -
How do I get the OS System Font Directory(Cross-Platform) in python? Need a simple script for Windows, Linux, Mac, etc.. Or using wxPython. I can't seem to find anything that works, and I don't want ...
Metallicow
Jul 11, 2013 at 3:32 pm
Jul 13, 2013 at 7:20 am -
I have this innocent and simple code: from collections import deque exhaust_iter = deque(maxlen=0).extend exhaust_iter.__doc__ = "Exhaust an iterator efficiently without caching any of its yielded ...
Joshua Landau
Jul 11, 2013 at 3:15 am
Jul 12, 2013 at 7:09 am -
If I execute a Python3 script with this haspling (#!/usr/bin/python3.3) and Python3.3 is not installed, but Python3.2 is installed, would the script still work? Would it fall back to Python3.2? I ...
Devyn Collier Johnson
Jul 25, 2013 at 1:42 pm
Jul 26, 2013 at 11:33 pm -
Hey i'm looking for a new router. I have no set budget. Only US stores. I have cable internet and few laptops connected to it so it needs to have a strong wireless internet signal. Also i do gaming ...
Saadharana
Jul 9, 2013 at 4:52 am
Jul 10, 2013 at 2:29 am -
I've been doing an informal "intro to Python" lunchtime series for some co-workers (who are all experienced programmers, in other languages). This week I was going to cover list comprehensions, ...
Roy Smith
Jul 28, 2013 at 7:59 pm
Jul 30, 2013 at 1:04 pm -
i'd like my app to be "available" to python while it's running. for example, say my app is "FooBar.app". when my FooBar.app is running, now there is a python interface available to python, and the ...
David M. Cotter
Jul 19, 2013 at 11:52 pm
Jul 25, 2013 at 6:24 pm -
I need to crack my router passcode to see what firmware it's running. There's a passcode set but I don't remember it and it's not written down anywhere. ----- used computers in chennai -- View this ...
Saadharana
Jul 9, 2013 at 4:55 am
Jul 10, 2013 at 3:18 am -
I am currently doing some research on testing software for Python. I found that there are many different types of testing tools. These are what I've found. 1.Unit test 2.Mock test 3.Fuzz test 4.Web ...
Cutems93
Jul 19, 2013 at 10:56 pm
Jul 31, 2013 at 12:18 am -
On Python3, how can I perform bitwise operations? For instance, I want something that will 'and', 'or', and 'xor' a binary integer. Mahalo, DevynCJohnson at Gmail.com
Devyn Collier Johnson
Jul 29, 2013 at 9:25 pm
Jul 30, 2013 at 6:20 am -
Linux systems with the proper software can use the "notify-send" command. Is there a cross-platform Python3 equivalent? Mahalo, Devyn Collier Johnson DevynCJohnson at Gmail.com
Devyn Collier Johnson
Jul 25, 2013 at 1:39 pm
Jul 27, 2013 at 6:57 pm -
Am I allowed to ask questions like "Here is my code. How can I optimize it?" on this mailing list? Mahalo, Devyn Collier Johnson DevynCJohnson at Gmail.com
Devyn Collier Johnson
Jul 11, 2013 at 11:59 pm
Jul 12, 2013 at 2:58 pm -
We develop embedded software for 32-bit micros using Windows as the development platform. We are seeking a general purpose scripting language to automate certain tasks, like cleaning out certain ...
David T. Ashley
Jul 10, 2013 at 1:29 am
Jul 12, 2013 at 6:52 am -
Sorry for the vague title. Probably best to just show you the code that explains it better. This is a simplified example of what I want to do: # THIS DOESN'T WORK from random import choice class ...
Russel Walker
Jul 9, 2013 at 10:01 pm
Jul 10, 2013 at 11:39 pm -
I know this is simple but I've been starring at it for half an hour and trying all sorts of things in the interpreter but I just can't see where it's wrong. def supersum(sequence, start=0): result = ...
Russel Walker
Jul 6, 2013 at 12:37 pm
Jul 7, 2013 at 4:44 pm -
Hi all, this seems to be quite stupid question but I am "confused".. We set the initial value to 0, +1 for up-vote and -1 for down-vote! nice. I have a list of bool values True, False (True for up ...
Surya Kasturi
Jul 2, 2013 at 9:43 pm
Jul 6, 2013 at 1:23 pm -
I am teaching Python 3 to a few beginning computer programming students. Being high-school age boys, they are, unsurprisingly, interested in games. I want to introduce them to real-time programming ...
John Ladasky
Jul 25, 2013 at 5:26 am
Jul 27, 2013 at 4:00 am -
I've often thought it was redundant for Python to support 'if' when it has dictionaries, cf the rationale for having no 'switch'. valid_name = None while not valid_name: name = input("Enter your ...
Neil Cerutti
Jul 1, 2013 at 12:59 pm
Jul 11, 2013 at 2:37 am -
You've got your OO class hierarchy mixed up and then imposing that on me. See http://www.nolo.com/legal-encyclopedia/crimes-felonies-misdemeanors-infractions-classification-33814.html I did not say ...
Rustom Mody
Jul 4, 2013 at 5:10 pm
Jul 6, 2013 at 5:43 am
Group Overview
group | python-list |
categories | python |
discussions | 229 |
posts | 2,062 |
users | 286 |
website | python.org |
286 users for July 2013
Archives
- September 2015 (591)
- August 2015 (1,058)
- July 2015 (1,440)
- June 2015 (1,704)
- May 2015 (1,841)
- April 2015 (1,231)
- March 2015 (1,717)
- February 2015 (1,612)
- January 2015 (889)
- December 2014 (1,283)
- November 2014 (1,600)
- October 2014 (1,447)
- September 2014 (1,031)
- August 2014 (1,867)
- July 2014 (1,618)
- June 2014 (1,357)
- May 2014 (1,431)
- April 2014 (1,285)
- March 2014 (2,093)
- February 2014 (1,999)
- January 2014 (2,089)
- December 2013 (2,060)
- November 2013 (2,507)
- October 2013 (1,932)
- September 2013 (1,634)
- August 2013 (1,532)
- July 2013 (2,062)
- June 2013 (2,795)
- May 2013 (1,935)
- April 2013 (1,980)
- March 2013 (1,953)
- February 2013 (1,789)
- January 2013 (1,924)
- December 2012 (1,569)
- November 2012 (1,579)
- October 2012 (1,961)
- September 2012 (2,311)
- August 2012 (1,808)
- July 2012 (1,577)
- June 2012 (1,199)
- May 2012 (1,197)
- April 2012 (1,416)
- March 2012 (1,373)
- February 2012 (1,442)
- January 2012 (1,446)
- December 2011 (1,895)
- November 2011 (1,291)
- October 2011 (1,188)
- September 2011 (1,587)
- August 2011 (2,069)
- July 2011 (2,140)
- June 2011 (1,908)
- May 2011 (2,475)
- April 2011 (2,098)
- March 2011 (1,761)
- February 2011 (1,746)
- January 2011 (2,123)
- December 2010 (1,671)
- November 2010 (2,355)
- October 2010 (2,518)
- September 2010 (2,187)
- August 2010 (3,098)
- July 2010 (2,579)
- June 2010 (3,238)
- May 2010 (2,458)
- April 2010 (2,356)
- March 2010 (2,759)
- February 2010 (3,486)
- January 2010 (3,294)
- December 2009 (2,899)
- November 2009 (3,396)
- October 2009 (3,346)
- September 2009 (3,087)
- August 2009 (3,903)
- July 2009 (3,761)
- June 2009 (3,321)
- May 2009 (3,370)
- April 2009 (4,272)
- March 2009 (4,228)
- February 2009 (3,965)
- January 2009 (4,732)
- December 2008 (4,335)
- November 2008 (3,799)
- October 2008 (4,123)
- September 2008 (3,816)
- August 2008 (4,056)
- July 2008 (4,238)
- June 2008 (3,737)
- May 2008 (4,976)
- April 2008 (4,708)
- March 2008 (4,122)
- February 2008 (4,132)
- January 2008 (4,145)
- December 2007 (3,686)
- November 2007 (3,419)
- October 2007 (4,234)
- September 2007 (4,332)
- August 2007 (4,189)
- July 2007 (3,771)
- June 2007 (4,142)
- May 2007 (5,018)
- April 2007 (4,912)
- March 2007 (4,365)
- February 2007 (3,951)
- January 2007 (3,864)
- December 2006 (4,449)
- November 2006 (4,229)
- October 2006 (5,506)
- September 2006 (5,244)
- August 2006 (4,829)
- July 2006 (4,720)
- June 2006 (5,054)
- May 2006 (5,302)
- April 2006 (4,845)
- March 2006 (5,729)
- February 2006 (4,839)
- January 2006 (5,249)
- December 2005 (5,011)
- November 2005 (5,677)
- October 2005 (5,387)
- September 2005 (4,458)
- August 2005 (4,428)
- July 2005 (4,472)
- June 2005 (4,562)
- May 2005 (4,269)
- April 2005 (5,019)
- March 2005 (5,070)
- February 2005 (5,159)
- January 2005 (5,194)
- December 2004 (5,211)
- November 2004 (4,048)
- October 2004 (5,191)
- September 2004 (5,534)
- August 2004 (6,168)
- July 2004 (4,217)
- June 2004 (4,202)
- May 2004 (3,890)
- April 2004 (4,285)
- March 2004 (5,077)
- February 2004 (4,213)
- January 2004 (3,988)
- December 2003 (3,818)
- November 2003 (4,940)
- October 2003 (6,297)
- September 2003 (4,299)
- August 2003 (5,654)
- July 2003 (4,912)
- June 2003 (4,933)
- May 2003 (4,938)
- April 2003 (5,017)
- March 2003 (5,031)
- February 2003 (7,701)
- January 2003 (6,229)
- December 2002 (4,102)
- November 2002 (4,346)
- October 2002 (3,307)
- September 2002 (4,206)
- August 2002 (4,919)
- July 2002 (4,826)
- June 2002 (4,215)
- May 2002 (5,295)
- April 2002 (5,967)
- March 2002 (5,323)
- February 2002 (5,245)
- January 2002 (5,617)
- December 2001 (4,443)
- November 2001 (4,565)
- October 2001 (3,669)
- September 2001 (3,719)
- August 2001 (5,208)
- July 2001 (6,528)
- June 2001 (4,905)
- May 2001 (5,492)
- April 2001 (4,713)
- March 2001 (4,478)
- February 2001 (3,871)
- January 2001 (4,187)
- December 2000 (3,099)
- November 2000 (2,336)
- October 2000 (3,820)
- September 2000 (3,933)
- August 2000 (4,253)
- July 2000 (4,199)
- June 2000 (4,089)
- May 2000 (4,269)
- April 2000 (3,217)
- March 2000 (3,719)
- February 2000 (4,000)
- January 2000 (2,682)
- December 1999 (2,283)
- November 1999 (1,896)
- October 1999 (2,048)
- September 1999 (2,001)
- August 1999 (2,151)
- July 1999 (2,351)
- June 1999 (2,386)
- May 1999 (2,201)
- April 1999 (1,706)
- March 1999 (6)
- February 1999 (1)