Python

python tutorial 学习笔记

Python 报错 module 'collections' has no attribute 'Iterable'

今天在学Python的时候,一直报错 AttributeError: module 'collections' has no attribute 'Iterable' 。网上一搜,说是Python 3.9以后collections.Iter...
0
google gemini model banner AI

[Python] 如何调用Google Gemini API - 手撸谷歌AI客户端

前面我们申请了Google的AI Gemini Pro的API,那么如何来使用API访问Gemini 的大语言模型呢。谷歌其实给出了很多入门文档,包括Python,Go,Node.js,Android等等。我自己也不怎么会python,但还...
2
python tutorial 学习笔记

在 VS Code 上跑 Python

真的是越来越喜欢VS Code这个编辑器了,轻量化,插件多。以前还用subline,自从用了VS Code以后就感觉回不去了。 VS Code 要运行Python其实挺简单的。下面是步骤: 安装软件 其实VS Code 只是个编辑器,要跑P...
0