英文: python3 ModuleNotFoundError with my own modules 问题 ![结构][1] 我有这个项目的结构。我想在`data/datadownload.py`中...
如何在标题之前写入包含配置行的数据框到 CSV 文件中
英文: How to write to csv a dataframe with config line before headers 问题 I want to add in the first li...
在Python中使用小时和星期几计算日期
英文: Calculating dates in Python with dependies on hour and name of day 问题 我正在开发一个应用程序,用户可以预订汽车,并且预订的...
如何仅抓取评论文本并避免获取其他元素的内容?
英文: How to scrape only the text of reviews and avoid content from other elements? 问题 以下是您要翻译的内容: I a...
在Python turtle中绘制美国国旗。
英文: Drawing a USA flag in Python turtle 问题 因为我使用翻译器,英语可能不自然。 我做了一段代码来绘制美国国旗,但遇到了问题。 我完成了一行星星,但不知道如何在...
有没有一种简单的 “类似tqdm” 的方法来使for循环运行多进程?
英文: Is there an easy "tqdm like" way to make a for loop to run multiprocess? 问题 我有一个在Pytho...
为什么我的神经网络无法学习 XOR 问题?
英文: Why does my neural network not learn the XOR problem? 问题 我是对 PyTorch 新手,尝试学习 XOR 问题(带有一些噪音)。 当然我...
Transforming annotated csv (influxdb) to normal csv file using python script
英文: Transforming annotated csv (influxdb) to normal csv file using python script 问题 以下是您要翻译的内容: impo...
创建一个在没有安装Python的系统上运行的Python虚拟环境。
英文: Create a python venv that works on systems with no python installed 问题 如何设置虚拟环境,以便用于调用Python脚本,但...
如何减少运行代码所需的时间以及速度缓慢的原因是什么?
英文: How can I reduce the time needed to run my code and what is the cause of the slow speed? 问题 代码在小...
1057