python-3.2 相关问题

对于Python 3.2特有的问题。尽可能使用更通用的[python]和[python-3.x]标记。

如何找到最新的兼容*版本的Pypi包?

在生产服务器上,我被迫使用python3.2。可悲的是,我的几个依赖项需要> = python3.4。有没有办法找出可以使用的最新版本的包...

回答 2 投票 3

如何在列表[变量]中使用变量

import sys sort = [] #list def myMax(mylist):#function而不是max()listadd = 0 plus1 = listadd + 1 for listadd in range(a):if sort [listadd]> sort [plus1,a]: #哪里我...

回答 1 投票 -4

Python 3 concurrent.futures套接字服务器与ThreadPoolExecutor一起使用,但不与ProcessPoolExecutor一起使用

我试图使用新的concurrent.futures类创建一个简单的套接字服务器。我可以使用ThreadPoolExecutor使其正常工作,但它只是在我使用ProcessPoolExecutor时挂起而我不能......

回答 2 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.