Python Forum
do you have an idea to optimize this code[recursion]]?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
do you have an idea to optimize this code[recursion]]?
#5
I get it.
PEPs are Python Enhancement Proposals, but they are much more than that. Certain PEPs have become the standard of Python programming, such as PEP 8, the Style Guide for Python Code (co-written by Guido VonRossum, the "inventor" of Python). PEP 8 therefore is definitely worth spending a few minutes reading and understanding what are the standards for Python programming style. PEP 20 is titled The Zen of Python and is almost Haiku like, going into more depth about style and preferences and is really quick read, but worth it to get some of the thoughts behind Python development.

There are over 3000 PEPs (at least if you go by numbers). So, would spend the time, brief though it may take, to review the ones to which you are referred (8, 20, etc), and then any that look interesting.
Reply


Messages In This Thread
RE: do you have an idea to optimize this code[recursion]]? - by jefsummers - May-20-2022, 06:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How can I multithread to optimize a groupby task: davisc4468 0 784 Jun-30-2023, 02:45 PM
Last Post: davisc4468
  do you have an idea for optimizing this code? netanelst 3 1,454 May-22-2022, 10:30 AM
Last Post: snippsat
  Optimization using scipy.optimize KaneBilliot 3 1,987 Nov-30-2021, 08:03 AM
Last Post: Gribouillis
  Using curve_fit to optimize function (TypeError) Laplace12 4 2,645 Aug-30-2021, 11:15 AM
Last Post: Larz60+
  is there a way to optimize my checking system? GalaxyCoyote 4 2,835 Oct-13-2019, 09:18 AM
Last Post: perfringo
  cannot import scipy.optimize.Bounds larkypython 2 7,372 May-05-2019, 04:09 AM
Last Post: larkypython
  Optimize unittest loading Nazz 3 2,629 Mar-05-2019, 11:59 AM
Last Post: Nazz
  optimize choices in multiple if ---: statements Pedroski55 2 2,964 Dec-25-2018, 05:06 AM
Last Post: Pedroski55

Forum Jump:

User Panel Messages

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