Python Forum
Feedback on simple 'Mock Up' scripts
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Feedback on simple 'Mock Up' scripts
#3
Thank you for answering my questions Mekire, I just have a question about this:
(Aug-20-2018, 05:56 PM)Mekire Wrote: And absolutely don't mark variables with leading double underscores. This causes name mangling, again doesn't actually enforce privacy, and most importantly annoys the hell out of other Python programmers.

Have I used double underscores? All I know about is '__name__', which if I'm correct, is referencing to basic Python Script variables / functions like 'def __init__(self)', just so Python knows what is going on, which class is doing what, when is a class initialized, etc... Or are you just warning me so I don't make that mistake.
Reply


Messages In This Thread
Feedback on simple 'Mock Up' scripts - by fxJoan - Aug-20-2018, 04:30 PM
RE: Feedback on simple 'Mock Up' scripts - by fxJoan - Aug-20-2018, 11:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Simple Text Shop Simulator Feedback Dash 5 3,460 Apr-19-2019, 01:08 PM
Last Post: Dash

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020