Skip to content

Lilyan-code/Python-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduce

这里存放的是本人在学习Python时候的一些笔记以及Code,大概是从Python基础,Python高级,Python GUI的使用,Pygame的简单使用,以及Python爬虫的使用。

文件夹说明:

1.Python_Base :本人学习Python基础语法,包括面向对象编程,list、tuple、dict等可迭代对象的基本使用的学习Note。

2.Python_Senior: 本人学习Python多线程、多进程、Pygame、GUI、爬虫、Numpy&Pandas&Matplotlib(常用数据分析处理模块)的学习Note。