Re: IoT automation

2018-01-28 Thread Dale Marvin via Python-list
On 1/28/18 7:39 AM, Prahallad Achar wrote: Hello team, Could you please help me out in automation of IoT product end to end Regards Prahallad ? --Dale -- https://mail.python.org/mailman/listinfo/python-list

Re: How do I make a video animation with transparent background?

2016-08-09 Thread Dale Marvin via Python-list
On 8/9/16 6:50 PM, Lawrence D’Oliveiro wrote: On Wednesday, August 10, 2016 at 12:44:30 AM UTC+12, Martin Schöön wrote: What I have failed to achieve is a graph with a transparent background. While it is possible to render image frames with alpha transparency channels, as far as I know none

Re: Python 3: Launch multiple commands(subprocesses) in parallel (but upto 4 any time at same time) AND store each of their outputs into a variable

2016-08-23 Thread Dale Marvin via Python-list
On 8/23/16 8:15 PM, lax.cla...@gmail.com wrote: > I am trying to: > > 1) Use Python 3+ (specifically 3.4 if it matters) > 2) Launch N commands in background (e.g., like subprocess.call would for individual commands) > 3) But only limit P commands to run at same time > 4) Wait until all N comman

Re: Oh gods can we get any more off-topic *wink* [was Re: [Python-ideas] Inconsistencies]

2016-09-14 Thread Dale Marvin via Python-list
On 9/14/16 12:20 AM, Steven D'Aprano wrote: On Wednesday 14 September 2016 16:54, Rustom Mody wrote: everything we know will be negated in 5-50-500 years I'm pretty sure that in 5, 50, 500 or even 5000 years, the sun will still rise in the east, water will be wet, fire will burn, dogs will ha

Re: Oh gods can we get any more off-topic *wink* [was Re: [Python-ideas] Inconsistencies]

2016-09-14 Thread Dale Marvin via Python-list
On 9/14/16 5:40 PM, Steve D'Aprano wrote: If you're going to criticise Asimov, don't criticise him for wrongly thinking that people in the Middle Ages believed in a flat earth. There's no evidence of that in his essay. I didn't mean to criticize Asimov, but the History Professors, one in par

Re: julian 0.14 library

2018-04-04 Thread Dale Marvin via Python-list
>> On 2018-04-04 05:44, Chris Angelico wrote: >>> On Wed, Apr 4, 2018 at 12:24 PM, sum abiut wrote: Hi, Has anyone try this https://pypi.python.org/pypi/julian/0.14 i got this error trying to import julian >>> import julian Traceback (most recent call last): >>>

Re: curses, ncurses or something else

2018-07-23 Thread Dale Marvin via Python-list
On 7/23/18 3:24 PM, John Pote wrote: I recently wrote a command line app to take a stream of numbers, do some signal processing on them and display the results on the console. There may be several output columns of data so a title line is printed first. But the stream of numbers may be several

Re: Python for System Verilog testbench

2018-09-14 Thread Dale Marvin via Python-list
On 9/14/18 11:41 AM, Bobby wrote: Hi George WOW! thanks for the reply and specially thanks for using the word 'BDD'. I read the articles regarding BDD the whole day and understood the concepts. Now will get this Pytest test framework with pytest bdd plugin. I found out it follows this Gherkin s