Re: psychocomputational analysis toolkit in Python?

2018-03-08 Thread Christopher Mullins
You might find MNE useful, and if what you're doing happens to fit somewhere in their package you could contribute to it -- they're a good group to work with. https://www.martinos.org/mne/stable/index.html https://github.com/mne-tools/mne-python -- https://mail.python.org/mailman/listinfo/python-

Re: psychocomputational analysis toolkit in Python?

2018-03-08 Thread Christopher Mullins
> Would it be possible to emulate a minimally functional brain-to-brain coupling system entirely in Python? I don't know what that would entail, but the links I shared have a mailing list and a very responsive gitter, both of which would be great places to ask about that! (You're welcome to ask h

Re: Flask: request vs Request

2018-03-10 Thread Christopher Mullins
In the code you linked, I don't see where the *R*equest is used. The request variable is setup by flask when you annotate the function with the resource endpoint and POST method. It contains the content of the request which can be converted to json if that content type was specified. -- https://ma

Re: Flask: request vs Request

2018-03-12 Thread Christopher Mullins
> > Could you please give some context when you reply, TIA > Whoops, thanks for the reminder Mark. So what for the Request is used for then? In general when you see that something in Python starts with a capital letter, that indicates a class. Check out the relevant section of the PEP8 coding

Re: python3.7 error PYQT5 - NameError: name 'self' is not defined

2018-09-21 Thread Christopher Mullins
> > Hi when I disconnect the internet I get an error NameError: name 'self' is > not defined. I really dont get it.. thanks all. Is that a bug? or my fault? Exception in thread Thread-1: > Traceback (most recent call last): > File "C:\programming Alon\stock market app\PROJECT\AlonStockMarket.py"

Re: Fwd: ImportError: No module named site

2015-07-23 Thread Christopher Mullins
What did you set those variables to? Also, output from python -v would be helpful. On Jul 23, 2015 10:15 PM, "Laura Creighton" wrote: > In a message of Fri, 24 Jul 2015 09:37:35 +0800, "chenc...@inhand.com.cn" > write > s: > >hi: > >I'm Needing to get python 2.7.10 to cross compile correctly for

Re: Which GUI?

2015-07-24 Thread Christopher Mullins
You might checkout pyqtgraph. I think a ton of the examples will be relevant to your use case. On Fri, Jul 24, 2015 at 1:31 PM, Paulo da Silva < p_s_d_a_s_i_l_v_a...@netcabo.pt> wrote: > Hi all! > > I am about to write an application (python3 in linux) that needs: > > 1. Display time series grap

Re: Hi

2015-07-27 Thread Christopher Mullins
> > I downloaded files(Python 2.7.10 - 2015-05-23 > ) to setup on your > website. > (also got the version of x64 because of my cpu) > But when I try to install it, there is an error. > The error is "There is a problem with this Windows Installe