Op 15-06-2021 om 19:14 schreef Grant Edwards:
On 2021-06-15, Menno Holscher wrote:
There is no difference regarding security concerns.
I find that hard to believe given the long list of CVEs I've just had
to sort through for even fairly recent versions of PHP. I just can't
belive that Python
On 2021-06-15, Menno Holscher wrote:
> There is no difference regarding security concerns.
I find that hard to believe given the long list of CVEs I've just had
to sort through for even fairly recent versions of PHP. I just can't
belive that Python has anywhere close to that many secruity issues
Op 14-06-2021 om 21:17 schreef Pascal B via Python-list:
Hi,
I would like to know if for a small app for instance that requires a connection
to a remote server database if php is more suitable than Python mainly
regarding security.
Php requires one port for http and one port for the connection
On Tue, Jun 15, 2021 at 08:39:51AM +1200, dn via Python-list wrote:
> On 15/06/2021 07.17, Pascal B via Python-list wrote:
> > Hi,
> > I would like to know if for a small app for instance that requires a
> > connection to a remote server database if php is more suitable than Python
> > mainly reg
On 15/06/2021 07.17, Pascal B via Python-list wrote:
> Hi,
> I would like to know if for a small app for instance that requires a
> connection to a remote server database if php is more suitable than Python
> mainly regarding security.
> Php requires one port for http and one port for the connect
Hi,
I would like to know if for a small app for instance that requires a connection
to a remote server database if php is more suitable than Python mainly
regarding security.
Php requires one port for http and one port for the connection to the database
open. If using Python with a tkinter gui,