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 »
|
|
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 »
|
|
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
|
|
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 »
|
|
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 »
|
|
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 »
|
|
|