k
kerrynotes 的博客
kerrynotes · 注册于 2026-09-17 · 493 博文 · 0 帖子 · 0 回复
博文 (493) 帖子 (0)
全部 AI 学习笔记 机场测速周刊 科学上网 机场测评 软件 杂七杂八 机场推荐 GitHub 项目 WordPress 资源分享 跨境收付 虚拟主机 域名 ChatGPT 生活琐碎 Hostinger教程 Midjourney Admob VPS #机场测评 #机场推荐 #ChatGPT #机场 #AI #便宜机场 #Telegram #Clash #Wise #Midjourney #WordPress #Gemini #Google #Cloudflare #Hostinger #Windows #科学上网 #AI绘图 #IPLC机场 #优惠码 #Github #WordPress相关问题 #机场优惠码 #香港银行卡 #虚拟主机 #SEO #Google Adsense #海外银行卡 #Affiliate #美国Apple ID
在 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被废弃了,...