首页
Dart
Flutter
Python
FastApi
PHP
Laravel
Thinkphp
JavaScript
Vue
TypeScript
autojs
Android
java
C/C++
Kotlin
SQL
Mysql
Linux
Kali Linux
Docker
Shell
其他
本站功能使用教程
常用网站收录
提问的智慧
Google翻译镜像站
本站同款主题
写文章
登录
首页
Dart
Flutter
Python
FastApi
PHP
Laravel
Thinkphp
JavaScript
Vue
TypeScript
autojs
Android
java
C/C++
Kotlin
SQL
Mysql
Linux
Kali Linux
Docker
Shell
其他
本站功能使用教程
常用网站收录
提问的智慧
Google翻译镜像站
本站同款主题
登录
找回密码
python
第2页
排序
更新
浏览
点赞
评论
Conda 包管理器和环境管理器
Conda 简介: Conda 是一个开源的包管理器和环境管理器,用于安装、运行和管理软件包和依赖项。它最初是为 Python 科学计算生态系统设计的,但现在支持多个语言(如 R、Ruby、Lua 和 Java)。Co...
其他
趙哥
2年前
0
131
0
Pycharm开发python必装插件
Pydantic: https://plugins.jetbrains.com/plugin/12861-pydantic 在 PyCharm 中,Pydantic 插件可以根据 Pydantic 模型自动推断数据类型,并提供自动补全和类型检查功能,帮助开发者编写更加健...
Python
趙哥
3年前
0
247
0
Python 第三方库收录
PyAutoGUI 用于自动化鼠标和键盘操作,常用于 GUI 自动化和测试。 EasyOCR 轻量级的光学字符识别(OCR)工具,支持多种语言,适用于图像中的文字提取。 pynput 用于控制和监视鼠标和键盘输入,...
Python
趙哥
2年前
0
120
0
html转换为markdown [html2text库]
Piphttps://pypi.org/project/html2text/安装:pip install html2text使用:import html2text md_text = open('ret.html', 'r', encoding='utf-8').read() markdown = html2text.html2text(md_t...
Python
趙哥
3年前
0
250
0
python 使用Pillow给图片加边框
方法一:使用 ImageOps.expand() 加单色边框(推荐) from PIL import Image, ImageOps img = Image.open('example.jpg') border_img = ImageOps.expand(img, border=10, fill='black') # 加 10...
Python
趙哥
12个月前
0
284
0
markdown 转 html [markdown库]
Piphttps://pypi.org/project/Markdown/安装:pip install markdown使用:from markdown import markdown print(dir(markdown)) file = open('help.md','r',encoding='utf-8').read() html = ma...
Python
趙哥
3年前
0
224
0
PIL(Python Imaging Library)库 常用的图像处理方法
PIL(Python Imaging Library)库提供了许多常用的图像处理方法,以下是一些常用的图像操作方法: 打开图像: from PIL import Image img = Image.open('image.jpg') 保存图像: img.save('output...
Python
趙哥
12个月前
0
108
0
在手机上浏览此页面
登录
手机号或邮箱
验证码
发送验证码
记住登录
账号密码登录
登录
用户名/手机号/邮箱
登录密码
记住登录
找回密码
|
免密登录
登录