I also collect data by sweeping multiple parameters in a similar fashion. I
find pandas very convenient for analysis.
I don't use all the features of pandas. I mainly use it for selecting
certain rows from the data, sometimes using database style merge
operations, and plotting using matplotlib. Thi
tps://pypi.python.org/simple/PEAK-Rules/ had the right package available
earlier. Could you please let me know if the above link has been changed.
- Radhika
On Thu, Dec 31, 2015 at 1:43 AM, Joel Goldstick
wrote:
>
>
> On Wed, Dec 30, 2015 at 8:24 AM, Radhika Grover
> wrote:
>
>> H
Hi,
I don't see any package available under
https://pypi.python.org/simple/PEAK-Rules/. Could you please let me know if it
has seen a change recently.
I need PEAK-Rules>=0.5a1.dev-r2600 using easy_install default behavior.
Any help is appreciated. Thanks in advance!
- Radhika
--
https://mail
folks,
I am trying put some user input fields into a scrollable (QScrollView)
window. So,
I placed a QLabel at 0,0 and QLineEdit at 0,1, next to QLabel.
Somehow, results are not what I am expecting.It is placing QLineEdit
below QLabel.
I am not using designer for this. Please, notice that I con
subclass of my subclass of EnvironmentError. The
only thing left to do is find a way to replace the built-in exception
types with my custom ones.
- Nishkar
Calvin Spealman wrote:
>
> Why would you do this? How to do it, if its even possible, is far less
> important than if you should
I'm trying to replace a built-in exception type and here's a simplified
example of what I was hoping to do...
>>>
>>> import exceptions, __builtin__
>>>
>>> zeroDivisionError = exceptions.ZeroDivisionError
>>>
>>> class Foo(zeroDivisionError):
... bar = 'bar'
...
>>>
>>> exceptions.Z
On Oct 19, 10:09 am, Thomas Heller <[EMAIL PROTECTED]> wrote:
> Thomas- Hide quoted text -- Show quoted text -
That's it thanks. A quick google search lead me to:
http://www.py2exe.org/index.cgi/IncludingTypelibs
Cheers
- Kevin
--
http://mail.python.org/mailman/listinfo/python-list
Below is my code, which is kind of virtual and with its help ill use it
in my main project.
Now what i am looking for is can anybody write all the code inside a
class...so that I can reuse it. I am kind of novice...n kind of stuc
with that.
from Tkinter import *
root = Tk()
w = Label(root, text=
What is the best way to add a modules loaded with __import__() to the
global namespace? Example:
foo = __import__( 'foo', globals(), locals(), ['*'] )
PS: what exactly are the parameters globals and locals used for?
--
http://mail.python.org/mailman/listinfo/python-list
Yup that fixed it, thanks a million :)
--
http://mail.python.org/mailman/listinfo/python-list
10 matches
Mail list logo