All Questions
2 questions
7
votes
1
answer
6k
views
Breaking a Large Python Project into Multiple Packages
I have a medium sized Python program (12 KLOC) organized as a single Python package with multiple subpackages:
proj/
setup.py
proj/
__init__.py
projfile1.py
subproj1/
...
2
votes
2
answers
283
views
Is it a good idea to install more libraries than you need? [closed]
I decided to try Anaconda, it seems that too many large companies are using it. I was amazed by the number of libraries included by default
installing: python-2.7.9-2 ...
installing: conda-3.10.0-...