Questions tagged [python]

For questions that relate to the Python programming specifically

Python is a dynamic programming language.

64 questions
2
votes
0 answers

Do I need both commercial PyQt license and commercial Qt license for close source commercial app?

Is it possible to make a closed-source application with Qt and PyQt5, using the open source licenses available for those libraries, in the way described below? Suppose there are no changes made to the PyQt or Qt library themselves. Consider, for…
John.L
  • 21
  • 2
1
vote
0 answers

Did the Python developers ever explain why they made such "obvious" breaking changes between two minor versions?

I read this comment today: When Python decides to add a "direction" parameter to sort() they do something like this: 3.2.7: sort(list) 3.2.8: sort(direction, list) You can't upgrade from 3.2.7 to 3.2.8 without breaking things, because there is a…
Y. T.
  • 11
  • 1
0
votes
1 answer

Ship Python based product with Anaconda on windows?

I have a python service that runs on anaconda (using a lot of conda install) and a C# UI. Are there any restrictions for shipping anaconda (not modified) + installed packages + my service as a paid not opensource product?
Blender
  • 185
  • 5
-2
votes
1 answer

Is the Dlib library free?

Is the Dlib library free? Because at the company we have plans to use it to recognize documents with Python, and we were thinking of using this lib without a headache.
sysOut
  • 101
  • 2