python正则表达式判断word章节标题
创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考
Python内容推荐
Python爬取博客的所有文章并存为带目录的word文档.zip
Python爬取博客的所有文章并存为带目录的word文档.zip
Python快速教程-Vamei-word版
Vamei发表于博客园的系列文章,可谓“深入浅出”,文字凝练、剖析深入,一气呵成,读来畅快(比Vamei的书简洁明了^_^)。恐文章日久失联,故收藏之。 排版精美,收藏佳品^_^ 这是word版,请自取
Python源码-Office自动化-如何自动对多个Word文档提取目录.zip
Python源码-Office自动化-如何自动对多个Word文档提取目录.zip
python标准库.docx
python标准库.docx ,中文版,包含模块及其函数介绍与应用
Core Python Applications Programming 3rd Edition核心编程 英文原版
"Python Core Programming (3rd Edition)" is a new upgrade to the classic best-selling book "Python Core Programming (Second Edition)", which is divided into three parts. Part 1 explains some of Python's general applications, including regular expressions, network programming, Internet client programming, multithreaded programming, GUI programming, database programming, Microsoft Office programming, and extended Python. Part 2 covers topics related to Web development, including Web clients and servers, CGI and WSGI-related Web programming, Django Web frameworks, cloud computing, and advanced Web services. Part 3 is a supplemental/experimental chapter that includes text processing and a few other things. "Python Core Programming (3rd Edition)" is for Python developers with some experience to read.
python核心编程
初学Python?这是一本有关Pyttlon开发的权威指南 涵盖近期发布的Pyttlon版本的核心功能特性,而不仅仅是语法 学习更多的高阶内容,如正则表达式、网络、多线程、图形用户界面、Web/CGl和Python扩展等 包括几个全新的章节,关于数据库、网络客户端、Java/Jytt30n和Microsoft Office等 展示数以百计的代码片段、交互实例和大量加强您的Pyttlon技能的实用练习 学习专业的Python风格、最佳实践和好的编程习惯; 加强对Pyttlon对象、内存模型和Pythom面向对象特性的深入理解; 构建更有效的Web、CGI、互联网、网络和其他客户端/服务器架构应用程序及软件; 学习如何使用Python中的Tkinler和其他工具来开发自己的GUI应用程序及软件: 通过用C等语言编写扩展来提升Pytllon应用程序的性能,或者通过使用多线程增强I/O相关的应用程序的能力; 学习Pyttlon中有关数据库的API,以及如何在Pyttlon中使用各种不同的数据库系统,包括MySQL、Postgres和SQLite。
python cookbook
python cookbook第二版本,而且是word版本,每一份就是一个章节,方便查阅和打印
Automate.the.Boring.Stuff.with.Python.Practical.Programming
Title: Automate the Boring Stuff with Python: Practical Programming for Total Beginners Author: Albert Sweigart Length: 504 pages Edition: 1 Language: English Publisher: No Starch Press Publication Date: 2015-05-01 ISBN-10: 1593275994 ISBN-13: 9781593275990 If you've ever spent hours renaming files or updating hundreds of spreadsheet cells, you know how tedious tasks like these can be. But what if you could have your computer do them for you? In Automate the Boring Stuff with Python, you'll learn how to use Python to write programs that do in minutes what would take you hours to do by hand—no prior programming experience required. Once you've mastered the basics of programming, you'll create Python programs that effortlessly perform useful and impressive feats of automation to: Search for text in a file or across multiple files Create, update, move, and rename files and folders Search the Web and download online content Update and format data in Excel spreadsheets of any size Split, merge, watermark, and encrypt PDFs Send reminder emails and text notifications Fill out online forms Step-by-step instructions walk you through each program, and practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks. Don't spend your time doing work a well-trained monkey could do. Even if you've never written a line of code, you can make your computer do the grunt work. Learn how in Automate the Boring Stuff with Python. Table of Contents Part I. Python Programming Basics Chapter 1. Python Basics Chapter 2. Flow Control Chapter 3. Functions Chapter 4. Lists Chapter 5. Dictionaries and Structuring Data Chapter 6. Manipulating Strings Part II. Automating Tasks Chapter 7. Pattern Matching with Regular Expressions Chapter 8. Reading and Writing Files Chapter 9. Organizing Files Chapter 10. Debugging Chapter 11. Web Scraping Chapter 12. Working with Excel Spreadsheets Chapter 13. Working with PDF and word Documents Chapter 14. Working with CSV Files and JSON Data Chapter 15. Keeping Time, Scheduling Tasks, and Launching Programs Chapter 16. Sending Email and Text Messages Chapter 17. Manipulating Images Chapter 18. Controlling the Keyboard and Mouse with GUI Automation Appendix A. Installing Third-Party Modules Appendix B. Running Programs Appendix C. Answers to the Practice Questions
python 官方快速教程
python官方的教程,适合新手快速上手,两个小时就看完了
Python 3.0 tutorial
Python official tutorial!
python-3.6.1 Tutorial
python-3.6.1 Tutorial 英文版 PDF
Python入门 PythonTutorial
python快速入门的经典资料,24小时内学会进入python神奇的大门。
Python Tutorial 2.7 [官方文档]
Python Tutorial 2.7 完整版
Python程序设计基础教学大纲.docx
Python程序设计基础教学大纲.docxPython程序设计基础教学大纲.docxPython程序设计基础教学大纲.docxPython程序设计基础教学大纲.docxPython程序设计基础教学大纲.docxPython程序设计基础教学大纲.docxPython程序设计基础教学大纲.docxPython程序设计基础教学大纲.docx
python3.4 tutorial指导手册英文版
python3.4 tutorial指导手册英文版
Big Data with Apache Spark and Python 无水印pdf
Big Data with Apache Spark and Python 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
python3+PyQt5实现支持多线程的页面索引器应用程序
本文通过Python3+pyqt5实现了python Qt GUI 快速编程的19章的页面索引器应用程序例子。 /home/yrd/eric_workspace/chap19/walker_ans.py #!/usr/bin/env python3 import codecs import html.entities import re import sys from PyQt5.QtCore import (QMutex, QThread,pyqtSignal,Qt) class Walker(QThread): finished = pyqtSignal(bool,int) inde
正则表达式正则表达式
正则表达式.doc正则表达式.doc正则表达式.doc正则表达式.doc正则表达式.doc正则表达式.doc正则表达式.doc
文本综合分析训练.docx
用python实现射雕英雄传中相关的文本综合分析训练
廖雪峰Pyhton教程3.x版[完整版]
本文档格式为word文档,包含了相应的目录结构。 Python教程 1 关于作者 2 Python简介 2 1 安装Python 5 1.1 Python解释器 8 2 第一个Python程序 9 2.1 使用文本编辑器 10 2.2 输入和输出 14 3 Python基础 17 3.1 数据类型和变量 18 3.2 字符串和编码 25 3.3 使用list和tuple 34 3.4 条件判断 39 3.5 循环 43 3.6 使用dict和set 45 4 函数 50 4.1 调用函数 52 4.2 定义函数 54 4.3 函数的参数 58 4.4 递归函数 70 5 高级特性 73 5.1 切片 73 5.2 迭代 77 5.3 列表生成式 79 5.4 生成器 81 5.5 迭代器 88 6 函数式编程 90 6.1 高阶函数 91 6.1.1 map/reduce 94 6.1.2 filter 97 6.1.3 sorted 100 6.2 返回函数 101 6.3 匿名函数 105 6.4 装饰器 106 6.5 偏函数 110 7 模块 112 7.1 使用模块 114 7.2 安装第三方模块 118 8 面向对象编程 120 8.1 类和实例 122 8.2 访问限制 126 8.3 继承和多态 128 8.4 获取对象信息 134 8.5 实例属性和类属性 141 9 面向对象高级编程 143 9.1 使用__slots__ 143 9.2 使用@property 146 9.3 多重继承 149 9.4 定制类 154 9.5 使用枚举类 164 9.6 使用元类 167 10 错误、调试和测试 175 10.1 错误处理 176 10.2 调试 186 10.3 单元测试 191 10.4 文档测试 196 11 IO编程 200 11.1 文件读写 201 11.2 StringIO和BytesIO 205 11.3 操作文件和目录 207 11.4 序列化 210 12 进程和线程 215 12.1 多进程 217 12.2 多线程 225 12.3 ThreadLocal 232 12.4 进程 vs. 线程 235 12.5 分布式进程 237 13 正则表达式 243 13.1 常用内建模块 249 13.1.1 datetime 249 13.1.2 collections 254 13.1.3 base64 258 13.1.4 struct 260 13.1.5 hashlib 262 13.1.6 itertools 267 13.1.7 XML 270 13.1.8 HTMLParser 272 13.1.9 urllib 274 14 常用第三方模块 278 14.1 PIL 278 15 virtualenv 282 16 图形界面 284 17 网络编程 288 17.1 CP/IP简介 289 17.2 TCP编程 291 17.3 UDP编程 296 18 电子邮件 298 18.1 SMTP发送邮件 300 18.2 POP3收取邮件 308 19 访问数据库 314 19.1 使用SQLite 318 19.2 用MySQL 321 19.3 使用SQLAlchemy 324 20 Web开发 329 20.1 HTTP协议简介 330 20.2 HTML简介 337 20.3 WSGI接口 341 20.4 使用Web框架 347 20.5 使用模板 352 21 异步IO 357 21.1 协程 359 21.2 syncio 362 21.3 async/await 366 21.4 aiohttp 367 22 实战 369 22.1 Day 1 - 搭建开发环境 372 22.2 Day 2 - 编写Web App骨架 374 22.3 Day 3 - 编写ORM 375 22.4 Day 4 - 编写Model 385 22.5 Day 5 - 编写Web框架 390 22.6 Day 6 - 编写配置文件 396 22.7 Day 7 - 编写MVC 398 22.8 Day 8 - 构建前端 399 22.9 Day 9 - 编写API 410 22.10 Day 10 - 用户注册和登录 412 22.11 Day 11 - 编写日志创建页 423 22.12 Day 12 - 编写日志列表页 432 22.13 Day 13 - 提升开发效率 439 22.14 Day 14 - 完成Web App 443 22.15 Day 15 - 部署Web App 445 22.16 Day 16 - 编写移动App 454 23 FAQ 456 24 期末总结 458
最新推荐



