All Questions
Tagged with python scalability
3 questions
-1
votes
1
answer
940
views
similarity measure between millions of documents [closed]
I have millions of documents(close to 100 million), each document has fields such as skills, hobbies, certification and education. I want to find similarity between each document along with a score.
...
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-...
2
votes
3
answers
2k
views
Multiple users using the same script for their websites
I'm working on a project, I have a question regarding the architecture:
Say I have a many python scripts on my server and there's main.py
which contains all the classes. And there's a script called
...