Re: How to play with Python in an existing app

2019-02-20 Thread 0x906 via Python-list
A rule of thumb to keep your sanity and maybe your job is to never touch a production system in any way. Use a copy of that db and do all your research there. > On Feb 20, 2019, at 10:56 AM, edmer2...@gmail.com wrote: > > So I'm a newbie to Python. I got access to an existing RavenDB and am >

Re: How to play with Python in an existing app

2019-02-20 Thread DL Neil
Edmer, On 21/02/19 7:56 AM, edmer2...@gmail.com wrote: So I'm a newbie to Python. I got access to an existing RavenDB and am supposed to install it on aws.amazon.com. If I succeed in setting this up, I am supposed to write some Python code. But how can I play with Python and test some querrie

Re: How to play with Python in an existing app

2019-02-20 Thread Rhodri James
On 20/02/2019 18:56, edmer2...@gmail.com wrote: So I'm a newbie to Python. I got access to an existing RavenDB and am supposed to install it on aws.amazon.com. If I succeed in setting this up, I am supposed to write some Python code. But how can I play with Python and test some querries withou

How to play with Python in an existing app

2019-02-20 Thread edmer2210
So I'm a newbie to Python. I got access to an existing RavenDB and am supposed to install it on aws.amazon.com. If I succeed in setting this up, I am supposed to write some Python code. But how can I play with Python and test some querries without f#cking up the database? Because the RavenDB is