Re: don't quite understand mailing list

2018-09-06 Thread Reto Brunner
On Thu, Sep 06, 2018 at 07:10:10PM +, VanDyk, Richard T wrote: > Can you please take me off the mailing list or prevent questions from coming > to me. Can you advise me on my problem or point me in the right direction? > Thanks. > https://mail.python.org/mailman/listinfo/python-list What do y

Re: Creating a hot vector (numpy)

2016-04-17 Thread Reto Brunner
Hi, It is called broadcasting an array, have a look here: http://docs.scipy.org/doc/numpy-1.10.1/user/basics.broadcasting.html Greetings, Reto On Mon, Apr 18, 2016, 02:54 Paulo da Silva wrote: > Hi all. > > I have seen this "trick" to create a hot vector. > > In [45]: x > Out[45]: array([0, 1])

Re: Call for Assistance

2016-08-09 Thread Reto Brunner
What on earth isn't "free" enough about You are free to: Share — copy and redistribute the material in any medium or format Adapt — remix, transform, and build upon the material The licensor cannot revoke these freedoms as long as you follow the license terms. It is even a viral (copy left) lic

Re: creating multiple python Django projects in Windows environment

2016-03-19 Thread Reto Brunner
r. I have deployed > projects to AWS (ubuntu) in the past. > > My main question is around how to tie it into the windows environment. > > Ivan > On Mar 18, 2016 7:40 PM, Reto Brunner wrote: > > Well you can just put it on a proper server. In the end that's what django >

Re: creating multiple python Django projects in Windows environment

2016-03-19 Thread Reto Brunner
Well you can just put it on a proper server. In the end that's what django is for yes? In case that isn't an option and you don't want to install python there's docker, but then you would need to install that... On Fri, Mar 18, 2016, 20:05 jogaserbia wrote: > Hello, > > At work, I have a window