Skip to content

蚂蚁学Python

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

  • 视频课程
  • 关于我

python

Categories pandas

Pandas系列-读取csv/excel/mysql数据

2020-09-062019-09-15 Leave a comment by crazyant

本代码演示: 1. pandas读取纯文本文件 * 读取csv文件 * 读取txt文件 2. pandas读取 … Read more Pandas系列-读取csv/excel/mysql数据


Categories 推荐系统

推荐系统:实现文章相似推荐的简单实例

2020-09-182019-08-25 Leave a comment by crazyant

看了一篇文章实现了文章的内容相似度计算实现相似推荐,算法比较简单,非常适合我这种初学入门的人。 来自一篇英文文 … Read more 推荐系统:实现文章相似推荐的简单实例


Categories pandas

Pandas中对轴axis=0和axis=1的理解

2020-09-062019-08-20 Leave a comment by crazyant

刚学习numpy和Pandas,被axis、axis=0或者axis=’index’,axis=1或者axis … Read more Pandas中对轴axis=0和axis=1的理解


Categories flask

Flask使用Pyecharts在单个页面展示多个图表

2023-03-122019-08-04 2 Comments by crazyant

在Flask页面展示echarts,主要有两种方法: 方法1、原生echarts方法 自己在前端引入echar … Read more Flask使用Pyecharts在单个页面展示多个图表


Categories tensorflow

Java和Python使用Grpc访问Tensorflow的Serving代码

2023-03-122019-07-30 Leave a comment by crazyant

发现网上大量的代码都是mnist,我自己反正不是搞图像处理的,所以这个例子我怎么都不想搞; wide& … Read more Java和Python使用Grpc访问Tensorflow的Serving代码


Categories flask

Flask怎样从其他Python文件导入app.route视图函数

2023-03-122019-07-28 Leave a comment by crazyant

用Blueprint这个东西实现; 主文件: flask_main.py import flask from … Read more Flask怎样从其他Python文件导入app.route视图函数


Categories tensorflow

tensorflow怎样输入具有多个值的特征

2023-03-122019-07-22 Leave a comment by crazyant

大部分的特征都是单个值的,比如性别、年龄、职业、地理位置、时间、地点、分类、点击率等等; 但是还有一些是多个值 … Read more tensorflow怎样输入具有多个值的特征


Categories redis

Python3用scan和delete命令批量清理redis数据

2023-03-122019-03-20 by crazyant

import redis import time redis_cache = redis.Redis(host … Read more Python3用scan和delete命令批量清理redis数据


Post navigation
Older posts
Newer posts
← Previous 1 … 3 4 5 … 9 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