Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
a module to import modules
#1
i am working on a large program that is made of many files the get run as separate processes.  there is a big set of modules that every file needs to import.  i hate having this list duplicate in every file, especially when i need to make changes.  in C i would have one #include file the would #include all the other #include files.  then each C file would #include that one #include file.

what's a good way (or best way) to do this with large projects in Python?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
a module to import modules - by Skaperen - Aug-04-2017, 03:59 AM
RE: a module to import modules - by nilamo - Aug-04-2017, 04:23 AM
RE: a module to import modules - by Skaperen - Aug-05-2017, 02:49 AM
RE: a module to import modules - by nilamo - Aug-05-2017, 05:23 PM
RE: a module to import modules - by metulburr - Aug-05-2017, 09:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Different Ways to Import Modules RockBlok 2 651 Dec-11-2023, 04:29 PM
Last Post: deanhystad
  is import cointegration_analysis a recognized module mitcht33 1 489 Nov-06-2023, 09:29 PM
Last Post: deanhystad
  problem in import module from other folder akbarza 5 1,623 Sep-01-2023, 07:48 AM
Last Post: Gribouillis
  can not import anaconda pandas module. PySpark pandas module is imported!! aupres 0 768 Aug-06-2023, 01:09 AM
Last Post: aupres
  Import Modules TheBunyip 4 1,303 Mar-10-2023, 04:47 PM
Last Post: buran
  import module error tantony 5 3,598 Dec-15-2022, 01:55 PM
Last Post: Lauraburmrs
  a bunch of modules to import Skaperen 2 940 Nov-07-2022, 07:33 PM
Last Post: Gribouillis
  Import a module one step back of the path prathampatel9 1 1,117 Sep-21-2022, 01:34 PM
Last Post: snippsat
  Import a module for use in type hint? Milosz 0 1,528 Nov-08-2021, 06:49 PM
Last Post: Milosz
  Can't install nor import delorean module Tek 3 2,889 Oct-27-2021, 03:32 AM
Last Post: Tek

Forum Jump:

User Panel Messages

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