How to host python micro-services on windows machine?

2018-12-09 Thread siddhesh
I am developing some micro-services in python. I want to host that micro-services on windows machine. For ubuntu I am using Supervisord. What should I use for Windows ? Please help -- https://mail.python.org/mailman/listinfo/python-list

Re: polar coordinates?

2018-12-09 Thread Vlastimil Brom
2018-12-09 17:30 GMT+01:00, Brian Christiansen : > I have been messing with a program that is inspried by a video on > youtube that is about the vizualization of pi. I might make a post > about that program someday, but I want to talk about something else. > One of the ways of visualizing it is to

Re: Creating type evaluation annotation

2018-12-09 Thread Terry Reedy
On 12/9/2018 11:37 AM, Jon Ribbens wrote: On 2018-12-09, Marek Mosiewicz wrote: I'm talking about this https://docs.python.org/3/library/typing.html I'm not talking about new language. I think it could be nice to have standard PEP annotations for classes to make type validation or type hints w

Re: polar coordinates?

2018-12-09 Thread Peter Otten
Oscar Benjamin wrote: > On Sun, 9 Dec 2018 at 16:37, Brian Christiansen > wrote: >> >> I have been messing with a program that is inspried by a video on >> youtube that is about the vizualization of pi. I might make a post >> about that program someday, but I want to talk about something else. >

Re: conda/anaconda and pip3 (pip)

2018-12-09 Thread Tim Williams
On Saturday, December 8, 2018 at 10:13:14 PM UTC-5, Monte Milanuk wrote: > Did you find any solution(s)? I usually just lurk and read on this list. I don't reply since there's usually more competent people that regularly post helpful answers. (I lurk to learn from them!) If no one's replied yet

Re: polar coordinates?

2018-12-09 Thread Oscar Benjamin
On Sun, 9 Dec 2018 at 16:37, Brian Christiansen wrote: > > I have been messing with a program that is inspried by a video on > youtube that is about the vizualization of pi. I might make a post > about that program someday, but I want to talk about something else. > One of the ways of visualizing

Re: Creating type evaluation annotation

2018-12-09 Thread Jon Ribbens
On 2018-12-09, Marek Mosiewicz wrote: > I'm talking about this https://docs.python.org/3/library/typing.html > > I'm not talking about new language. I think it could be nice to have > standard PEP annotations for classes to make type validation or type > hints when writing code. ... > This class

polar coordinates?

2018-12-09 Thread Brian Christiansen
I have been messing with a program that is inspried by a video on youtube that is about the vizualization of pi. I might make a post about that program someday, but I want to talk about something else. One of the ways of visualizing it is to put dots corresponding to each digits in a spiral pa

Re: Creating type evaluation annotation

2018-12-09 Thread Marek Mosiewicz
I'm talking about this https://docs.python.org/3/library/typing.html I'm not talking about new language. I think it could be nice to have standard PEP annotations for classes to make type validation or type hints when writing code. It would be best of two worlds. Dynamic language with optional t