# python_tips **Repository Path**: billy0920/python_tips ## Basic Information - **Project Name**: python_tips - **Description**: tips for python - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-15 - **Last Updated**: 2024-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python学习笔记 1. [前言](https://gitee.com/billy0920/python_tips/chapters/preface) 1. [Python学习总结——可爱的python](https://gitee.com/billy0920/python_tips/chapters/1_lovely_python) 1. [Python学习总结——强大的内置类型](https://gitee.com/billy0920/python_tips/chapters/2_builtin_data_type) 1. [Python学习总结——语法与缩进](https://gitee.com/billy0920/python_tips/chapters/3_syntax_indent) 1. [想做就做——开发一个网络爬虫](https://gitee.com/billy0920/python_tips/chapters/4_example_net_spider) 1. [想做就做——python的胶水特性,简单调用操作系统命令和外部程序](https://gitee.com/billy0920/python_tips/chapters/5_example_call_command) 1. [想做就做——telnet与ssh命令行工具篇](https://gitee.com/billy0920/python_tips/chapters/6_example_telnet_ssh) 1. [想做就做——python调用外部命令进阶](https://gitee.com/billy0920/python_tips/chapters/7_example_call_command_advanced) 1. [想做就做——python调用外部命令终极篇](https://gitee.com/billy0920/python_tips/chapters/8_example_call_command_final) 1. [Python学习总结——偏函数](https://gitee.com/billy0920/python_tips/chapters/9_partial_function) 1. [Python学习总结——装饰函数](https://gitee.com/billy0920/python_tips/chapters/10_wrap_function)