【记录】Windows中新建VSCode的Python项目
crifan 5年前 (2019-12-30) 6679浏览 0评论
折腾: 【未解决】windows中用PyInstaller打包mitmdump的Python脚本为exe 期间,去windows中vscode,新建python项目。 直接拖动包含python代码的文件夹: 到vscode中,自动创建项目: 其中...
all python related
crifan 5年前 (2019-12-30) 6679浏览 0评论
折腾: 【未解决】windows中用PyInstaller打包mitmdump的Python脚本为exe 期间,去windows中vscode,新建python项目。 直接拖动包含python代码的文件夹: 到vscode中,自动创建项目: 其中...
crifan 5年前 (2019-12-19) 3125浏览 0评论
最近接触到Python的os.path的,除了常见函数外的其他一些,比如splitext 所以想要去搞清楚还有其他哪些常见函数。 python sys info How to get the system info with Python? R...
crifan 5年前 (2019-12-16) 4565浏览 0评论
Q: python同一行 获取不同数据怎么写?正则-CSDN问答 https://ask.csdn.net/questions/776189 “ python 例如 PRINTABLE:张三TEL;VOICE:13882200000TEL:+8618...
crifan 5年前 (2019-12-12) 12714浏览 0评论
Python代码: announcementStrList = [ "^更新公告$", # strict full match "^游戏公告$"...
crifan 5年前 (2019-12-03) 3612浏览 2评论
折腾: 【未解决】用Python发布印象笔记帖子内容到WordPress网站 期间,对于要发布新帖子到WordPress,好像都是提到的xmlrpc。 此处希望是更加先进方便的REST API。 如果WordPress能支持rest api,那最好 ...
crifan 5年前 (2019-12-02) 3236浏览 0评论
Q: python的问题?_百度知道 A balanced binary search tree with 12 nodes has height A:想要回答此问题,先要搞清楚:什么是 balanced binary search tree go...
crifan 5年前 (2019-09-03) 1059浏览 0评论
自然语言处理时,通常的文本清理流程是什么? – 知乎 -》 Jieba分词 fxsjy/jieba: 结巴中文分词 Python中文分词 jieba 十五分钟入门与进阶 – FontTian的专栏 – CSDN博客...
crifan 5年前 (2019-09-02) 1481浏览 0评论
python nlp 【译文】基于Python的自然语言处理指南 – 知乎 text cleaning pipeline nlp – Pipeline for text cleaning / processing in py...
crifan 5年前 (2019-08-27) 1360浏览 0评论
如何用Python处理自然语言?(Spacy与Word Embedding) – 知乎 【spaCy Cheat Sheet】 来自: spaCy Cheat Sheet: Advanced NLP in Python ...
crifan 5年前 (2019-06-25) 4145浏览 0评论
嵌入式Linux 部署Flask embedded Linux Flask Flask 教程 第十七章:Linux上的部署 – Infinity的博客 – CSDN博客 如何将Python PyQt5应用程序部署到嵌入式Lin...