英文: How to make a discord.py event listener that deletes any new thread in a specific channel forum?...
如何根据它们的位置显示瓦片?
英文: How do i display tiles depending where they are? 问题 我应该如何制作一种算法,根据周围的瓷砖显示正确的图像。 这只是我定义我的关卡的方式,然后...
使用正则表达式替换Python字典中的元素
英文: Replacing elements of a Python dictionary using regex 问题 我一直在尝试用另一个字典中给定的字符串值替换字典的整数组件。但是,我得到了以下...
如何在导入ChromeDriver时避免文件路径错误?
英文: How do I avoid a file path error while importing ChromeDriver? 问题 I have been trying to work on ...
Error: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /var/task/cryptography/hazmat/bindings/_rust.abi3.so)
英文: Error: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /var/task/cryptography/...
在pandas DataFrame上调用函数,使用在前一行/循环中计算的滞后值。
英文: Call function on pandas df with lagged values calculated in the previous row/loop 问题 我正在调用一个函数,对...
KIVY: 按钮背景尽管指定了源但未显示
英文: KIVY: Button background not displayed despite source being specified 问题 我在Kivy中遇到了一个奇怪的问题,其中一个按钮...
如何使用Pandas根据其他两列的条件填充NaN值?
英文: How to populate NaN values based on conditions from two other columns using Pandas? 问题 我有一个数据框,看...
如何在Python中特别是在turtle中为不同的元素指定值?
英文: How I can specify a value for various elements on Python specially in turtle 问题 以下是翻译好的代码部分: 我不知...
导入自定义模块不起作用 (Python)
英文: Importing custom modules doesn't work (Python) 问题 import Activities 文件目录应为Activities,Play,Fo...
1057