python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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
File Inside Python Module Not Included (Django, Py2 to Py3 Conversion)
I am migrating a Django project from 2 to 3 and am running into an import(?) error.
One of the apps/modules contains an __init__.py, admin.py, forms.py, models.py, urls.py, and view.py, but when the m...
thekthuser
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
Python "tables" module "Not Found", but PIP and Conda say it is installed
I'm getting two errors in tandem when trying to export a Pandas DataFrame to HDF5 on M1 Mac:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/pytho...
KCpremo
Votes: 0
Answers: 1