LuYF-Lemon-love の Blog
00048-Argparse 教程学习笔记 00048-Argparse 教程学习笔记
前言这篇教程旨在作为 argparse 的入门介绍,此模块是 Python 标准库中推荐的命令行解析模块。 备注: 还有另外两个模块可以完成同样的任务,称为 getopt (对应于 C 语言中的 getopt() 函数) 和被弃用的 op
2023-02-12
00047-正则表达式 HOWTO 学习笔记 00047-正则表达式 HOWTO 学习笔记
前言本文是关于在 Python 中通过 re 模块使用正则表达式的入门教程。它提供了比“标准库参考”的相关章节更平易的介绍。 源教程链接: https://docs.python.org/zh-cn/3/howto/regex.html .
2023-02-11
00046-打包 Python 项目 00046-打包 Python 项目
前言This tutorial walks you through how to package a simple Python project. It will show you how to add the necessary file
2023-02-07
00039-使用 pandas 为 TransE 预处理数据 00039-使用 pandas 为 TransE 预处理数据
前言# data_preprocessing # # created by LuYF-Lemon-love on October 31, 2022 # # 该脚本为 TransE 生成数据集 # # prerequisites: #
2022-11-27
7 / 7