I have for some time been flummoxed as to the significance of setting
environment variables, for example in order to run a Flask application.
What are these environment variables, exactly, and why is it necessary to
set them? "Googling" here simply leads me into more arcana, and doesn't
really help
On 27/06/2019 22:20, Brave Heart via Tutor wrote:
> I would like python to write to DB so I can from DB write on a webpage with
> PHP...
Yes, that's easy enough. Python supports access to many databases,
do you have one in mind? If not the SQLite module that comes in
the standard library is prob
On 27Jun2019 23:20, Brave Heart wrote:
I have a little RSS program , I current the out are basically outputted on my
screen, but I would like python to write to DB so I can from DB write on a
webpage with PHP...
Kinda like I want to run a news website ..
See the "sqlite3" module with ships
On 6/27/19 3:20 PM, Brave Heart via Tutor wrote:
> I have a little RSS program , I current the out are basically outputted on my
> screen, but I would like python to write to DB so I can from DB write on a
> webpage with PHP...
>
> Kinda like I want to run a news website ..
There doesn't seem
I have a little RSS program , I current the out are basically outputted on my
screen, but I would like python to write to DB so I can from DB write on a
webpage with PHP...
Kinda like I want to run a news website ..
Sent from Mail for Windows 10
___