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 
> 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 working with an app that's currently being 
> used by a few hundreds of people.
> 
> Should I ask for a copy of the RavenDB database and test it locally on my PC 
> with PyCharm, for example?
> 
> Thanks for any suggestions on how to setup a safe working environment for an 
> app that's already in use, so a beginner can play, learn and grow without 
> damaging something :-)
> -- 
> https://mail.python.org/mailman/listinfo/python-list

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: how to setup for localhost:8000

2019-02-24 Thread 0x906 via Python-list
There is a chance that I missed something with the 0.0.0.0. but I am pretty 
sure that the localhost IP is 127.0.0.1. 



> On Feb 24, 2019, at 6:13 PM, nathanntkou...@gmail.com wrote:
> 
> On Thursday, April 14, 2016 at 1:47:03 PM UTC-4, wrh...@gmail.com wrote:
>> Hi,
>> 
>> I am working on window 7 and Python 3.5 to setup a localhost:8000 but it did 
>> not get through as shown below:
>>> python -m http.server
>> Serving HTTP on 0.0.0.0 port 8000 ...
>> 
>> But it did not show the results.
>> 
>> Can someone help me how to setup the localhost?
>> 
>> Thanks,
>> Wen-Ruey
> -- 
> https://mail.python.org/mailman/listinfo/python-list

-- 
https://mail.python.org/mailman/listinfo/python-list