Account Options

  1. Sign in
Google Groups Home
« Groups Home
comp . lang . python
This is a Usenet group - learn more
Find or start a Google Group about python.
View this group in the new Google Groups
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Active older topics
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 125553  Older »
Description: The Python computer language.
 

Need help with shutils.copytree 
  I have a 'master' directory and a collection of 'slave' dirs. I want the master to collect all of the stuff in the slave dirs. The slaves all look like this, . ... Where the different slaveX dirs may contain multiple occurrences of archI and distJ, but across all slaveX dirs, there will only be one *unique* instance of... more »
By Steven W. Orr  - 3:14pm - 2 new of 2 messages    

package extension problem 
  Hello, I wish to extend the functionality of an existing python package by creating a new package that redefines the relevant classes of the old package. Each new class inherits the equivalent old class and adds new methods. In the new package there is something like the following. import old_package as op... more »
By Fabrizio Pollastri  - 1:46pm - 1 new of 1 message    

Limited time offer, so hurry up! 
  Take advantage of Smart Baba new offer and get your own customized professional website and promote your business. For further details, Follow us: [link]
By Smart Baba  - 7:51am - 1 new of 1 message    

Numeric root-finding in Python 
  This is only peripherally a Python problem, but in case anyone has any good ideas I'm going to ask it. I have a routine to calculate an approximation of Lambert's W function, and then apply a root-finding technique to improve the approximation. This mostly works well, but sometimes the root-finder gets stuck in a... more »
By Steven D'Aprano  - 1:41am - 9 new of 9 messages    

Can anyone send me the last version of psycopg2 by email? 
  I have a minor trouble here with my Internet connection. Can anyone send me the last version of psycopg2 to this email? Thanks a lot for the help. Regards and best wishes -- Marcos Luis Ortíz Valmaseda Sr. Software Engineer (UCI) [link] [link]... more »
By Marcos Ortiz Valmaseda  - Feb 11 - 1 new of 1 message    

Python usage numbers 
  Does anyone have (or know of) accurate totals and percentages on how Python is used? I'm particularly interested in the following groupings: - new development vs. stable code-bases - categories (web, scripts, "big data", computation, etc.) - "bare metal" vs. on top of some framework - regional usage... more »
By Eric Snow  - Feb 11 - 30 new of 30 messages    

greenlet 0.3.4 
  Hi, I have uploaded greenlet 0.3.4 to PyPI: [link] What is it? ----------- The greenlet module provides coroutines for python. coroutines allow suspending and resuming execution at certain locations. concurrence[1], eventlet[2] and gevent[3] use the greenlet module in... more »
By Ralf Schmitt  - Feb 11 - 1 new of 1 message    

Building a debug version of Python 3.2.2 under Windows 
  I tried to build Python 3.2.2 with VS 2008, but it seems I'm missing some header files (e.g. sqlite3, openssl). Is there a nice little package with all the dependencies, or do I need to grab source code packages for each program from their respective websites, or something else entirely? --... more »
By Andrew Berg  - Feb 11 - 3 new of 3 messages    

Stopping a looping computation in IDLE 3.2.x 
  How do you stop a looping computation with IDLE 3.2.x on MacOS-X Lion ? It hangs with the colored wheel... Ctl-C does not work. Thanks, franck
By Franck Ditter  - Feb 11 - 2 new of 2 messages    

MySQL: AttributeError: cursor 
  Hi All, I'm using Python 2.7 and having a problem creating the cursor below. Any suggestions would be appreciated! import sys import _mysql print "cursor test" db = _mysql.connect(host="localhost ",user="root",passwd="mypw",db ="python- test") cursor = db.cursor() ...cursor test... more »
By Kevin Murphy  - Feb 11 - 2 new of 2 messages    

1 - 10 of 125553   « Newer | Older »

XML