Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Organizing tips
#1
Does anyone have a reference for proficient organizing?
Reply
#2
What exactly are you asking for?

packages?
https://docs.python.org/3/tutorial/modules.html
https://docs.python.org/3/tutorial/modul...l#packages

use docstrings in everything, modules, classes, methods/functions, etc. Program for re-usability, etc.

tutorials on this forum related to organization are my pygame tutorials whihc start from a simple window creation to organizing different moduels/classes, etc. Part 1-8. But its more geared toward the person interested in making a game, not organization.
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Organizing several similar classes with overlapping variables 6hearts 7 1,329 May-07-2023, 02:00 PM
Last Post: 6hearts
  Any tips to how to find out values? nevlindan 1 687 Apr-27-2023, 09:14 PM
Last Post: deanhystad
  Organizing list of objects by attribute scarney1988 3 2,155 Mar-11-2020, 03:55 PM
Last Post: scarney1988
  Organizing Data in Dictionary Ranjirock 3 2,580 Aug-27-2019, 02:48 PM
Last Post: Ranjirock
  coding improvement tips vaisesumit29 1 1,773 Mar-10-2019, 05:09 PM
Last Post: stullis
  Tips for CLI program with Keybinding system pedropessoa 2 2,546 Nov-21-2018, 09:59 AM
Last Post: Gribouillis
  organizing by distance gonzo620 7 3,821 Oct-16-2018, 01:41 AM
Last Post: stullis
  indentation tips Pedroski55 4 3,196 Sep-16-2018, 10:21 AM
Last Post: Gribouillis
  Organizing results acmichelman 2 3,232 Sep-05-2017, 06:39 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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