python3 基础回忆录

整理于2020年11月下旬:

It is tough today and tomorrow will be tougher.but the day after tomorrow is beautiful!
many people died in the evening of tomorrow,only the ture hero can see the rising sun on the third day!(马云英文演讲)

但愿殊途同归 我能与你讲讲来时的路 

目录

一.安装配置环境

二.基础模块

三.pythonic写法

四.python三大数据库

五.python 高级用法

六.python 库实战

七.扩充知识链接


一.安装配置环境

Win10下安装torch

  https://blog.csdn.net/weixin_45316122/article/details/10274316

Pycharm + Anaconda环境教程

  https://blog.csdn.net/weixin_45316122/article/details/101376562

Pycharm 基本配置和常用功能(转)

  https://blog.csdn.net/weixin_45316122/article/details/98258286     (差)

python 创建虚拟环境(转)

  https://blog.csdn.net/weixin_45316122/article/details/95493063

二.基础模块

python3 基础01 tuple+list+set+dict

  https://blog.csdn.net/weixin_45316122/article/details/102840036

python3基础02 help+len+open

  https://blog.csdn.net/weixin_45316122/article/details/102840054

python3基础04 异常,函数,类

  https://blog.csdn.net/weixin_45316122/article/details/102840119

python3基础03 lambda+string模块+re模块

  https://blog.csdn.net/weixin_45316122/article/details/102840088

Python3 文件(os库)常用的场景和用法

  https://blog.csdn.net/weixin_45316122/article/details/103460274

python3正则 (全局性知识点,转)

  https://blog.csdn.net/weixin_45316122/article/details/100020422

python3基本(数据类型,分支语句,组合数据类型,递归,文件基本操作)

  https://blog.csdn.net/weixin_45316122/article/details/101016956

Python3 列表生成式、生成器、可迭代对象与迭代器

  https://blog.csdn.net/weixin_45316122/article/details/103510884

python3 处理txt,doc,docx,xls,xlsx文件

  https://blog.csdn.net/weixin_45316122/article/details/93793473

三.pythonic写法

Python3 pythonic写法(检查字符串是否包含在*)

  https://blog.csdn.net/weixin_45316122/article/details/95340063

Pythonic写法

  https://blog.csdn.net/weixin_45316122/article/details/100338324

python3 字典(高级用法,pythonic)

  https://blog.csdn.net/weixin_45316122/article/details/103419810

四.python三大数据库

Python3 数据库mysql(全局性知识点,全而紧凑)

  https://blog.csdn.net/weixin_45316122/article/details/95380805

Python3 数据库redis(全局性知识点,全而紧凑)

  https://blog.csdn.net/weixin_45316122/article/details/95387551

Python3 数据库mongo(全局性知识点,全而紧凑)

  https://blog.csdn.net/weixin_45316122/article/details/95388242

Python3 Mongo数据库实战

  https://blog.csdn.net/weixin_45316122/article/details/100988761

五.python 高级用法

js数值运算中的强制转化

  https://blog.csdn.net/weixin_45316122/article/details/95669925

Python3 二种办法解决掉时间戳(timestamp)

  https://blog.csdn.net/weixin_45316122/article/details/101058612

Python importlib.import_module() 动态导入对象

  https://blog.csdn.net/weixin_45316122/article/details/103072196

python使用grpc(转载)

  https://blog.csdn.net/weixin_45316122/article/details/103072266

Python3 模块引入机制

  https://blog.csdn.net/weixin_45316122/article/details/103460317

Python3 6大常用内置函数

  https://blog.csdn.net/weixin_45316122/article/details/103477516

Python 异步asyncio学习篇(转)

  https://blog.csdn.net/weixin_45316122/article/details/97277234     (差)

六.python 库实战

Python glob库

  https://blog.csdn.net/weixin_45316122/article/details/107021035

python 包利器 总结

  https://blog.csdn.net/weixin_45316122/article/details/107537967

python3 pretty-errors包优化输出异常

  https://blog.csdn.net/weixin_45316122/article/details/107098984

python3 unittest测试 ipython notebook Demo

  https://blog.csdn.net/weixin_45316122/article/details/102838584

七.扩充知识链接

程序员常用的~变量命名工具

  https://blog.csdn.net/weixin_45316122/article/details/101207360

Linux vim编辑器 简介,基本命令

  https://blog.csdn.net/weixin_45316122/article/details/95388435

在。。线。。短。。信(手机)

  https://blog.csdn.net/weixin_45316122/article/details/93788041

python ml nlp 爬虫 知识链接

  https://blog.csdn.net/weixin_45316122/article/details/101051030

python ml nlp 爬虫 知识链接(2)

  https://blog.csdn.net/weixin_45316122/article/details/98614812

*************现阶段所以博文的python基础记录笔记已经整理完毕**************************

猜你喜欢

转载自blog.csdn.net/weixin_45316122/article/details/109843899
今日推荐