Skip to content

蚂蚁学Python

博学之、审问之、慎思之、明辨之、笃行之

  • 视频课程
  • 关于我
Categories linux

Linux系统Kill掉包含某个关键词的所有进程命令

2023-04-11 Leave a comment by crazyant

命令 kill -9 $(ps aux | grep 'retrieve' | awk & … Read more Linux系统Kill掉包含某个关键词的所有进程命令


Categories chatgpt

ChatGPT视频课程案例截图

2023-04-10 Leave a comment by crazyant

课程地址:地址 克隆一个chatgpt 股票爬取与分析 办公自动化


Categories chatgpt

怎样使用ChatGPT自身的画图程序

2023-04-07 Leave a comment by crazyant

程序 import openai import os import base64 openai.api_key … Read more 怎样使用ChatGPT自身的画图程序


Categories python环境

vscode无法conda activate环境

2023-04-202023-03-30 Leave a comment by crazyant

0、先试试这个方法 原因 出现这样一个情况,在vscode中无法用PowerShell激活已有环境(图为网图, … Read more vscode无法conda activate环境


Categories 自动化测试

Python有哪些自动化测试的技术库?

2023-03-28 Leave a comment by crazyant

Python有很多流行的自动化测试技术库,以下是其中的一些: unittest:Python自带的测试框架,可 … Read more Python有哪些自动化测试的技术库?


Categories 机器学习

老师,随机森林分类模型评估是准确率,那回归模型是怎么评估的呢?

2023-03-28 Leave a comment by crazyant

问题: 使用什么指标评估一个回归模型? 回答: 评估回归模型的常用指标包括: 均方误差(MSE):MSE是最常 … Read more 老师,随机森林分类模型评估是准确率,那回归模型是怎么评估的呢?


Categories 爬虫

Http协议和Python Requests库

2023-03-212023-03-21 Leave a comment by crazyant

HTTP协议 请求 请求的数据 URL URL的参数,比如http://httpbin.org/get?key … Read more Http协议和Python Requests库


Categories python环境

怎样彻底卸载Pycharm

2023-03-20 Leave a comment by crazyant

参考文章 https://www.jetbrains.com/help/pycharm/uninstall.h … Read more 怎样彻底卸载Pycharm


Post navigation
Older posts
Newer posts
← Previous 1 … 11 12 13 … 50 Next →

文章分类

  • C++ (8)
  • chatgpt (3)
  • django (16)
  • docker (4)
  • fastapi (3)
  • flask (11)
  • hadoop (5)
  • hive (14)
  • java (20)
  • javascript (1)
  • kafka (1)
  • linux (18)
  • mac (4)
  • mysql (26)
  • numpy (2)
  • paddlepaddle (1)
  • pandas (42)
  • php (39)
  • pyecharts (1)
  • pyqt (6)
  • python (34)
  • python环境 (30)
  • python趣味小程序 (3)
  • redis (4)
  • sklearn (1)
  • spark (6)
  • tensorflow (3)
  • zookeeper (1)
  • 产品想法 (1)
  • 办公自动化 (10)
  • 大数据 (1)
  • 大模型 (3)
  • 推荐系统 (7)
  • 数据科学 (1)
  • 数据结构与算法 (1)
  • 机器学习 (4)
  • 爬虫 (24)
  • 电商 (2)
  • 程序人生 (26)
  • 程序员自媒体 (12)
  • 腾讯课堂 (1)
  • 自动化测试 (1)
  • 读书心得 (8)
  • 软件工具 (9)
  • 量化投资 (6)
© 2025 蚂蚁学Python • Theme Xena