# Python **Repository Path**: muppetmonkey/python ## Basic Information - **Project Name**: Python - **Description**: Python学习、使用,数据结构,爬虫 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-06 - **Last Updated**: 2021-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, DataStructure, Crawl ## README # Python #### 介绍 Python学习、使用,简单案例、数据结构,爬虫 #### 简单案例 最大公约数、斐波那契数列等 #### [数据结构](https://gitee.com/muppetmonkey/python/tree/master/data_structure) 常见数据结构python实现 ##### 栈和队列 1. [栈](https://gitee.com/muppetmonkey/python/tree/master/data_structure/stack) 1. [队列](https://gitee.com/muppetmonkey/python/tree/master/data_structure/queue) ##### [排序算法](https://gitee.com/muppetmonkey/python/tree/master/data_structure/sort) 1. 冒泡排序 1. 插入排序 1. 选择排序 1. 快速排序 1. 希尔排序 1. 归并排序 1. 堆排序 1. 基数排序 ##### [查找算法](https://gitee.com/muppetmonkey/python/tree/master/data_structure/search) 1. 顺序查找 1. 二分查找 #### [爬虫](https://gitee.com/muppetmonkey/python/tree/master/crawl) 爬虫入门知识,利用requests、re和csv,爬取、解析和保存豆瓣电影top250榜单相关内容。