[Tutor] Query: How to fetch data to Python from InfluxDB database?

2018-04-23 Thread Hemendra Singh Rathod
Hello Tutor Members, I want to import the big Data’s from InfluxDB database. Could anyone please guide me on how can I do it in Python 3.x? Please help me on this. Thank you in advance. Regards Hemendra Rathod ___ Tutor maillist - Tutor@python.org T

Re: [Tutor] Query: How to fetch data to Python from InfluxDB database?

2018-04-23 Thread Mats Wichmann
On 04/23/2018 01:00 AM, Hemendra Singh Rathod wrote: > Hello Tutor Members, > > > I want to import the big Data’s from InfluxDB database. Could anyone please > guide me on how can I do it in Python 3.x? > > Please help me on this. Thank you in advance. There is a project listed on PyPi which mi

[Tutor] Python 3.6.5 for MAC

2018-04-23 Thread Giorgio De Angelis
Hello guys, I have a problem with my MacBook Pro ’13, version 10.13.4, because when I try to open the shell it says that it couldn’t make any connection because it wasn’t able to make a subprocess. Can you help me? Giorgio ___ Tutor maillist - Tutor

Re: [Tutor] Python 3.6.5 for MAC

2018-04-23 Thread William Ray Wing
> On Apr 23, 2018, at 6:29 AM, Giorgio De Angelis > wrote: > > Hello guys, > > I have a problem with my MacBook Pro ’13, version 10.13.4, because when I try > to open the shell it says that it couldn’t make any connection because it > wasn’t able to make a subprocess. Can you help me? > So

Re: [Tutor] Python 3.6.5 for MAC

2018-04-23 Thread Mats Wichmann
On 04/23/2018 09:37 AM, William Ray Wing wrote: > >> On Apr 23, 2018, at 6:29 AM, Giorgio De Angelis >> wrote: >> >> Hello guys, >> >> I have a problem with my MacBook Pro ’13, version 10.13.4, because when I >> try to open the shell it says that it couldn’t make any connection because >> it w

Re: [Tutor] about tree input

2018-04-23 Thread 劉權陞
I still have no idea about how to write the code. Can you make a demonstration? 2018-04-23 0:42 GMT+08:00 Zachary Ware : > Basically what you want to do here is give Tree a local name (d), loop > through T reassigning d to d[k_from_T], and then d[k] = v after the loop. T > can be arbitraily long

Re: [Tutor] about tree input

2018-04-23 Thread Zachary Ware
On Mon, Apr 23, 2018 at 11:28 AM, 劉權陞 <01patrick...@gmail.com> wrote: > I still have no idea about how to write the code. Can you make a > demonstration? Something like this: def set(tree, path, key, value): for p in path: tree = tree[p] tree[key] = value -- Zach __

Re: [Tutor] Python 3.6.5 for MAC

2018-04-23 Thread Kentaro Hori
Hi can you take a screenshot after rebooting and trying one aging? 2018-04-23 19:29 GMT+09:00 Giorgio De Angelis : > Hello guys, > > I have a problem with my MacBook Pro ’13, version 10.13.4, because when I > try to open the shell it says that it couldn’t make any connection because > it wasn’t