Python Forum
Idiomatic Python compared
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Idiomatic Python compared
#2
Python does not force you to keep functions (or class methods) simple, but it is certainly desired.
here's the 'guide': https://www.python.org/dev/peps/pep-0020/

or from command line:
$ python
>>>import this
Reply


Messages In This Thread
Idiomatic Python compared - by pitosalas - Sep-27-2021, 05:17 PM
RE: Idiomatic Python compared - by Larz60+ - Sep-27-2021, 11:29 PM
RE: Idiomatic Python compared - by pitosalas - Sep-28-2021, 02:00 PM
RE: Idiomatic Python compared - by snippsat - Sep-28-2021, 03:47 PM

Forum Jump:

User Panel Messages

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