Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
comp . lang . python
This is a Usenet group - learn more
Find or start a Google Group about python.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Active older topics
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 129173  Older »
Description: The Python computer language.
 

pip and different branches? 
  We use github and we work on many different branches at the same time. The problem is that we have >5 repos now, and for each repo we might have the same branches on all of them. Now we use pip and install requirements such as: git+ssh://...@github.com/repo. git@dev Now the problem is that the requirements file are also under revision... more »
By andrea crotti  - 2:00pm - 1 new of 1 message    

CFP: MuCoCoS Workshop at PACT-2013 (Edinburgh, Scotland, UK) 
  CALL FOR PAPERS: 6th International Workshop on Multi/many-Core Computing Systems (MuCoCoS-2013) September 7, 2013, Edinburgh, Scotland, UK in conjunction with the 22nd Int. Conference on Parallel Architectures and Compilation Techniques (PACT-2013)... more »
By SP  - 3:08am - 1 new of 1 message    

Question about ast.literal_eval 
  Hi all I am trying to emulate a SQL check constraint in Python. Quoting from the PostgreSQL docs, "A check constraint is the most generic constraint type. It allows you to specify that the value in a certain column must satisfy a Boolean (truth-value) expression." The problem is that I want to store the constraint as a string, and I... more »
By Frank Millman  - 3:05am - 16 new of 16 messages    

How to run a python script twice randomly in a day? 
  hi, How to run a python script twice randomly in a day? Actually I want to run my script randomly in a day and twice only. Please help me.. how is it possible. Thanks
By Avnesh Shakya  - May 19 - 5 new of 5 messages    

What was the project that made you feel skilled in Python? 
  Hi all, I'm trying to come up with more project ideas for intermediate learners, somewhat along the lines of [link] . So here's a question for people who remember coming up from beginner: as you moved from exercises like those in Learn Python the Hard Way, up to... more »
By Ned Batchelder  - May 19 - 7 new of 7 messages    

Harmonic distortion of a input signal 
  Hi, I have a task to calculate total distortion of a harmonics, of a signal that i imported from oscilloscope as numpy array. I had no problem drawing its spectrum, and time domain graph, but cant seem to find any functions that calculate TDH. Any help? Best regards
By Anti Log  - May 19 - 13 new of 13 messages    

mutable ints: I think I have painted myself into a corner 
  TL;DR: I think I want to modify an int value "in place". Yesterday I was thinking about various "flag set" objects I have floating around which are essentially bare "object"s whose attributes I access, for example: flags = object() flags.this = True flags.that = False and then elsewhere:... more »
By Cameron Simpson  - May 18 - 7 new of 7 messages    

TypeError: unbound method add() must be called with BinaryTree instance as first argument (got nothing instead) 
  I'm getting the error in the subject, from the following code: def add(self, key): """ Adds a node containing I{key} to the subtree rooted at I{self}, returning the added node. """ node = self.find(key) if not node: node.key = key... more »
By Dan Stromberg  - May 18 - 4 new of 4 messages    

SQLObject 1.4.0 
  Hello! I'm pleased to announce version 1.4.0, the first stable release of branch 1.4 of SQLObject. What's new in SQLObject ======================= Features & Interface -------------------- * Support for PostgreSQL 8.1 is dropped. The minimal supported version of PostgreSQL is 8.2 now.... more »
By Oleg Broytman  - May 18 - 1 new of 1 message    

Fwd: Re: python script is not running 
  -------- Message original -------- Sujet: Re: python script is not running Date : Sat, 18 May 2013 12:36:55 +0200 De : Vincent Vande Vyvre <vincent.vandevy...@swing.be> Pour : Avnesh Shakya <avnesh.n...@gmail.com> Le 18/05/2013 12:12, Avnesh Shakya a crit : ...Have a look at /var/mail/yourname, this is a log created by crontab.... more »
By Vincent Vande Vyvre  - May 18 - 1 new of 1 message    

1 - 10 of 129173   « Newer | Older »

XML