[Python-Dev] Python private and protected variables and methods (original) (raw)
Annapoornima Koppad annakoppad at gmail.com
Tue Nov 29 09:39:38 EST 2016
- Previous message (by thread): [Python-Dev] Last call for the Call For Proposals of PythonFOSDEM 2017
- Next message (by thread): [Python-Dev] Python private and protected variables and methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dear All,
While teaching Python protected variables, I figured out the oddity about Python.
I am using Python 2.7.12+ for my teaching.
There is not really a concept of protected variables in Python, is it?
For a more detailed explanation of what I am trying to do, please read this article, http://radek.io/2011/07/21/private-protected-and-public-in-python/
It that is the case, Python is not suitable for companies that require secure transactions such as Banking softwares. What solution are possible to overcome data masquerading attempts that might result because of this?
Thanks and regards, Annapoornima www.pyladies.co.in -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20161129/42225a0f/attachment.html>
- Previous message (by thread): [Python-Dev] Last call for the Call For Proposals of PythonFOSDEM 2017
- Next message (by thread): [Python-Dev] Python private and protected variables and methods
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]