2025-07-09 18:05:46 +08:00
|
|
|
|
# 🐍 FlyPython - LLM Agent 与 AI 开发中心
|
2025-07-09 17:15:53 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
[python.flypython.com](https://python.flypython.com)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
## 🤖 LLM Agent Python - 核心重点
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
### 🚀 主流 LLM Agent 框架
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **OpenAI Agents SDK**
|
|
|
|
|
|
- [OpenAI Agents Python 文档](https://openai.github.io/openai-agents-python/) - 官方 OpenAI Agents SDK 用于构建 AI 智能体
|
|
|
|
|
|
- [OpenAI Python 库](https://github.com/openai/openai-python) - 官方 OpenAI Python 库
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **CrewAI - 多智能体系统**
|
|
|
|
|
|
- [CrewAI 框架](https://github.com/joaomdmoura/crewAI) - 用于协调角色扮演、自主 AI 智能体的尖端框架
|
|
|
|
|
|
- [CrewAI 文档](https://docs.crewai.com/) - 官方 CrewAI 文档
|
|
|
|
|
|
- [CrewAI 示例](https://github.com/joaomdmoura/crewAI-examples) - 真实世界 CrewAI 实现案例
|
|
|
|
|
|
- [使用 CrewAI 学习 Agentic AI](https://github.com/panaversity/learn-agentic-ai) - 综合 CrewAI 学习资源
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **LangGraph - 高级智能体工作流**
|
|
|
|
|
|
- [LangGraph](https://github.com/langchain-ai/langgraph) - 使用 LLM 构建有状态的多角色应用程序
|
|
|
|
|
|
- [LangChain Agent 框架](https://python.langchain.com/docs/modules/agents/) - LangChain 智能体和工具
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **AutoGen - 对话式 AI 智能体**
|
|
|
|
|
|
- [Microsoft AutoGen](https://github.com/microsoft/autogen) - 多智能体对话框架
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **Dapr Agents**
|
|
|
|
|
|
- [Dapr Agents](https://github.com/dapr/python-sdk) - 用于多智能体工作流的有状态虚拟角色
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
### 🛠️ 最新开源 LLM Agent 项目 (2024)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **极简与教育性项目**
|
|
|
|
|
|
- [min-agent](https://github.com/zhouzaida/min-agent) - 极简 200 行 LLM Agent,用于理解智能体原理
|
|
|
|
|
|
- [LangChain ReAct Agent](https://github.com/botextractai/ai-langchain-react-agent) - 带有 Python REPL 和 DuckDuckGo 搜索的 ReAct 智能体
|
|
|
|
|
|
- [开源 LLM Agents ReAct](https://github.com/Praveengovianalytics/llm_agents_open_source) - 开源 LLM 智能体实现
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **生产就绪框架**
|
|
|
|
|
|
- [SuperModels](https://github.com/JohannesVC/SuperModels) - 具有反思机制的 LLM 智能体桌面应用
|
|
|
|
|
|
- [AgentKit](https://github.com/japanvik/agentkit) - 用于创建网络分布式 LLM 智能体的简单框架
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **专业应用**
|
|
|
|
|
|
- [CrewAI 平台示例](https://github.com/genaiworks/crewai) - 多种真实世界应用的多智能体系统
|
|
|
|
|
|
- [CrewAI Lenox](https://github.com/samurayy99/crewai_lenox) - 高级 CrewAI 实现
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
### 📚 LLM Agent 学习资源
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **综合指南**
|
|
|
|
|
|
- [使用 CrewAI 构建多智能体 AI 系统](https://medium.com/neural-engineer/understanding-crewai-building-multi-agent-ai-systems-15d0236d5cbf)
|
|
|
|
|
|
- [智能体开发最佳实践](https://cookbook.openai.com/examples/gpt4-1_prompting_guide)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **课程与教程**
|
|
|
|
|
|
- [Agentic AI 开发课程](https://github.com/panaversity/learn-agentic-ai) - Dapr Agentic Cloud Ascent (DACA) 完整课程
|
|
|
|
|
|
- [Python 人工智能和机器学习](https://realpython.com/learning-paths/machine-learning-python/)
|
|
|
|
|
|
- [LangChain Agent 教程](https://python.langchain.com/docs/tutorials/)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
## 📖 Python 学习与开发
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
### 🎯 快速导航
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
1. [Python 新闻](#python-新闻)
|
|
|
|
|
|
2. [Python 书籍](#python-书籍)
|
|
|
|
|
|
3. [课程](#课程)
|
|
|
|
|
|
4. [算法与数据结构](#算法)
|
|
|
|
|
|
5. [Web 开发](#web-开发)
|
|
|
|
|
|
6. [数据科学与分析](#数据科学)
|
|
|
|
|
|
7. [自动化与机器人](#自动化与机器人)
|
|
|
|
|
|
8. [金融与交易](#金融与交易)
|
|
|
|
|
|
9. [性能优化](#性能优化)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
---
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
### Python 新闻
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
- [Python 官方](https://www.python.org/)
|
|
|
|
|
|
- [Medium Python](https://medium.com/tag/python)
|
|
|
|
|
|
- **Reddit 社区:**
|
|
|
|
|
|
- [r/Python](https://www.reddit.com/r/Python/)
|
|
|
|
|
|
- [r/learnpython](https://www.reddit.com/r/learnpython/)
|
|
|
|
|
|
- [r/pythontips](https://www.reddit.com/r/pythontips/)
|
|
|
|
|
|
- [r/pythoncoding](https://www.reddit.com/r/pythoncoding)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
### Python 书籍
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **初学者**
|
|
|
|
|
|
- **Python 编程从入门到实践** (第3版, 2023)
|
|
|
|
|
|
- [Amazon](https://www.amazon.com/Python-Crash-Course-Hands-Project-Based/dp/1718502702)
|
|
|
|
|
|
|
|
|
|
|
|
- **Python 编程入门** (第4版)
|
|
|
|
|
|
- [Amazon](https://www.amazon.com/Starting-Out-Python-Tony-Gaddis/dp/0134444329)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
- **Python 编程快速上手:让繁琐工作自动化** (第2版)
|
|
|
|
|
|
- [免费在线](https://automatetheboringstuff.com/) | [Amazon](https://www.amazon.com/Automate-Boring-Stuff-Python-Programming/dp/1593279922)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
- **Python Cookbook:掌握 Python 3 的秘诀**
|
|
|
|
|
|
- [Amazon](https://www.amazon.co.uk/Python-Cookbook-David-Beazley/dp/1449340377)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **高级 Python (2023-2024)**
|
|
|
|
|
|
- **Effective Python:编写高质量 Python 代码的 90 个建议** (第2版) ⭐⭐⭐⭐⭐
|
|
|
|
|
|
- [Amazon](https://www.amazon.com/Effective-Python-Specific-Software-Development/dp/0134853989)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
- **Python 代码整洁之道** ⭐⭐⭐⭐⭐
|
|
|
|
|
|
- [Amazon](https://www.amazon.com/Clean-Code-Python-maintainable-efficient/dp/1788835832)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
### 课程
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **初学者课程**
|
|
|
|
|
|
- [Python for Everybody](https://www.coursera.org/specializations/python)
|
|
|
|
|
|
- [Python 3 编程](https://www.coursera.org/specializations/python-3-programming)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **高级学习**
|
|
|
|
|
|
- [2024 年 Flask 和 Python REST API](https://www.coursera.org/learn/packt-rest-apis-with-flask-and-python-in-2024-i01az) - 专业 Flask 开发
|
|
|
|
|
|
- [YFinance 金融分析](https://kritjunsree.medium.com/the-2024-guide-to-using-yfinance-with-python-for-effective-stock-analysis-668a4a26ee3a) - 现代 Python 金融工具
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
### 算法
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
- [Python 交互式编程面试挑战](https://github.com/donnemartin/interactive-coding-challenges) - 算法和数据结构
|
|
|
|
|
|
- [算法:Python 中的最小示例](https://github.com/keon/algorithms) - 数据结构和算法
|
|
|
|
|
|
- [Pygorithm:学习 Python 算法](http://pygorithm.readthedocs.io/en/latest) - 学习算法的有趣方式
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
### Web 开发
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **FastAPI**
|
|
|
|
|
|
- [FastAPI 文档](https://fastapi.tiangolo.com/) - 现代、快速的 API 构建 Web 框架
|
|
|
|
|
|
- [FastAPI 最佳实践](https://github.com/zhanymkanov/fastapi-best-practices)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **Flask**
|
|
|
|
|
|
- [2024 年 Flask 和 Python REST API](https://www.coursera.org/learn/packt-rest-apis-with-flask-and-python-in-2024-i01az)
|
|
|
|
|
|
- [使用 Python 和 Flask 开发 RESTful API](https://auth0.com/blog/developing-restful-apis-with-python-and-flask)
|
|
|
|
|
|
- [Flask 与代码质量](https://flake8.pycqa.org/en/latest/user/error-codes.html)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **Django**
|
|
|
|
|
|
- [Django 完全初学者指南 - 第1部分](https://simpleisbetterthancomplex.com/series/2017/09/04/a-complete-beginners-guide-to-django-part-1.html)
|
|
|
|
|
|
- [使用 Django 构建 REST API](https://scotch.io/tutorials/build-a-rest-api-with-django-a-test-driven-approach-part-1)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
### 数据科学
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **NumPy**
|
|
|
|
|
|
- [从 Python 到 Numpy](http://www.labri.fr/perso/nrougier/from-python-to-numpy/)
|
|
|
|
|
|
- [探索 Python 包中的行长度](http://jakevdp.github.io/blog/2017/11/09/exploring-line-lengths-in-python-packages)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **Matplotlib**
|
|
|
|
|
|
- [Matplotlib 剖析](https://github.com/matplotlib/AnatomyOfMatplotlib)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **数据分析项目**
|
|
|
|
|
|
- [探索美国警务数据](https://blog.patricktriest.com/police-data-python)
|
|
|
|
|
|
- [分析 1000+ 希腊葡萄酒](https://tselai.com/greek-wines-analysis.html)
|
|
|
|
|
|
- [生成 FiveThirtyEight 图表](https://www.dataquest.io/blog/making-538-plots)
|
|
|
|
|
|
- [亚马逊产品评论分析](http://minimaxir.com/2017/01/amazon-spark)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
### 自动化与机器人
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **网页抓取**
|
|
|
|
|
|
- [使用 Scrapy、SQL、Matplotlib 进行网页抓取](http://www.scrapingauthority.com/python-scrapy-mysql-and-matplotlib-to-gain-web-data-insights)
|
|
|
|
|
|
- [高级网页抓取:绕过 403 禁止](http://sangaline.com/post/advanced-web-scraping-tutorial)
|
|
|
|
|
|
- [掌握 Python 网页抓取](https://hackernoon.com/mastering-python-web-scraping-get-your-data-back-e9a5cc653d88)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **自动化项目**
|
|
|
|
|
|
- [使用 Twilio 和 Python 的婚礼自动化](https://www.twilio.com/blog/2017/04/wedding-at-scale-how-i-used-twilio-python-and-google-to-automate-my-wedding.html)
|
|
|
|
|
|
- [在 Medium 上寻找有趣的人](https://medium.freecodecamp.org/how-i-used-python-to-find-interesting-people-on-medium-be9261b924b0)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **机器人**
|
|
|
|
|
|
- [Reddit + Facebook Messenger 机器人](https://pythontips.com/2017/04/13/making-a-reddit-facebook-messenger-bot)
|
|
|
|
|
|
- [Instagram 机器人成功故事](https://medium.freecodecamp.com/my-open-source-instagram-bot-got-me-2-500-real-followers-for-5-in-server-costs-e40491358340)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
#### **电子表格集成**
|
|
|
|
|
|
- [Python Excel 教程:权威指南](https://hackernoon.com/python-excel-tutorial-the-definitive-guide-934ee6dd15b0)
|
|
|
|
|
|
- [在 Excel 中使用 Python 进行数据分析](https://learning.anaconda.cloud/anaconda-certified-data-analysis-with-python-in-excel)
|
|
|
|
|
|
- [Google Sheets 和 Python](https://www.youtube.com/watch?v=vISRn5qFrkM)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
### 金融与交易
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
- [2024 年 YFinance 股票分析指南](https://kritjunsree.medium.com/the-2024-guide-to-using-yfinance-with-python-for-effective-stock-analysis-668a4a26ee3a)
|
|
|
|
|
|
- [使用 Python 进行量化交易](https://medium.com/@deepml1818/quantitative-trading-with-python-analyzing-financial-data-7c829d447e0a)
|
|
|
|
|
|
- [2024 年 Alpha Vantage 金融数据](https://medium.com/@datavisiondallas/navigating-financial-data-with-python-and-alpha-vantage-in-2024-a-beginners-guide-ca005bb1a6c2)
|
|
|
|
|
|
- [股票价格数据 - Python 金融编程](https://www.youtube.com/watch?v=2BrpKpWwT2A)
|
|
|
|
|
|
- [分析加密货币市场](https://blog.patricktriest.com/analyzing-cryptocurrencies-python)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
|
|
|
|
|
|
2025-07-09 17:15:53 +08:00
|
|
|
|
### 性能优化
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
2025-07-09 18:05:46 +08:00
|
|
|
|
- [Python 每秒百万请求](https://medium.freecodecamp.com/million-requests-per-second-with-python-95c137af319)
|
|
|
|
|
|
- [是的,Python 很慢,但我不在乎](https://hackernoon.com/yes-python-is-slow-and-i-dont-care-13763980b5a1)
|
|
|
|
|
|
- [Python 中的记忆化](https://dbader.org/blog/python-memoization)
|
2019-11-06 18:28:34 +08:00
|
|
|
|
|
|
|
|
|
|
|