Danny Yoo Wrote in message:
> > Python is only as secure as the code *you* write. If you write code
>> where you accept text from untrusted people over the Internet and then
>> execute it as code using eval() or exec(), then your code is vulnerable
>> to code injection attacks. The solution to thi
> Python is only as secure as the code *you* write. If you write code
> where you accept text from untrusted people over the Internet and then
> execute it as code using eval() or exec(), then your code is vulnerable
> to code injection attacks. The solution to this is simple: don't use
> eval() or
On Thu, Jul 24, 2014 at 10:11:41AM +, Allahondoum Mbaibarem wrote:
> I'm new at python and I would like to have knowledge about the Security and
> the Reliability factor of Python thank you.
Python is very reliable. The language has been around for over 20 years,
and is in use in tens of tho
Allahondoum Mbaibarem Wrote in message:
> ___
> Tutor maillist - Tutor@python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
Post here using text messages, not html.
Wait 24 hours, not one, b
On 7/24/2014 3:11 AM, Allahondoum Mbaibarem wrote:
I'm new at python and I would like to have knowledge about the Security
and the Reliability factor of Python thank you.
That's a pretty open-ended question. It's as secure and reliable as
what you write. For most of us, it's as secure and r
I'm new at python and I would like to have knowledge about the Security and
the Reliability factor of Python thank you.
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor