k
kerrynotes 的博客
kerrynotes · 注册于 2026-09-17 · 493 博文 · 0 帖子 · 0 回复
筛选: 标签「Python」 ✕ 清除
在 VS Code 上跑 Python
真的是越来越喜欢VS Code这个编辑器了,轻量化,插件多。以前还用subline,自从用了VS Code以后就感觉回不去了。 VS Code 要运行Python其实挺简单的。下面是步骤: ## ...
[Python] 如何调用Google Gemini API – 手撸谷歌AI客户端
前面我们申请了Google的AI Gemini Pro的API,那么如何来使用API访问Gemini 的大语言模型呢。谷歌其实给出了很多入门文档,包括Python,Go,Node.js,Android等等。我自...
Python 报错 module ‘collections’ has no attribute ‘Iterable’
今天在学Python的时候,一直报错 AttributeError: module ‘collections’ has no attribute ‘Iterable’ 。网上一搜,说是Python 3.9以后collections.Iterable被废弃了,...