python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Python: Single Module Package Structure
I'd like to apply the Packaging Python Projects process to a package with only one module/.py file.
I'm new to Python so I'm probably misunderstanding something here (but coding for decades), but many...
Sean DeNigris
Votes: 0
Answers: 0
python extend existing module functionality
I have a private internal module which is kinda big, I want to divide it into small modules, so ill have my main module, and if someone want some more functionality, he will install a module that exte...

dsal3389
Votes: 0
Answers: 0
Running unittest using a src/package directory structure
This question is similar to this one, but my directory structure is slightly different and I think that's causing the problem.
My structure is as follows:
project/
src/
mypackage/
...
Liz C.
Votes: 0
Answers: 1
Python3 import module from sibling directory
For a new structure in the python 3.10 project I had to separate diffrent modules from each other and moved them in diffrent folders on the same layer. The folder stucture looks kinda similar to this:...
Sunilplayer
Votes: 0
Answers: 1