Aug-04-2017, 03:59 AM
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?
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.
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.