# Diary **Repository Path**: lunar12/Diary ## Basic Information - **Project Name**: Diary - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-05 - **Last Updated**: 2021-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [![Fork me on Gitee](./resources/image/widget_3.svg)](https://gitee.com/lunar12/Diary) Python日记 >这里用来记录平时看书、学习、整理的知识点及练手小项目。因为我学习一个知识点可能会用好几天时间,如果按日期 >来分级可能会很麻烦,所以打算按内容主题来分级,这样记录起来就比较方便,而且后续如果内容多的话还便于检索。 ![](./resources/image/python-logo.png "这个图是从Python官网上down的") --- 目录更新[20200920]: ``` ./Diary: ├─resources │ └─image └─内容分类 ├─GIT ├─HTML XML解析 │ ├─case_generate │ │ └─思维导图生成案例.html_files │ │ └─icons │ ├─html_parser │ └─root.html_files │ └─icons ├─image ├─Leetcode │ └─20210415打家劫舍 ├─markdown ├─mathcac │ └─resources ├─pygame │ ├─alien_vs_ships │ │ └─resources │ ├─Beginning Game Development with Python and Pygame │ └─learn │ ├─resources │ └─【】第一章 ├─Python 环境 ├─python-excel ├─python-GUI │ └─tkinter ├─python-requests ├─python-selenium │ ├─selenium-01 │ └─seleniumRC ├─python-基础与练习 │ ├─config │ ├─json │ ├─Pythonic │ ├─string_parse │ ├─yaml │ ├─字典 │ ├─字符串处理 │ ├─异常处理 │ └─方法 ├─python-爬虫 │ ├─mp3-download │ ├─taobao │ ├─taobao-comment │ │ └─out_data │ ├─worm_image │ │ └─image_pro │ └─worm_toutiao │ └─toutiao_pro ├─Python网络编程 │ └─Socket_001 ├─RobotFramework │ └─test_project_001 │ └─Robot_001 ├─testcode │ ├─testfiles │ └─词频统计 ├─unittest ├─vipdownload ├─web开发 │ └─Django │ ├─Note │ │ └─image │ └─www │ ├─blog │ │ └─migrations │ └─www ├─Windows-Linux shell ├─其他笔记 ├─刷题 ├─字符与编码 ├─异步IO编程 ├─数据分析 │ └─Numpy ├─移动应用自动化 │ ├─AirTest │ │ └─log │ ├─auto_kuaishou.air │ └─resources ├─进程和线程 │ └─image └─面向对象 ```