Python Forum
Simple modular Programm
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple modular Programm
#4
Sorry, don't see the usefulness of this, particularly if it will only run in IDLE and not the command terminal.

Also, Python encourages the use of descriptive names for variables, functions, classes, etc. I find it very annoying when people use single character designations.

A line like this a=input(line) would be very confusing because you are not actually supplying a prompt to the user, this would be better line = input("Type one of the commands here: ")
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
Simple modular Programm - by Solstice - Dec-29-2017, 07:35 PM
RE: Simple modular Programm - by nilamo - Dec-29-2017, 09:00 PM
RE: Simple modular Programm - by buran - Dec-29-2017, 09:02 PM
RE: Simple modular Programm - by sparkz_alot - Dec-29-2017, 09:13 PM
RE: Simple modular Programm - by Solstice - Dec-29-2017, 10:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Small programm to change names of files Brotato 0 1,833 Aug-20-2020, 08:12 PM
Last Post: Brotato

Forum Jump:

User Panel Messages

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