Google Groups Home
Help | Sign in
comp . lang . python
This is a Usenet group - learn more
Find or start a Google Group about python.
Active older topics
Related Groups
Discussion group for Django users. Django is a high-level Python Web framework (djangoproject.com).
High activity, 10769 members
Discussion about the TurboGears front-to-back web development megaframework.
Medium activity, 3517 members
For questions about using CherryPy
Low activity, 1164 members
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 105883  Older »
Description: The Python computer language.
 

Subprocess freezes when piping from stdout. 
  Hi All, I'm using subprocess.Popen to run a C++ compiler and have set stdout = PIPE. The exact line of code that I am using is: process = Popen(command, stdout=PIPE) status = process.wait() This works fine until a large amount of data is written to stdout. When this occurs, my python program seems to freeze. It will no longer... more »
By James McGill  - 04:25 - 1 new of 1 message    

Read and write binary data 
  Hi guys, I am new to Python, and thinking about migrating to it from matlab as it is a really cool language. Right now, I am trying to figure out how to control read and write binary data, like 'formatted','stream','big-endi an','little-edian' etc.. as in fortran. I googled, but can not find a clear answer. Anyone has clue where can... more »
By Mars creature  - 7 Sep - 2 new of 2 messages    

Updating python dictionary 
  Hello... I have a dict of key/values and I want to change the keys in it, based on another mapping dictionary. An example follows: MAPPING_DICT = { 'a': 'A', 'b': 'B', ...my_dict = { 'a': '1', 'b': '2' ...I want the finished my_dict to look like: my_dict = { 'A': '1', 'B': '2'... more »
By andyhume@gmail.com  - 7 Sep - 12 new of 12 messages    

lacking follow-through 
  I am concerned by the lack of follow-through on some responses to recent ideas I have described. Do I merely have a wrong understanding of group policy? Is it a good policy (defined with respect to the future of Python and the welfare of humans at large) if so? Is there a serious lack of diligence, or should I merely take more initiative,... more »
By castironpi  - 7 Sep - 14 new of 14 messages    

problem with permutations 
  I am trying to translate this elegant Erlang-code for finding all the permutations of a list. I think it is the same function as is but it doesn't work in Python. -- is upd in Python. It works as it should. perms([]) -> [[]]; perms(L) -> [[H|T] || H <- L, T <- perms(L--[H])]. def perms(lista): if lista == []:... more »
By cnb  - 7 Sep - 3 new of 3 messages    

__builtins__ magic behavior 
  __builtins__ in 2.5.2 doesn't seem to behave like I remember it did the last time I did some custom stuff with it, a very long time ago. This isn't surprising, because of ongoing optimization, but it's hard to google for '__builtins__' so I didn't really find any documentation on the current CPython behavior, which in some cases seems quite... more »
By Patrick Maupin  - 7 Sep - 4 new of 4 messages    

formatting a string with thousands separators 
  anyone recommend a way of formatting floats with comma separators? e.g. 500000.00 -> 500,000.00
By SimonPalmer  - 7 Sep - 4 new of 4 messages    

The Python Papers Vol 3 Iss 2 in one PDF 
  Hi everyone Our original release of TPP Volume 3 Issue 2 is in the form of one PDF per article. A number of readers had kindly requested for a parallel release for the entire issue in a single PDF for easy transport. Despite prevalent "industrial standards" for one PDF per article such as IEEE and ACM, we can understand our readers' point of view. We can... more »
By mauriceling@acm.org  - 7 Sep - 1 new of 1 message    

doctest not seeing any of my doc tests 
  I have a function in my module: def selftest(verbose=False): import doctest doctest.testmod(verbose=verbos e) When I run it, it fails to find any of my doc tests, including the tests in __main__, and in fact it looks like it can't even find my functions and classes: ...1 items had no tests:... more »
By Steven D'Aprano  - 7 Sep - 4 new of 4 messages    

nizoral ketoconazol in Laverlochere ketoconazole side effects generic nizoral medication nizoral pastile loprox 
  nizoral ketoconazol in Laverlochere ketoconazole side effects generic nizoral medication nizoral pastile loprox + + + BUY CHEAP NIZORAL - ORDER NIZORAL ONLINE (ALL CARDS ACCEPTED !!!) [link] [link] [link]... more »
By hugo  - 7 Sep - 1 new of 1 message    

1 - 10 of 105883   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google