├── .github └── FUNDING.yml ├── .gitignore ├── A站 ├── Python&Tableau:商业数据分析与可视化 │ └── pan.txt ├── Vue高度还原饿了么APP(完结 · 附源码) │ └── README.md └── 【大数据成神之路】用户画像解决方案 │ └── git模板.md ├── B站 ├── 2021全新自动化办公 │ └── word │ │ ├── demo.docx │ │ ├── demo.jpg │ │ ├── docx极简教程.py │ │ ├── test.docx │ │ └── ~$demo.docx ├── Excel2019全套教程 │ ├── 更多excel课程.md │ └── 获取资源.md ├── Python&PyCharm的下载、安装、使用、进阶(1127直播) │ ├── README.md │ └── 百度云链接.txt ├── Python爬虫案例实战(2020 · 周更) │ ├── README.md │ ├── m2-攀登者影评 │ │ ├── climb.csv │ │ ├── test.py │ │ └── 爬取攀登者影评.py │ ├── n1-l-爬取新闻网站并保存到Excel中 │ │ ├── 001.jpg │ │ ├── 002.jpg │ │ ├── 003.jpg │ │ ├── ciyun.py │ │ ├── log.md │ │ ├── news_spider_init.py │ │ ├── origin_code.html │ │ └── 词云.png │ ├── s1-股票 │ │ └── test.py │ └── x-xpath的使用 │ │ └── xpath.py ├── Python自动化办公 · 一课通(适合小白) │ ├── Chapter1 │ │ ├── S1-1-1 │ │ │ ├── .DS_Store │ │ │ ├── LessonCode │ │ │ │ ├── 1.1read.py │ │ │ │ ├── 1.1write.py │ │ │ │ └── 7月下旬入库表.xlsx │ │ │ ├── PracticeAnswer │ │ │ │ ├── 1.1exercise.py │ │ │ │ └── 7月下旬入库表.xlsx │ │ │ ├── PracticeNeed │ │ │ │ └── 7月下旬入库表.xlsx │ │ │ └── RefenceDocs │ │ │ │ ├── .DS_Store │ │ │ │ ├── xlrd文档 │ │ │ │ ├── .DS_Store │ │ │ │ ├── 中文版 │ │ │ │ │ ├── 1.处理Unicode.pdf │ │ │ │ │ ├── 2.Excel电子表格中的日期.pdf │ │ │ │ │ ├── 3.命名引用,常量,公式和宏.pdf │ │ │ │ │ ├── 4.在Excel电子表格中格式化信息.pdf │ │ │ │ │ ├── 5.按需加载工作表.pdf │ │ │ │ │ ├── 6.XML漏洞和Excel文件.pdf │ │ │ │ │ ├── 7.API参考.pdf │ │ │ │ │ └── 8.安装说明.pdf │ │ │ │ └── 英文版 │ │ │ │ │ ├── 1.Handling of Unicode xlrd 1.1.0 documentation.pdf │ │ │ │ │ ├── 2.Dates in Excel spreadsheets xlrd 1.1.0 documentation.pdf │ │ │ │ │ ├── 3.Named references, constants, formulas, and macros xlrd 1.1.0 documentation.pdf │ │ │ │ │ ├── 4.Formatting information in Excel Spreadsheets xlrd 1.1.0 documentation.pdf │ │ │ │ │ ├── 5.Loading worksheets on demand xlrd 1.1.0 documentation.pdf │ │ │ │ │ ├── 6.XML vulnerabilities and Excel files xlrd 1.1.0 documentation.pdf │ │ │ │ │ ├── 7.API Reference xlrd 1.1.0 documentation.pdf │ │ │ │ │ └── 8.Installation Instructions xlrd 1.1.0 documentation.pdf │ │ │ │ └── xlwt文档 │ │ │ │ ├── .DS_Store │ │ │ │ ├── 中文版 │ │ │ │ ├── 1.API参考.pdf │ │ │ │ └── 2.安装说明.pdf │ │ │ │ └── 英文版 │ │ │ │ ├── 1.API Reference xlwt 1.3.0 documentation.pdf │ │ │ │ └── 2.Installation Instructions xlwt 1.3.0 documentation.pdf │ │ ├── S1-1-2 │ │ │ ├── .DS_Store │ │ │ ├── LessonCode │ │ │ │ ├── 1.2templete.py │ │ │ │ └── 日统计.xls │ │ │ ├── PracticeAnswer │ │ │ │ ├── 1.2exercise.py │ │ │ │ └── 日统计.xls │ │ │ ├── PracticeNeed │ │ │ │ └── 日统计.xls │ │ │ └── RefenceDocs │ │ │ │ ├── xlutils.pdf │ │ │ │ └── xlwt常用样式.pdf │ │ ├── S1-1-3 │ │ │ ├── .DS_Store │ │ │ └── LessonCode │ │ │ │ ├── 7月下旬入库表.xlsx │ │ │ │ ├── 7月下旬统计表.xls │ │ │ │ └── fx1excel2excel.py │ │ ├── S1-2-1 │ │ │ └── .DS_Store │ │ ├── S1-2-2 │ │ │ └── .DS_Store │ │ ├── S1-2-3 │ │ │ ├── .DS_Store │ │ │ ├── LessonCode │ │ │ │ └── 1.3.3增删改查.py │ │ │ └── PracticeAnswer │ │ │ │ └── 1.3.3exercise.py │ │ └── S1-3-1 │ │ │ ├── .DS_Store │ │ │ └── LessonCode │ │ │ ├── .DS_Store │ │ │ ├── 7月下旬统计表.xls │ │ │ └── fx2mysql2excel.py │ ├── Chapter2 │ │ ├── S2-1-1 │ │ │ ├── .DS_Store │ │ │ ├── LessonCode │ │ │ │ ├── .DS_Store │ │ │ │ └── 2.1.1.py │ │ │ ├── PracticeAnswer │ │ │ │ ├── .DS_Store │ │ │ │ └── 2.1.1exercise.py │ │ │ └── RefenceDocs │ │ │ │ ├── python-docx文档.zip │ │ │ │ └── time参考文档.pdf │ │ ├── S2-1-2 │ │ │ ├── .DS_Store │ │ │ ├── LessonCode │ │ │ │ ├── .DS_Store │ │ │ │ └── 2.1.2.py │ │ │ ├── PracticeAnswer │ │ │ │ ├── .DS_Store │ │ │ │ └── 2.1.2exercise.py │ │ │ └── RefenceDocs │ │ │ │ ├── .DS_Store │ │ │ │ └── 所有表格样式.pdf │ │ ├── S2-2-1 │ │ │ ├── .DS_Store │ │ │ └── LessonCode │ │ │ │ ├── .DS_Store │ │ │ │ └── 2.2.1.py │ │ └── S2-3-1 │ │ │ ├── .DS_Store │ │ │ └── LessonCode │ │ │ ├── .DS_Store │ │ │ └── fx3.py │ └── README.md ├── Python自动化办公--Pandas玩转Excel(全30集) │ └── 获取源代码.md ├── __init__.py ├── 【pandas高级应用】Python自动化办公 │ ├── 0801 │ │ ├── 代码 │ │ │ ├── 001 │ │ │ │ ├── 001-data-index.xlsx │ │ │ │ ├── 001-data.xlsx │ │ │ │ ├── 001.py │ │ │ │ └── 001.xlsx │ │ │ ├── 002 │ │ │ │ └── 002.py │ │ │ ├── 007 │ │ │ │ ├── 007.py │ │ │ │ └── List.xlsx │ │ │ ├── 008 │ │ │ │ ├── 008.py │ │ │ │ └── Students.xlsx │ │ │ ├── 009 │ │ │ │ ├── 009(matplotlab).py │ │ │ │ ├── 009(pandas).py │ │ │ │ └── Students.xlsx │ │ │ ├── 010 │ │ │ │ ├── 010(matplotlib).py │ │ │ │ ├── 010(pandas).py │ │ │ │ └── Students.xlsx │ │ │ ├── 011 │ │ │ │ ├── 011.py │ │ │ │ └── Users.xlsx │ │ │ ├── 012 │ │ │ │ ├── 012.py │ │ │ │ └── Students.xlsx │ │ │ ├── 013 │ │ │ │ ├── 013.py │ │ │ │ └── Orders.xlsx │ │ │ ├── 014 │ │ │ │ ├── 014.py │ │ │ │ └── home_data.xlsx │ │ │ ├── 016 │ │ │ │ ├── 016.py │ │ │ │ └── Student_Score.xlsx │ │ │ ├── 017 │ │ │ │ ├── 017.py │ │ │ │ └── Students.xlsx │ │ │ ├── 018 │ │ │ │ ├── 018.py │ │ │ │ └── Employees.xlsx │ │ │ ├── 019 │ │ │ │ ├── 019.py │ │ │ │ └── Students.xlsx │ │ │ ├── 020 │ │ │ │ ├── 020.py │ │ │ │ └── Students_Duplicates.xlsx │ │ │ ├── 021 │ │ │ │ ├── 021.py │ │ │ │ └── Videos.xlsx │ │ │ ├── 022 │ │ │ │ ├── 022.py │ │ │ │ ├── Students.csv │ │ │ │ ├── Students.tsv │ │ │ │ └── Students.txt │ │ │ ├── 023 │ │ │ │ ├── 023.py │ │ │ │ └── Orders.xlsx │ │ │ ├── 024 │ │ │ │ ├── 024.py │ │ │ │ └── Sales.xlsx │ │ │ ├── 025,026 │ │ │ │ ├── 025.txt │ │ │ │ └── Students.xlsx │ │ │ ├── 027 │ │ │ │ ├── 027.py │ │ │ │ └── Students.xlsx │ │ │ ├── 028 │ │ │ │ ├── 028.py │ │ │ │ └── Students.xlsx │ │ │ ├── 029 │ │ │ │ └── 029.py │ │ │ ├── 030 │ │ │ │ ├── 030.py │ │ │ │ └── Rectangles.xlsx │ │ │ ├── Books (1).xlsx │ │ │ ├── Books.xlsx │ │ │ └── People.xlsx │ │ └── 说明文档.md │ └── code │ │ ├── 2.下载神器.md │ │ ├── 3.批量重命名.py │ │ ├── 4.词云 │ │ ├── 4.词云.py │ │ ├── ciyun.jpg │ │ ├── ciyun.txt │ │ └── pic.png │ │ └── 5.聊天机器人.py ├── 【超详细】EXCEL数据分析 │ ├── README.md │ └── book.md ├── 内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板) │ ├── .gitattributes │ ├── .gitignore │ ├── README.md │ ├── case01 │ │ ├── css │ │ │ ├── app.css │ │ │ └── bootstrap.min.css │ │ ├── img │ │ │ ├── bg01.png │ │ │ ├── bg02.png │ │ │ ├── bg03.png │ │ │ ├── bg04.png │ │ │ ├── header.png │ │ │ ├── panel.png │ │ │ └── thumb.jpg │ │ ├── index.html │ │ └── js │ │ │ ├── echarts-3.8.5.min.js │ │ │ ├── echarts-china-cities │ │ │ └── jiang1_su1_su1_zhou1.js │ │ │ ├── echarts-china-counties │ │ │ └── jiang1su1_su1zhou1_kun1shan1shi4.js │ │ │ ├── echarts-china-provinces │ │ │ └── jiangsu.js │ │ │ ├── echarts-map-china.js │ │ │ ├── echarts-map-world.js │ │ │ └── jquery-3.3.1.min.js │ ├── case02 │ │ ├── css │ │ │ ├── app.css │ │ │ └── bootstrap.min.css │ │ ├── img │ │ │ ├── bg05.png │ │ │ ├── bg06.png │ │ │ ├── bg07.png │ │ │ ├── bg08.png │ │ │ ├── bg09.jpg │ │ │ ├── globe.jpg │ │ │ ├── header.png │ │ │ ├── loading.gif │ │ │ ├── panel.png │ │ │ ├── pisa.hdr │ │ │ └── thumb.jpg │ │ ├── index.html │ │ └── js │ │ │ ├── echarts-gl.min.js │ │ │ ├── echarts.js │ │ │ └── jquery-3.3.1.min.js │ ├── case03 │ │ ├── css │ │ │ ├── app.css │ │ │ └── bootstrap.min.css │ │ ├── data │ │ │ ├── bmap.json │ │ │ ├── coord.json │ │ │ └── heatmap.json │ │ ├── img │ │ │ ├── bg02.png │ │ │ ├── header-left.png │ │ │ ├── header-right.png │ │ │ ├── loading.gif │ │ │ ├── panel.png │ │ │ └── thumb.jpg │ │ ├── index.html │ │ └── js │ │ │ ├── echarts-3.8.5.min.js │ │ │ ├── echarts-bmap.js │ │ │ └── jquery-3.3.1.min.js │ ├── case04 │ │ ├── css │ │ │ ├── app.css │ │ │ └── bootstrap.min.css │ │ ├── img │ │ │ ├── bg06.png │ │ │ ├── header-left.png │ │ │ ├── header-right.png │ │ │ ├── loading.gif │ │ │ ├── panel.png │ │ │ └── thumb.jpg │ │ ├── index.html │ │ └── js │ │ │ ├── echarts-3.8.5.min.js │ │ │ ├── echarts-liquidfill.min.js │ │ │ ├── echarts-map-china.js │ │ │ ├── echarts-wordcloud.min.js │ │ │ └── jquery-3.3.1.min.js │ ├── case06 │ │ ├── css │ │ │ └── app.css │ │ ├── data │ │ │ └── industry.json │ │ ├── img │ │ │ ├── bg.png │ │ │ ├── header.png │ │ │ └── thumb.jpg │ │ ├── index.html │ │ └── js │ │ │ ├── echarts-theme-shine.js │ │ │ ├── echarts.min.js │ │ │ └── jquery-3.3.1.min.js │ ├── case07 │ │ ├── css │ │ │ └── pace.css │ │ ├── data │ │ │ └── listed-company.json │ │ ├── img │ │ │ └── thumb.jpg │ │ ├── index.html │ │ └── js │ │ │ ├── echarts-bmap.js │ │ │ ├── echarts.min.js │ │ │ ├── jquery-3.3.1.min.js │ │ │ └── pace.min.js │ ├── case08 │ │ ├── css │ │ │ └── app.css │ │ ├── img │ │ │ ├── bg.png │ │ │ ├── header.png │ │ │ └── thumb.jpg │ │ ├── index.html │ │ └── js │ │ │ ├── echarts-theme-shine.js │ │ │ ├── echarts.min.js │ │ │ └── jquery-3.3.1.min.js │ ├── case09 │ │ ├── css │ │ │ └── app.css │ │ ├── data │ │ │ ├── count-data.json │ │ │ ├── csrc-industry.json │ │ │ ├── month-count.json │ │ │ ├── ranking-list.json │ │ │ └── region-count.json │ │ ├── img │ │ │ ├── bg.png │ │ │ ├── footer.png │ │ │ ├── header.png │ │ │ ├── icon-01.png │ │ │ ├── icon-02.png │ │ │ ├── icon-03.png │ │ │ ├── icon-04.png │ │ │ ├── icon-05.png │ │ │ ├── icon-06.png │ │ │ ├── icon-07.png │ │ │ ├── icon-bg.png │ │ │ └── thumb.jpg │ │ ├── index.html │ │ └── js │ │ │ ├── countUp.min.js │ │ │ ├── echarts-map-china.js │ │ │ ├── echarts-theme-shine.js │ │ │ ├── echarts.min.js │ │ │ └── jquery-3.3.1.min.js │ ├── charts.html │ ├── datav │ │ ├── datav1.jpg │ │ └── datav2.jpg │ ├── index.html │ ├── more_cource.md │ ├── sugar │ │ ├── sugar1.jpg │ │ └── sugar2.jpg │ ├── tpl01 │ │ ├── css │ │ │ └── app.css │ │ ├── img │ │ │ ├── bg.png │ │ │ ├── footer.png │ │ │ ├── header.png │ │ │ ├── icon-01.png │ │ │ ├── icon-02.png │ │ │ ├── icon-03.png │ │ │ ├── icon-04.png │ │ │ ├── icon-05.png │ │ │ ├── icon-06.png │ │ │ ├── icon-07.png │ │ │ ├── icon-bg.png │ │ │ └── thumb.jpg │ │ └── index.html │ ├── tpl02 │ │ ├── css │ │ │ └── app.css │ │ ├── img │ │ │ ├── bg.png │ │ │ ├── footer.png │ │ │ ├── header.png │ │ │ └── thumb.jpg │ │ └── index.html │ ├── tpl03 │ │ ├── css │ │ │ └── app.css │ │ ├── img │ │ │ ├── bg.png │ │ │ ├── chart-wrapper.png │ │ │ ├── header.png │ │ │ └── thumb.jpg │ │ └── index.html │ ├── tpl04 │ │ ├── css │ │ │ └── app.css │ │ ├── img │ │ │ ├── loading.gif │ │ │ ├── panel-c-b.png │ │ │ ├── panel-l-b.png │ │ │ ├── panel-l-t.png │ │ │ ├── panel-r-b.png │ │ │ ├── panel-r-m.png │ │ │ ├── panel-r-t.png │ │ │ ├── thumb.jpg │ │ │ ├── title-bg-long.png │ │ │ ├── title-bg.png │ │ │ └── wrapper-bg.png │ │ └── index.html │ └── yuntu │ │ ├── yuntu1.jpg │ │ └── yuntu2.jpg ├── 别说程序员不懂浪漫,用代码一样可以花式表白~ │ ├── 1、表白代码 │ │ ├── index.html │ │ ├── renxi.mp3 │ │ └── renxi │ │ │ ├── default.css │ │ │ ├── functions.js │ │ │ ├── jquery.min.js │ │ │ ├── jscex-async-powerpack.min.js │ │ │ ├── jscex-async.min.js │ │ │ ├── jscex-builderbase.min.js │ │ │ ├── jscex-jit.js │ │ │ ├── jscex-parser.js │ │ │ ├── jscex.min.js │ │ │ └── love.js │ ├── 2、樱花代码 │ │ └── Sakura │ │ │ ├── Sakura_dance │ │ │ └── HTML53d │ │ │ │ └── HTML5 3D花瓣效果 │ │ │ │ └── 3dflower.html │ │ │ ├── Sakura_flower │ │ │ ├── 1-1P405164040 │ │ │ │ ├── demo.html │ │ │ │ └── js │ │ │ │ │ └── jquery.min.js │ │ │ ├── demo.html │ │ │ └── js │ │ │ │ └── jquery.min.js │ │ │ └── butterfly │ │ │ ├── css │ │ │ ├── 216fa79c441548d4365c82ceae100850.jpg │ │ │ ├── 327b43cf09cc2b2bcd08237aac41374b.jpeg │ │ │ ├── 584d4aca128d2df8bf0e3cb992e72e0f.jpg │ │ │ ├── 74ee70c7a91a429a48785edc263c5265.jpg │ │ │ ├── a98d4986a71356df9ea6660eae81fe6e.jpg │ │ │ ├── c999dc39b5f11022b0a4c63609362a70.jpg │ │ │ ├── clouds_back.jpg │ │ │ ├── clouds_front.jpg │ │ │ ├── clouds_left.jpg │ │ │ ├── clouds_right.jpg │ │ │ ├── clouds_top.jpg │ │ │ ├── f4136931b354aacb6bcaf065053560e7.jpg │ │ │ ├── hazy_lake_top.jpg │ │ │ ├── null-19869a537d84c77.jpg │ │ │ ├── null7a14c97134d440b1.jpg │ │ │ ├── reset.css │ │ │ └── style.css │ │ │ └── index.html │ └── README.md ├── 成为你自己 │ ├── README.md │ └── 更多课程.md ├── 手摸手搭建python数据可视化平台(2020 · 周更) │ ├── __init__.py │ └── 数据可视化_Django初始化世界地图 │ │ ├── __init__.py │ │ └── shijie0428 │ │ ├── __init__.py │ │ ├── db.sqlite3 │ │ ├── manage.py │ │ ├── mydata │ │ ├── __init__.py │ │ ├── admin.py │ │ ├── apps.py │ │ ├── migrations │ │ │ └── __init__.py │ │ ├── models.py │ │ ├── tests.py │ │ ├── urls.py │ │ └── views.py │ │ ├── shijie0428 │ │ ├── __init__.py │ │ ├── settings.py │ │ ├── urls.py │ │ └── wsgi.py │ │ └── templates │ │ └── g_推文 │ │ ├── huo_鼠标火花.html │ │ └── shijie.html ├── 抢票神器 │ └── README.md ├── 永久使用jb家族 │ ├── 教程.md │ └── 说明.md ├── 自动化办公0808 │ └── 0808.md ├── 获取资料 │ └── 每天进步一点点.jpg ├── 重磅!代码仓库 │ └── README.md ├── 金融系列 │ └── 金融应用编程.md └── 非专业人员的Python入门课 │ ├── README.md │ └── 配套源代码 │ └── 1.1.py ├── CSDN ├── 10本python电子书.md ├── 2020十大库.md ├── 2020年总结:道阻且长,行则必至。.md ├── 25个学习资源.md ├── 9个Excel库.md ├── Python3.X使用tkinter报错.md ├── python知识点 │ └── youget能下载百度网盘.md ├── python量化交易.md ├── python面试.md ├── wxpy_pass_ticket.md ├── 主流大数据技术.md ├── 人工智能.md ├── 人工智能10年.md ├── 国外除了谷歌还有什么搜索引擎.md ├── 工作经验 │ └── 法学院毕业后,我是如何成为Python程序员的?.md ├── 干货-各行业都极其加分的数据分析,到底应该怎么学.md ├── 微软py课程.md ├── 微软考虑excel_python.md ├── 推荐图书 │ └── 数据分析基础.md ├── 斯坦福ai.md ├── 突发,in病毒.md └── 自媒体平台.md ├── LICENSE ├── README.md ├── mp_qr.jpg ├── source_base.jpg ├── 公众号 ├── 47页PPT:如何利用Python进行自动化办公? │ └── README.md ├── Chrome下载 │ └── README.md ├── Python安装手册 │ └── README.md ├── Python经典练习题100道 │ └── README.md ├── auto_office │ ├── excel │ │ ├── test.xls │ │ └── xlwings_demo.py │ └── pdf │ │ ├── merge.py │ │ ├── merged.pdf │ │ ├── pdf_python.py │ │ ├── pdf_rd.py │ │ ├── pyxll-5.0.9.pdf │ │ └── 静夜思.pdf ├── python412306 │ ├── 12306_python_工具1 │ │ ├── .gitignore │ │ ├── .gitpod.yml │ │ ├── Dockerfile │ │ ├── LICENSE │ │ ├── README.md │ │ ├── data │ │ │ ├── cdn.txt │ │ │ ├── images │ │ │ │ ├── order_success.png │ │ │ │ └── web.png │ │ │ └── stations.txt │ │ ├── docker-compose.yml.example │ │ ├── env.docker.py.example │ │ ├── env.py.example │ │ ├── env.slave.py.example │ │ ├── main.py │ │ ├── py12306 │ │ │ ├── __init__.py │ │ │ ├── app.py │ │ │ ├── cluster │ │ │ │ ├── __init__.py │ │ │ │ ├── cluster.py │ │ │ │ └── redis.py │ │ │ ├── config.py │ │ │ ├── exceptions │ │ │ │ └── __init__.py │ │ │ ├── helpers │ │ │ │ ├── OCR.py │ │ │ │ ├── __init__.py │ │ │ │ ├── api.py │ │ │ │ ├── auth_code.py │ │ │ │ ├── cdn.py │ │ │ │ ├── event.py │ │ │ │ ├── func.py │ │ │ │ ├── notification.py │ │ │ │ ├── request.py │ │ │ │ ├── station.py │ │ │ │ └── type.py │ │ │ ├── log │ │ │ │ ├── __init__.py │ │ │ │ ├── base.py │ │ │ │ ├── cluster_log.py │ │ │ │ ├── common_log.py │ │ │ │ ├── order_log.py │ │ │ │ ├── query_log.py │ │ │ │ ├── redis_log.py │ │ │ │ └── user_log.py │ │ │ ├── order │ │ │ │ └── order.py │ │ │ ├── query │ │ │ │ ├── __init__.py │ │ │ │ ├── job.py │ │ │ │ └── query.py │ │ │ ├── user │ │ │ │ ├── __init__.py │ │ │ │ ├── job.py │ │ │ │ └── user.py │ │ │ ├── vender │ │ │ │ └── ruokuai │ │ │ │ │ └── main.py │ │ │ └── web │ │ │ │ ├── __init__.py │ │ │ │ ├── handler │ │ │ │ ├── __init__.py │ │ │ │ ├── app.py │ │ │ │ ├── log.py │ │ │ │ ├── query.py │ │ │ │ ├── stat.py │ │ │ │ └── user.py │ │ │ │ ├── static │ │ │ │ ├── css │ │ │ │ │ ├── app.35e2fbd94557d71d1e2bfa0d4bb44d13.css │ │ │ │ │ ├── app.7dba7f569524413218fde54c298188f4.css │ │ │ │ │ └── app.dfb5ffed622907edd7c5f81709f2b782.css │ │ │ │ ├── fonts │ │ │ │ │ ├── element-icons.6f0a763.ttf │ │ │ │ │ ├── fa-brands-400.292a564.woff │ │ │ │ │ ├── fa-brands-400.87b76b9.woff2 │ │ │ │ │ ├── fa-brands-400.f83bc05.ttf │ │ │ │ │ ├── fa-brands-400.f902692.eot │ │ │ │ │ ├── fa-regular-400.732726c.woff2 │ │ │ │ │ ├── fa-regular-400.abde9e5.ttf │ │ │ │ │ ├── fa-regular-400.b4cfd51.woff │ │ │ │ │ ├── fa-regular-400.d1ce381.eot │ │ │ │ │ ├── fa-solid-900.3b921c2.eot │ │ │ │ │ ├── fa-solid-900.bed3b0a.woff2 │ │ │ │ │ ├── fa-solid-900.d751e66.ttf │ │ │ │ │ └── fa-solid-900.e0c419c.woff │ │ │ │ ├── img │ │ │ │ │ ├── avatar_default.svg │ │ │ │ │ ├── fa-brands-400.27183da.svg │ │ │ │ │ ├── fa-regular-400.1e51c39.svg │ │ │ │ │ └── fa-solid-900.a868400.svg │ │ │ │ ├── index.html │ │ │ │ └── js │ │ │ │ │ ├── app.680b1bbd04444c6d9d3a.js │ │ │ │ │ ├── app.7d7d65cccfbfa339beba.js │ │ │ │ │ ├── app.96ef02c9e5601eb5ebcb.js │ │ │ │ │ ├── app.cdb00779aeb087dabd94.js │ │ │ │ │ ├── manifest.82f431004cf9bb6ad2cb.js │ │ │ │ │ ├── vendor.532ecf213e49d36e5e9e.js │ │ │ │ │ └── vendor.aebd1de04bf90e88d9c7.js │ │ │ │ └── web.py │ │ ├── requirements.txt │ │ └── runtime │ │ │ ├── .gitignore │ │ │ ├── query │ │ │ └── .gitignore │ │ │ └── user │ │ │ └── .gitignore │ ├── 12306_python_工具2 │ │ └── info.txt │ └── README.md ├── python大全 │ ├── LICENSE │ ├── Python自动化办公社区.jpg │ └── README.md ├── tf2中文版 │ └── README.md ├── vscode.md ├── 【福利】10本Python入门到进阶的电子书,15套Python视频教程~ │ └── README.md ├── 一个开源工具箱,帮你找出被偷走的个人数据~! │ ├── README.md │ └── info.txt ├── 云服务器 │ ├── README.md │ ├── ali_start.sh │ ├── shadowsocks.json │ └── stop.sh ├── 去除马赛克 │ ├── .gitignore │ ├── LICENSE │ ├── README.md │ ├── depix.py │ ├── depixlib │ │ ├── LoadedImage.py │ │ ├── Rectangle.py │ │ ├── __init__.py │ │ └── functions.py │ ├── docs │ │ └── img │ │ │ ├── Recovering_prototype_latest.png │ │ │ ├── example_output_multiline.png │ │ │ ├── example_output_multiword.png │ │ │ ├── example_output_randomchars.png │ │ │ ├── example_output_singleword.png │ │ │ ├── linear_box_filter_example.png │ │ │ └── search_issue.png │ ├── images │ │ ├── searchimages │ │ │ ├── debruinseq.txt │ │ │ ├── debruinseq_notepad_Windows10_close.png │ │ │ ├── debruinseq_notepad_Windows10_closeAndSpaced.png │ │ │ ├── debruinseq_notepad_Windows10_spaced.png │ │ │ └── debruinseq_notepad_Windows7_close.png │ │ └── testimages │ │ │ ├── testimage1.png │ │ │ ├── testimage1_pixels.png │ │ │ ├── testimage2.png │ │ │ ├── testimage2_pixels.png │ │ │ ├── testimage3.png │ │ │ └── testimage3_pixels.png │ ├── info.md │ └── requirements.txt ├── 如何用Python处理Excel?Pandas视频教程&官方文档来啦~ │ ├── 0722课程资料.md │ ├── 0912中文文档.md │ └── README.md ├── 微信彩虹屁机器人の源代码 │ ├── README.md │ └── info.txt ├── 微信防撤回功能,了解一下? │ ├── README.md │ └── info.txt ├── 早知道这些查询数据的API,我还学什么爬虫啊.doc │ └── README.md ├── 用 Python 修改微信(支付宝)运动步数,轻松 TOP1 │ ├── README.md │ └── info.txt ├── 用代码写了一段银河 │ ├── README.md │ └── galaxy_code.html ├── 电子书和pdf │ └── README.md ├── 白嫖源代码 │ └── README.md ├── 精选课程 │ ├── README.md │ └── course │ │ ├── huawei.md │ │ └── math4program.md ├── 腾讯AI聊天机器人源代码,复制粘贴就能聊 │ ├── wxpy │ │ ├── .gitignore │ │ ├── LICENSE │ │ ├── MANIFEST.in │ │ ├── README.rst │ │ ├── docs │ │ │ ├── Makefile │ │ │ ├── bot.rst │ │ │ ├── chats.rst │ │ │ ├── conf.py │ │ │ ├── console.rst │ │ │ ├── faq.rst │ │ │ ├── index.rst │ │ │ ├── itchat.rst │ │ │ ├── logging_with_wechat.rst │ │ │ ├── make.bat │ │ │ ├── messages.rst │ │ │ ├── response_error.rst │ │ │ ├── utils.rst │ │ │ └── wechat-group.png │ │ ├── requirements.txt │ │ ├── setup.cfg │ │ ├── setup.py │ │ ├── tests │ │ │ ├── __init__.py │ │ │ ├── api │ │ │ │ ├── __init__.py │ │ │ │ ├── chats │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── test_chat.py │ │ │ │ │ ├── test_chats.py │ │ │ │ │ ├── test_friend.py │ │ │ │ │ ├── test_group.py │ │ │ │ │ ├── test_groups.py │ │ │ │ │ ├── test_member.py │ │ │ │ │ ├── test_mp.py │ │ │ │ │ └── test_user.py │ │ │ │ ├── messages │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── test_message.py │ │ │ │ └── test_bot.py │ │ │ ├── attachments │ │ │ │ ├── file.txt │ │ │ │ ├── image.png │ │ │ │ └── video.mp4 │ │ │ ├── conftest.py │ │ │ ├── ext │ │ │ │ └── __init__.py │ │ │ └── utils │ │ │ │ └── __init__.py │ │ └── wxpy │ │ │ ├── __compat__.py │ │ │ ├── __init__.py │ │ │ ├── __main__.py │ │ │ ├── api │ │ │ ├── __init__.py │ │ │ ├── bot.py │ │ │ ├── chats │ │ │ │ ├── __init__.py │ │ │ │ ├── chat.py │ │ │ │ ├── chats.py │ │ │ │ ├── friend.py │ │ │ │ ├── group.py │ │ │ │ ├── groups.py │ │ │ │ ├── member.py │ │ │ │ ├── mp.py │ │ │ │ └── user.py │ │ │ ├── consts.py │ │ │ └── messages │ │ │ │ ├── __init__.py │ │ │ │ ├── article.py │ │ │ │ ├── message.py │ │ │ │ ├── message_config.py │ │ │ │ ├── messages.py │ │ │ │ ├── registered.py │ │ │ │ └── sent_message.py │ │ │ ├── compatible │ │ │ ├── __init__.py │ │ │ └── utils.py │ │ │ ├── exceptions.py │ │ │ ├── ext │ │ │ ├── __init__.py │ │ │ ├── logging_with_wechat.py │ │ │ ├── sync_message_in_groups.py │ │ │ ├── talk_bot_utils.py │ │ │ ├── tuling.py │ │ │ └── xiaoi.py │ │ │ └── utils │ │ │ ├── __init__.py │ │ │ ├── base_request.py │ │ │ ├── console.py │ │ │ ├── misc.py │ │ │ ├── puid_map.py │ │ │ └── tools.py │ └── 腾讯AI聊天机器人源代码,复制粘贴就能聊.py ├── 自从我用了这 7 个神奇的办公软件,效率提高了,人也精神了 │ ├── README.md │ └── info.txt ├── 贪吃蛇代码 │ ├── README.md │ └── snake_go.py └── 阿里云盘_申请地址 │ └── README.md ├── 关键词 ├── 0510副业.md ├── 0828.md ├── 100本书.md ├── 7个苹果.md ├── datav.md ├── 交流群&知识星球.md ├── 图书馆 │ ├── 106本书 │ │ ├── 91个建议.md │ │ ├── 初学者指南.md │ │ ├── 参考手册.md │ │ ├── 可爱编程.md │ │ ├── 学习手册.md │ │ ├── 工作自动化.md │ │ ├── 开发指南.md │ │ ├── 开始学编程.md │ │ ├── 数据分析基础.md │ │ ├── 数据处理.md │ │ ├── 核心编程.md │ │ ├── 清华编程.md │ │ ├── 白话深度学习.md │ │ ├── 简明爬虫.md │ │ ├── 网络爬虫.md │ │ ├── 轻量网页开发.md │ │ ├── 进阶教程.md │ │ ├── 量化投资.md │ │ ├── 金融数据分析.md │ │ └── 飞起来.md │ ├── Python数据科学.md │ └── 入门教程.md ├── 外卖.md ├── 山城 │ ├── 奈飞电影.md │ ├── 标准库.md │ ├── 网易云.md │ ├── 豆瓣爬虫 │ │ ├── douban250.py │ │ └── 豆瓣爬虫.md │ ├── 速查表.md │ └── 阿里云.md ├── 机器人.md ├── 标准库.md ├── 源代码.md ├── 百度云盘 │ └── Python自动化办公.md ├── 社区 │ ├── 1019.md │ ├── google │ │ └── 教程.md │ ├── xmind.md │ ├── 云服务器.md │ ├── 公考指南.md │ ├── 我要扩容.md │ ├── 插件.md │ ├── 透明软件.md │ └── 阿里云海外版.docx ├── 程序员兆锋 │ ├── 动漫生成器.md │ ├── 唐李.md │ ├── 安装包.md │ ├── 服务器入门.md │ ├── 透明软件.md │ └── 黑名单.md ├── 系统下载.md ├── 群聊 │ ├── 全网同名.md │ ├── 最新教程 │ │ ├── 入门.md │ │ ├── 副业.md │ │ ├── 办公神器.md │ │ ├── 最新教程 (copy).md │ │ ├── 最新教程.md │ │ ├── 热门内容.md │ │ ├── 爬虫.md │ │ ├── 电子书.md │ │ └── 自动化办公.md │ └── 联系本人.md └── 购房宝典.md ├── 团队公众号 ├── Python图书馆 │ └── code │ │ ├── 19期短视频 - 问题1 - 语文 │ │ ├── Excel案例1 │ │ │ ├── 上海.xlsx │ │ │ ├── 北京.xlsx │ │ │ ├── 山东.xlsx │ │ │ ├── 广东.xlsx │ │ │ ├── 广西.xlsx │ │ │ ├── 江苏.xlsx │ │ │ ├── 河南.xlsx │ │ │ └── 浙江.xlsx │ │ ├── code.py │ │ ├── res.xlsx │ │ └── 案例1问题.docx │ │ └── 植物大战僵尸 │ │ ├── imgs │ │ ├── map1.png │ │ ├── map2.png │ │ ├── wandou.png │ │ ├── xiangri.png │ │ └── zombie.png │ │ └── main.py ├── Python自动化办公社区 │ ├── 1109-PDF │ │ └── 47页PPT - 如何利用Python进行自动化办公?.7z │ └── 1109.md ├── 我在雾都 │ └── 红包专用.md └── 锋哥和小明的日常.md ├── 知识星球 └── 答:我要打十个.md ├── 社区福利 └── 云服务器.md ├── 群资料 ├── .gitignore ├── LICENSE ├── gzh.md ├── ielts.md ├── jp.md ├── lx.md ├── py.md ├── python_group.md ├── rainbow.md ├── rainbow │ └── 20200705.md ├── read.md ├── resources │ ├── 公众号.xls │ └── 线下活动.xmind └── trip.md ├── 读书笔记 ├── 基金定投 │ ├── 《定投十年财务自由》 │ │ ├── 5、常见的宽基指数.md │ │ ├── 6、策略加权指数基金.md │ │ └── 8、挑选基金.md │ ├── 滚雪球 │ │ └── 摘要.md │ ├── 穷富爸爸.md │ └── 财富的逻辑.md └── 自媒体 │ ├── 产品经理.md │ ├── 写作是最好的自我投资.md │ ├── 必然.md │ └── 玩赚自媒体.md └── 账号共用资源 ├── image ├── Python入门23讲.jpg ├── Python自动化办公.jpg ├── resource_资料库.jpg ├── 交流群.jpg ├── 原创故事汇总.png ├── 头像-无二维码.png ├── 头像.jpg ├── 微信收款码.jpg ├── 我的微信.jpg └── 精华文章汇总.jpg ├── resource_md ├── course.md ├── csdn模板.md ├── git模板.md ├── keyword001.md ├── keyword002.md └── software&link.md └── 图片和Base64-互转 └── 图片和Base64-互转.py /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: # Replace with a single Patreon username 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: # Replace with a single Ko-fi username 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: # Replace with a single Liberapay username 10 | issuehunt: # Replace with a single IssueHunt username 11 | otechie: # Replace with a single Otechie username 12 | custom: ['https://gitee.com/zhaofeng092/python_auto_office/blob/master/%E8%B4%A6%E5%8F%B7%E5%85%B1%E7%94%A8%E8%B5%84%E6%BA%90/image/%E5%BE%AE%E4%BF%A1%E6%94%B6%E6%AC%BE%E7%A0%81.jpg'] 13 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | target 2 | *.idea/ 3 | .idea/ 4 | *.idea 5 | .idea 6 | target/ 7 | .classpath 8 | .project 9 | .settings/ 10 | .springBeans 11 | .metadata/ 12 | *.ipr 13 | *.iws 14 | *.iml 15 | ../.idea/ 16 | *.swp 17 | *.swo 18 | *.swn 19 | *.DS_Store 20 | logs 21 | test 22 | wxpy_linux 23 | *.vscode/ 24 | __pycache__/ 25 | *.__pycache__/ 26 | ././__pycache__/ 27 | -------------------------------------------------------------------------------- /A站/Python&Tableau:商业数据分析与可视化/pan.txt: -------------------------------------------------------------------------------- 1 | 1/全套视频链接:https://www.acfun.cn/v/ac19918703 2 | 3 | 2/配套资料下载: 4 | 链接:https://pan.baidu.com/s/1w9E6XRiBSOc8M-R9LI_mYA 5 | 提取码:347i -------------------------------------------------------------------------------- /B站/2021全新自动化办公/word/demo.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/2021全新自动化办公/word/demo.docx -------------------------------------------------------------------------------- /B站/2021全新自动化办公/word/demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/2021全新自动化办公/word/demo.jpg -------------------------------------------------------------------------------- /B站/2021全新自动化办公/word/test.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/2021全新自动化办公/word/test.docx -------------------------------------------------------------------------------- /B站/2021全新自动化办公/word/~$demo.docx: -------------------------------------------------------------------------------- 1 | Lenovo L e n o v o -------------------------------------------------------------------------------- /B站/Python&PyCharm的下载、安装、使用、进阶(1127直播)/百度云链接.txt: -------------------------------------------------------------------------------- 1 | 1127直播文档,百度云 2 | 链接:https://pan.baidu.com/s/1uXQIBZtqPu4tSAAAEDI2Gg 提取码:h2vh -------------------------------------------------------------------------------- /B站/Python爬虫案例实战(2020 · 周更)/n1-l-爬取新闻网站并保存到Excel中/001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python爬虫案例实战(2020 · 周更)/n1-l-爬取新闻网站并保存到Excel中/001.jpg -------------------------------------------------------------------------------- /B站/Python爬虫案例实战(2020 · 周更)/n1-l-爬取新闻网站并保存到Excel中/002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python爬虫案例实战(2020 · 周更)/n1-l-爬取新闻网站并保存到Excel中/002.jpg -------------------------------------------------------------------------------- /B站/Python爬虫案例实战(2020 · 周更)/n1-l-爬取新闻网站并保存到Excel中/003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python爬虫案例实战(2020 · 周更)/n1-l-爬取新闻网站并保存到Excel中/003.jpg -------------------------------------------------------------------------------- /B站/Python爬虫案例实战(2020 · 周更)/n1-l-爬取新闻网站并保存到Excel中/log.md: -------------------------------------------------------------------------------- 1 | ### 爬取福州新闻网- 2 | http://news.fznews.com.cn/zt/jsfz/ -------------------------------------------------------------------------------- /B站/Python爬虫案例实战(2020 · 周更)/n1-l-爬取新闻网站并保存到Excel中/词云.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python爬虫案例实战(2020 · 周更)/n1-l-爬取新闻网站并保存到Excel中/词云.png -------------------------------------------------------------------------------- /B站/Python爬虫案例实战(2020 · 周更)/x-xpath的使用/xpath.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # @Time : 2020/5/29 22:01 3 | # 公众号:Python自动化办公社区 4 | # @File : xpath.py 5 | # @Software: PyCharm 6 | # @Description: 怎么定位网页中的数据?XPath的基本使用。 7 | 8 | 9 | import requests 10 | from lxml import html 11 | 12 | 13 | # 获取网页数据 14 | def get_html_data(url): 15 | html_code = requests.get(url) 16 | html_code.encoding = 'utf-8' 17 | html_code = html_code.text 18 | 19 | # 格式网站代码的工具 20 | etree_tools = html.etree 21 | # 格式化获取的网站代码 22 | format_html = etree_tools.HTML(html_code) 23 | # 通过@title获取他的title标签里面的内容 24 | li_anchors = format_html.xpath('//*[@class="qzw_articlelist"]//li') 25 | titles = '' 26 | for li in li_anchors: 27 | title = str(li.xpath('./a/text()')[0]) 28 | titles += title 29 | return titles -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/LessonCode/1.1read.py: -------------------------------------------------------------------------------- 1 | import xlrd 2 | 3 | xlsx = xlrd.open_workbook('d:/7月下旬入库表.xlsx') 4 | 5 | table = xlsx.sheet_by_index(0) 6 | # 通过sheet名查找:xlsx.sheet_by_name("7月下旬入库表") 7 | # 通过索引查找:xlsx.sheet_by_index(3) 8 | print(table.cell_value(0, 0)) 9 | 10 | # table.cell_value(1, 2) 11 | # print(table.cell(1, 2).value) 12 | # print(table.row(1)[2].value) 13 | 14 | 15 | 16 | for i in range(0, xlsx.nsheets): 17 | table = xlsx.sheet_by_index(i) 18 | print(table.cell_value(0, 0)) 19 | 20 | # 获取所有sheet名字:xlsx.sheet_names() 21 | # 获取sheet数量:xlsx.nsheets 22 | 23 | for i in xlsx.sheet_names(): 24 | table = xlsx.sheet_by_name(i) 25 | print(table.cell_value(3, 3)) 26 | -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/LessonCode/1.1write.py: -------------------------------------------------------------------------------- 1 | import xlwt 2 | new_workbook = xlwt.Workbook() 3 | worksheet = new_workbook.add_sheet('new_test') 4 | worksheet.write(0, 0, 'test') 5 | new_workbook.save('d:/test.xls') -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/LessonCode/7月下旬入库表.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/LessonCode/7月下旬入库表.xlsx -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/PracticeAnswer/1.1exercise.py: -------------------------------------------------------------------------------- 1 | #1、2星答案 2 | # import xlrd,xlwt 3 | # xlsx = xlrd.open_workbook('d:/7月下旬入库表.xlsx') 4 | # new_workbook = xlwt.Workbook() 5 | # worksheet = new_workbook.add_sheet('new_test') 6 | # table = xlsx.sheet_by_index(0) 7 | # for i in range(0,table.nrows): 8 | # for j in range(0,table.ncols): 9 | # print(table.cell_value(i, j)) 10 | # worksheet.write(i, j, table.cell_value(i, j)) 11 | # new_workbook.save('d:/test.xls') 12 | 13 | #3星答案 14 | import xlrd,xlsxwriter 15 | xlsx = xlrd.open_workbook('d:/7月下旬入库表.xlsx') 16 | new_workbook = xlsxwriter.Workbook('d:/test.xlsx') 17 | worksheet = new_workbook.add_worksheet() 18 | table = xlsx.sheet_by_index(0) 19 | for i in range(0,table.nrows): 20 | for j in range(0,table.ncols): 21 | print(table.cell_value(i, j)) 22 | worksheet.write(i, j, table.cell_value(i, j)) 23 | new_workbook.close() 24 | -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/PracticeAnswer/7月下旬入库表.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/PracticeAnswer/7月下旬入库表.xlsx -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/PracticeNeed/7月下旬入库表.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/PracticeNeed/7月下旬入库表.xlsx -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/1.处理Unicode.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/1.处理Unicode.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/2.Excel电子表格中的日期.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/2.Excel电子表格中的日期.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/3.命名引用,常量,公式和宏.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/3.命名引用,常量,公式和宏.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/4.在Excel电子表格中格式化信息.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/4.在Excel电子表格中格式化信息.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/5.按需加载工作表.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/5.按需加载工作表.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/6.XML漏洞和Excel文件.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/6.XML漏洞和Excel文件.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/7.API参考.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/7.API参考.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/8.安装说明.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/中文版/8.安装说明.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/1.Handling of Unicode xlrd 1.1.0 documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/1.Handling of Unicode xlrd 1.1.0 documentation.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/2.Dates in Excel spreadsheets xlrd 1.1.0 documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/2.Dates in Excel spreadsheets xlrd 1.1.0 documentation.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/3.Named references, constants, formulas, and macros xlrd 1.1.0 documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/3.Named references, constants, formulas, and macros xlrd 1.1.0 documentation.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/4.Formatting information in Excel Spreadsheets xlrd 1.1.0 documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/4.Formatting information in Excel Spreadsheets xlrd 1.1.0 documentation.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/5.Loading worksheets on demand xlrd 1.1.0 documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/5.Loading worksheets on demand xlrd 1.1.0 documentation.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/6.XML vulnerabilities and Excel files xlrd 1.1.0 documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/6.XML vulnerabilities and Excel files xlrd 1.1.0 documentation.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/7.API Reference xlrd 1.1.0 documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/7.API Reference xlrd 1.1.0 documentation.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/8.Installation Instructions xlrd 1.1.0 documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlrd文档/英文版/8.Installation Instructions xlrd 1.1.0 documentation.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlwt文档/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlwt文档/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlwt文档/中文版/1.API参考.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlwt文档/中文版/1.API参考.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlwt文档/中文版/2.安装说明.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlwt文档/中文版/2.安装说明.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlwt文档/英文版/1.API Reference xlwt 1.3.0 documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlwt文档/英文版/1.API Reference xlwt 1.3.0 documentation.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlwt文档/英文版/2.Installation Instructions xlwt 1.3.0 documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-1/RefenceDocs/xlwt文档/英文版/2.Installation Instructions xlwt 1.3.0 documentation.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-2/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-2/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-2/LessonCode/1.2templete.py: -------------------------------------------------------------------------------- 1 | from xlutils.copy import copy 2 | import xlrd 3 | import xlwt 4 | 5 | tem_excel = xlrd.open_workbook('D:/日统计.xls', formatting_info=True) 6 | tem_sheet = tem_excel.sheet_by_index(0) 7 | 8 | new_excel = copy(tem_excel) 9 | new_sheet = new_excel.get_sheet(0) 10 | 11 | style = xlwt.XFStyle() 12 | 13 | font = xlwt.Font() 14 | font.name = '微软雅黑' 15 | font.bold = True 16 | font.height = 360 17 | style.font = font 18 | 19 | borders = xlwt.Borders() 20 | borders.top = xlwt.Borders.THIN 21 | borders.bottom = xlwt.Borders.THIN 22 | borders.left = xlwt.Borders.THIN 23 | borders.right = xlwt.Borders.THIN 24 | style.borders = borders 25 | 26 | alignment = xlwt.Alignment() 27 | alignment.horz = xlwt.Alignment.HORZ_CENTER 28 | alignment.vert = xlwt.Alignment.VERT_CENTER 29 | style.alignment = alignment 30 | 31 | """ 32 | new_sheet.write(2, 1, 12) 33 | new_sheet.write(3, 1, 18) 34 | new_sheet.write(4, 1, 19) 35 | new_sheet.write(5, 1, 15) 36 | """ 37 | 38 | new_sheet.write(2, 1, 12, style) 39 | new_sheet.write(3, 1, 18, style) 40 | new_sheet.write(4, 1, 19, style) 41 | new_sheet.write(5, 1, 15, style) 42 | 43 | 44 | new_excel.save('D:/填写.xls') 45 | -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-2/LessonCode/日统计.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-2/LessonCode/日统计.xls -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-2/PracticeAnswer/日统计.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-2/PracticeAnswer/日统计.xls -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-2/PracticeNeed/日统计.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-2/PracticeNeed/日统计.xls -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-2/RefenceDocs/xlutils.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-2/RefenceDocs/xlutils.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-2/RefenceDocs/xlwt常用样式.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-2/RefenceDocs/xlwt常用样式.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-3/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-3/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-3/LessonCode/7月下旬入库表.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-3/LessonCode/7月下旬入库表.xlsx -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-3/LessonCode/7月下旬统计表.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-1-3/LessonCode/7月下旬统计表.xls -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-2-1/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-2-1/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-2-2/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-2-2/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-2-3/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-2-3/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-2-3/LessonCode/1.3.3增删改查.py: -------------------------------------------------------------------------------- 1 | import pymysql 2 | 3 | database = pymysql.connect("127.0.0.1", "test", "test", "db", charset='utf8') 4 | # 格式:pymysql.connect("MySQL服务器地址", "用户名", "密码", "数据库名", charset='utf8') 5 | cursor = database.cursor() 6 | # 初始化指针 7 | 8 | 9 | # 增 10 | 11 | # 格式:"INSERT INTO 表名 (字段1,字段2,字段3) VALUES (内容1,内容2,内容3);" 12 | sql = "INSERT INTO data (date,company,province,price,weight) VALUES ('2019-9-20','河北粮食','河北','2200','45.1');" 13 | cursor.execute(sql) 14 | database.commit() # 对存储的数据修改后,需要commit 15 | database.close() 16 | 17 | # 改 18 | # 格式:"UPDATE 表名 SET 字段1=内容1,字段2=内容2 WHERE 条件;" 19 | 20 | sql = "UPDATE data SET date='2018-09-21' WHERE DATE='2019-09-20';" 21 | cursor.execute(sql) 22 | database.commit() # 对存储的数据修改后,需要commit 23 | database.close() 24 | 25 | # 查 26 | # 基础语法:"SELECT 字段 FROM 表名 WHERE 条件" 27 | 28 | sql = "SELECT company FROM data WHERE date='2018-07-21';" 29 | cursor.execute(sql) 30 | result = cursor.fetchall() 31 | print(result) 32 | database.close() 33 | 34 | # 删 35 | # 格式:"DELETE FROM 表名 WHERE 条件;" 条件的写法 :字段=内容 36 | 37 | sql = "DELETE FROM data WHERE date='2018-09-21';" 38 | cursor.execute(sql) 39 | database.commit() # 对存储的数据修改后,需要commit 40 | database.close() 41 | -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-2-3/PracticeAnswer/1.3.3exercise.py: -------------------------------------------------------------------------------- 1 | import pymysql 2 | import xlrd 3 | import datetime 4 | 5 | database = pymysql.connect("127.0.0.1", "test", "test", "db", charset='utf8') 6 | cursor = database.cursor() 7 | 8 | sql1 = "DELETE FROM data ;" 9 | cursor.execute(sql1) 10 | database.commit() 11 | 12 | 13 | def change_date(date_excel): 14 | first_date = datetime.date(1899, 12, 31).toordinal() - 1 15 | if isinstance(date_excel, float): 16 | date_excel = int(date_excel) 17 | date_mysql = datetime.date.fromordinal(first_date + date_excel) 18 | return date_mysql.strftime("%Y-%m-%d") 19 | 20 | 21 | xlsx = xlrd.open_workbook('d:/7月下旬入库表.xlsx') 22 | table = xlsx.sheet_by_index(0) 23 | for i in range(1, table.nrows): 24 | sql2 = "INSERT INTO data (date,company,province,price,weight) VALUES ('%s','%s','%s','%s','%s');" % ( 25 | change_date(table.cell_value(i, 0)), table.cell_value(i, 1), table.cell_value(i, 2), table.cell_value(i, 3),table.cell_value(i, 4)) 26 | cursor.execute(sql2) 27 | database.commit() 28 | 29 | 30 | sql3 ="SELECT SUM(weight) FROM data WHERE date>'2018-07-21' AND date<'2018-07-25' AND company='王五小麦' AND province='河北' " 31 | cursor.execute(sql3) 32 | print(cursor.fetchall()[0][0]) 33 | 34 | database.close() 35 | -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-3-1/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-3-1/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-3-1/LessonCode/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-3-1/LessonCode/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-3-1/LessonCode/7月下旬统计表.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter1/S1-3-1/LessonCode/7月下旬统计表.xls -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-1/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-1/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-1/LessonCode/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-1/LessonCode/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-1/PracticeAnswer/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-1/PracticeAnswer/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-1/PracticeAnswer/2.1.1exercise.py: -------------------------------------------------------------------------------- 1 | from docx import Document 2 | from docx.enum.text import WD_ALIGN_PARAGRAPH 3 | from docx.shared import Pt # 磅数 4 | from docx.oxml.ns import qn # 中文格式 5 | 6 | document = Document() 7 | document.styles['Normal'].font.name = u'黑体' 8 | document.styles['Normal']._element.rPr.rFonts.set(qn('w:eastAsia'), u'黑体') 9 | 10 | def add_context(n, context): 11 | locals()['p' + str(n)] = document.add_paragraph() 12 | locals()['p' + str(n)].alignment = WD_ALIGN_PARAGRAPH.LEFT 13 | locals()['run' + str(n)] = locals()['p' + str(n)].add_run(str(context)) 14 | locals()['run' + str(n)].font.size = Pt(16) 15 | locals()['p' + str(n)].space_after = Pt(5) 16 | locals()['p' + str(n)].space_before = Pt(5) 17 | 18 | add_context(1,'The Zen of Python, by Tim Peters') 19 | add_context(2,'Beautiful is better than ugly.') 20 | add_context(3,'Explicit is better than implicit.') 21 | add_context(4,'Simple is better than complex.') 22 | add_context(5,'Complex is better than complicated.') 23 | add_context(6,'Flat is better than nested.') 24 | add_context(7,'Sparse is better than dense.') 25 | add_context(8,'Readability counts.') 26 | add_context(9,'''Special cases aren't special enough to break the rules.''') 27 | add_context(10,'Although practicality beats purity.') 28 | 29 | document.save('作业.docx') 30 | -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-1/RefenceDocs/python-docx文档.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-1/RefenceDocs/python-docx文档.zip -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-1/RefenceDocs/time参考文档.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-1/RefenceDocs/time参考文档.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-2/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-2/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-2/LessonCode/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-2/LessonCode/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-2/PracticeAnswer/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-2/PracticeAnswer/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-2/PracticeAnswer/2.1.2exercise.py: -------------------------------------------------------------------------------- 1 | from docx import Document 2 | from docx.enum.style import WD_STYLE_TYPE 3 | 4 | document = Document() 5 | styles = document.styles 6 | 7 | for i in styles: 8 | if i.type == WD_STYLE_TYPE.TABLE: 9 | document.add_paragraph("表格样式 : " + i.name) 10 | table = document.add_table(4, 5, style=i) 11 | document.add_paragraph("\n\n") 12 | 13 | document.save('所有表格样式.docx') 14 | -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-2/RefenceDocs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-2/RefenceDocs/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-2/RefenceDocs/所有表格样式.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-1-2/RefenceDocs/所有表格样式.pdf -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-2-1/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-2-1/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-2-1/LessonCode/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-2-1/LessonCode/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-2-1/LessonCode/2.2.1.py: -------------------------------------------------------------------------------- 1 | # https://www.lfd.uci.edu/~gohlke/pythonlibs 2 | 3 | 4 | from win32com.client import Dispatch, constants, gencache 5 | 6 | docx_path = 'D:/客户1-价格通知.docx' 7 | pdf_path = 'D:/客户1-价格通知.pdf' 8 | 9 | gencache.EnsureModule('{00020905-0000-0000-C000-000000000046}', 0, 8, 4) 10 | 11 | wd = Dispatch("Word.Application") 12 | 13 | doc = wd.Documents.Open(docx_path, ReadOnly=1) 14 | doc.ExportAsFixedFormat(pdf_path, constants.wdExportFormatPDF, Item=constants.wdExportDocumentWithMarkup, 15 | CreateBookmarks=constants.wdExportCreateHeadingBookmarks) 16 | 17 | wd.Quit(constants.wdDoNotSaveChanges) 18 | -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-3-1/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-3-1/.DS_Store -------------------------------------------------------------------------------- /B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-3-1/LessonCode/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/Python自动化办公 · 一课通(适合小白)/Chapter2/S2-3-1/LessonCode/.DS_Store -------------------------------------------------------------------------------- /B站/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/__init__.py -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/001/001-data-index.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/001/001-data-index.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/001/001-data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/001/001-data.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/001/001.py: -------------------------------------------------------------------------------- 1 | #使用pandas,别名:pd 2 | import pandas as pd 3 | ################## 1、没有数据的空表 #################### 4 | # 用pd,生成一个sheet(excel里面的一张表) 5 | #变量:一个盒子 6 | df = pd.DataFrame() 7 | # 保存这个文件 8 | df.to_excel('001.xlsx') 9 | ################## 2、有数据的表 #################### 10 | # 注释的快捷键:ctrl+/ 11 | df = pd.DataFrame({ 12 | 'id':[1,2,3], 13 | 'name':['a','b','c'] 14 | }) 15 | df.to_excel('001-data.xlsx') 16 | ################## 3、有数据的表,取消默认的索引 #################### 17 | 18 | df = pd.DataFrame({ 19 | 'id':[1,2,3], 20 | 'name':['a','b','c'] 21 | }) 22 | df = df.set_index('id') 23 | df.to_excel('001-data-index.xlsx') 24 | 25 | #运行的快捷键:ctrl+shift+f10 -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/001/001.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/001/001.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/002/002.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/002/002.py -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/007/007.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | 3 | products = pd.read_excel('C:/Temp/List.xlsx', index_col='ID') 4 | products.sort_values(by=['Worthy', 'Price'], ascending=[True, False], inplace=True) 5 | print(products) 6 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/007/List.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/007/List.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/008/008.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | 3 | 4 | def validate_age(a): 5 | return 18 <= a <= 30 6 | 7 | 8 | def level_b(s): 9 | return 60 <= s < 90 10 | 11 | 12 | students = pd.read_excel('C:/Temp/Students.xlsx', index_col='ID') 13 | students = students.loc[students['Age'].apply(validate_age)].loc[students.Score.apply(level_b)] # 两种语法 14 | print(students) 15 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/008/Students.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/008/Students.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/009/009(matplotlab).py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | import matplotlib.pyplot as plt 3 | 4 | students = pd.read_excel('C:/Temp/Students.xlsx') 5 | students.sort_values(by='Number', inplace=True, ascending=False) 6 | students.index = range(0, len(students)) 7 | print(students) 8 | 9 | plt.bar(students['Field'], students['Number'], color='orange', width=0.7) 10 | plt.xticks(students['Field'], rotation='90') 11 | plt.title('International Student by Field', fontsize=16) 12 | plt.xlabel('Field') 13 | plt.ylabel('Number') 14 | plt.tight_layout() 15 | plt.show() 16 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/009/009(pandas).py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | import matplotlib.pyplot as plt 3 | 4 | students = pd.read_excel('C:/Temp/Students.xlsx') 5 | students.sort_values('Number', inplace=True, ascending=False) 6 | print(students) 7 | students.plot.bar(x='Field', y='Number', color='blue', title='International Students by Field') 8 | plt.tight_layout() 9 | plt.show() 10 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/009/Students.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/009/Students.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/010/010(matplotlib).py: -------------------------------------------------------------------------------- 1 | import numpy as np 2 | import pandas as pd 3 | import matplotlib.pyplot as plt 4 | 5 | students = pd.read_excel('C:/Temp/Students.xlsx') 6 | students.sort_values(by='2015 to 16', inplace=True, ascending=False) 7 | students.index = range(0, len(students)) 8 | print(students) 9 | 10 | bar_width = 0.7 11 | x_pos = np.arange(len(students) * 2, step=2) 12 | plt.bar(x_pos, students['2016 to 17'], color='green', width=bar_width) 13 | plt.bar(x_pos + bar_width, students['2015 to 16'], color='blue', width=bar_width) 14 | 15 | plt.xticks(x_pos + bar_width / 2, students['Field'], rotation='90') 16 | plt.title('International Student by Field', fontsize=16) 17 | plt.xlabel('Field') 18 | plt.ylabel('Number') 19 | plt.tight_layout() 20 | plt.show() 21 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/010/010(pandas).py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | import matplotlib.pyplot as plt 3 | 4 | students = pd.read_excel('C:/Temp/Students.xlsx') 5 | students.sort_values(by='2017', inplace=True, ascending=False) 6 | print(students) 7 | students.plot.bar('Field', ['2016', '2017'], color=['orange', 'Red']) 8 | plt.title('International Students by Field', fontsize=16) 9 | plt.xlabel('Field', fontweight='bold') 10 | plt.ylabel('Number', fontweight='bold') 11 | # plt.tight_layout() 12 | ax = plt.gca() 13 | ax.set_xticklabels(students['Field'], rotation=40, ha='right') 14 | plt.gcf().subplots_adjust(left=0.2, bottom=0.42) 15 | plt.show() 16 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/010/Students.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/010/Students.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/011/011.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | import matplotlib.pyplot as plt 3 | 4 | users = pd.read_excel('C:/Temp/Users.xlsx') 5 | users['Total'] = users['Oct'] + users['Nov'] + users['Dec'] 6 | users.sort_values(by='Total', inplace=True, ascending=False) 7 | print(users) 8 | 9 | users.plot.bar(x='Name', y=['Oct', 'Nov', 'Dec'], stacked=True) 10 | plt.tight_layout() 11 | plt.show() 12 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/011/Users.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/011/Users.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/012/012.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | import matplotlib.pyplot as plt 3 | 4 | students = pd.read_excel('C:/Temp/Students.xlsx', index_col='From') 5 | print(students) 6 | 7 | students['2017'].plot.pie(fontsize=8, counterclock=False, startangle=-270) 8 | plt.title('Source of International Students', fontsize=16, fontweight='bold') 9 | plt.ylabel('2017', fontsize=12, fontweight='bold') 10 | plt.show() 11 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/012/Students.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/012/Students.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/013/013.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | import matplotlib.pyplot as plt 3 | 4 | weeks = pd.read_excel('C:/Temp/Orders.xlsx', index_col='Week') 5 | print(weeks) 6 | 7 | # weeks.plot(y=['Accessories', 'Bikes', 'Clothing', 'Components']) 8 | weeks.plot.area(y=['Accessories', 'Bikes', 'Clothing', 'Components']) 9 | plt.title('Sales Trends', fontsize=16, fontweight='bold') 10 | plt.xticks(weeks.index, fontsize=8) 11 | plt.show() 12 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/013/Orders.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/013/Orders.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/014/014.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | import matplotlib.pyplot as plt 3 | 4 | pd.options.display.max_columns = 999 5 | homes = pd.read_excel('C:/Temp/home_data.xlsx') 6 | print(homes.head()) 7 | # print(homes.corr()) 8 | # homes.plot.scatter(x='sqft_living', y='price') 9 | # homes.sqft_living.plot.kde() 10 | homes.sqft_living.plot.hist(bins=100) 11 | plt.xticks(range(0, max(homes.sqft_living), 500), fontsize=8, rotation=90) 12 | # homes.price.plot.hist(bins=200) 13 | # plt.xticks(range(0, max(homes.price), 100000), fontsize=8, rotation=90) 14 | plt.show() 15 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/014/home_data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/014/home_data.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/016/016.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | 3 | # students = pd.read_excel('C:/Temp/Student_score.xlsx', sheet_name='Students') 4 | # scores = pd.read_excel('C:/Temp/Student_score.xlsx', sheet_name='Scores') 5 | # table = students.merge(scores, how='left', on='ID').fillna(0) 6 | # table.Score = table.Score.astype(int) 7 | # print(table) 8 | 9 | # students = pd.read_excel('C:/Temp/Student_score.xlsx', sheet_name='Students', index_col='ID') 10 | # scores = pd.read_excel('C:/Temp/Student_score.xlsx', sheet_name='Scores', index_col='ID') 11 | # table = students.merge(scores, how='left', left_on=students.index, right_on=scores.index).fillna(0) 12 | # table.Score = table.Score.astype(int) 13 | # print(table) 14 | 15 | students = pd.read_excel('C:/Temp/Student_score.xlsx', sheet_name='Students', index_col='ID') 16 | scores = pd.read_excel('C:/Temp/Student_score.xlsx', sheet_name='Scores', index_col='ID') 17 | table = students.join(scores, how='left').fillna(0) 18 | table.Score = table.Score.astype(int) 19 | print(table) 20 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/016/Student_Score.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/016/Student_Score.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/017/017.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | 3 | 4 | def score_valication(row): 5 | try: 6 | assert 0 <= row.Score <= 100 7 | except: 8 | print(f'#{row.ID}\tstudent {row.Name} has an invalid score {row.Score}') 9 | 10 | 11 | students = pd.read_excel('C:/Temp/Students.xlsx') 12 | # print(students) 13 | students.apply(score_valication, axis=1) 14 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/017/Students.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/017/Students.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/018/018.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | 3 | employees = pd.read_excel('C:/Temp/Employees.xlsx', index_col='ID') 4 | df = employees['Full Name'].str.split(expand=True) 5 | employees['First Name'] = df[0] 6 | employees['Last Name'] = df[1] 7 | print(employees) 8 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/018/Employees.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/018/Employees.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/019/019.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | 3 | students = pd.read_excel('C:/Temp/Students.xlsx', index_col='ID') 4 | 5 | row_sum = students[['Test_1', 'Test_2', 'Test_3']].sum(axis=1) 6 | row_mean = students[['Test_1', 'Test_2', 'Test_3']].mean(axis=1) 7 | 8 | students['Total'] = row_sum 9 | students['Average'] = row_mean 10 | 11 | col_mean = students[['Test_1', 'Test_2', 'Test_3', 'Total', 'Average']].mean() 12 | col_mean['Name'] = 'Summary' 13 | students = students.append(col_mean, ignore_index=True) 14 | print(students) 15 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/019/Students.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/019/Students.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/020/020.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | 3 | students = pd.read_excel('C:/Temp/Students_Duplicates.xlsx') 4 | dupe = students.duplicated(subset='Name') 5 | dupe = dupe[dupe == True] # dupe = dupe[dupe] 6 | print(students.iloc[dupe.index]) 7 | print("=========") 8 | students.drop_duplicates(subset='Name', inplace=True, keep='last') 9 | print(students) 10 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/020/Students_Duplicates.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/020/Students_Duplicates.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/021/021.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | 3 | pd.options.display.max_columns = 999 4 | videos = pd.read_excel('C:/Temp/Videos.xlsx', index_col='Month') 5 | # table = videos.transpose() 6 | table = videos.T 7 | print(table) 8 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/021/Videos.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/021/Videos.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/022/022.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | 3 | students1 = pd.read_csv('C:/Temp/Students.csv', index_col='ID') 4 | students2 = pd.read_csv('C:/Temp/Students.tsv', sep='\t', index_col='ID') 5 | students3 = pd.read_csv('C:/Temp/Students.txt', sep='|', index_col='ID') 6 | 7 | print(students1) 8 | print(students2) 9 | print(students3) 10 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/022/Students.csv: -------------------------------------------------------------------------------- 1 | ID,Name,Age 2 | 1,Student_001,21 3 | 2,Student_002,22 4 | 3,Student_003,23 5 | 4,Student_004,24 6 | 5,Student_005,25 7 | 6,Student_006,26 8 | 7,Student_007,27 9 | 8,Student_008,28 10 | 9,Student_009,29 11 | 10,Student_010,30 12 | 11,Student_011,31 13 | 12,Student_012,32 14 | 13,Student_013,33 15 | 14,Student_014,34 16 | 15,Student_015,35 17 | 16,Student_016,36 18 | 17,Student_017,37 19 | 18,Student_018,38 20 | 19,Student_019,39 21 | 20,Student_020,40 22 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/022/Students.tsv: -------------------------------------------------------------------------------- 1 | ID Name Age 2 | 1 Student_001 21 3 | 2 Student_002 22 4 | 3 Student_003 23 5 | 4 Student_004 24 6 | 5 Student_005 25 7 | 6 Student_006 26 8 | 7 Student_007 27 9 | 8 Student_008 28 10 | 9 Student_009 29 11 | 10 Student_010 30 12 | 11 Student_011 31 13 | 12 Student_012 32 14 | 13 Student_013 33 15 | 14 Student_014 34 16 | 15 Student_015 35 17 | 16 Student_016 36 18 | 17 Student_017 37 19 | 18 Student_018 38 20 | 19 Student_019 39 21 | 20 Student_020 40 22 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/022/Students.txt: -------------------------------------------------------------------------------- 1 | ID|Name|Age 2 | 1|Student_001|21 3 | 2|Student_002|22 4 | 3|Student_003|23 5 | 4|Student_004|24 6 | 5|Student_005|25 7 | 6|Student_006|26 8 | 7|Student_007|27 9 | 8|Student_008|28 10 | 9|Student_009|29 11 | 10|Student_010|30 12 | 11|Student_011|31 13 | 12|Student_012|32 14 | 13|Student_013|33 15 | 14|Student_014|34 16 | 15|Student_015|35 17 | 16|Student_016|36 18 | 17|Student_017|37 19 | 18|Student_018|38 20 | 19|Student_019|39 21 | 20|Student_020|40 22 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/023/023.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | from datetime import date 3 | 4 | orders = pd.read_excel('C:/Temp/Orders.xlsx', dtype={'Date': date}) 5 | orders['Year'] = pd.DatetimeIndex(orders.Date).year 6 | groups = orders.groupby(['Category', 'Year']) 7 | s = groups['Total'].sum() 8 | c = groups['ID'].count() 9 | pt1 = pd.DataFrame({'Sum': s, 'Count': c}) 10 | pt2 = orders.pivot_table(index='Category', columns='Year', values='Total', aggfunc=np.sum) 11 | 12 | print(pt1) 13 | print(pt2) 14 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/023/Orders.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/023/Orders.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/024/024.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | import matplotlib.pyplot as plt 3 | from scipy.stats import linregress 4 | 5 | sales = pd.read_excel('C:/Temp/Sales.xlsx', dtype={'Month': str, 'Revenue': float}) 6 | print(sales) 7 | 8 | slope, intercept, r_value, p_value, std_err = linregress(sales.index, sales.Revenue) 9 | exp = sales.index * slope + intercept 10 | 11 | plt.scatter(sales.index, sales.Revenue) 12 | plt.plot(sales.index, exp, color='red') 13 | plt.xticks(sales.index, sales.Month, rotation=90) 14 | plt.show() 15 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/024/Sales.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/024/Sales.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/025,026/025.txt: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | 3 | def low_score_red(s): 4 | color = 'red' if s<60 else 'green' 5 | return f'color:{color}' 6 | 7 | students = pd.read_excel('c:/Temp/Students.xlsx') 8 | students.style.applymap(low_score_red, subset=['Test_1', 'Test_2', 'Test_3']) 9 | 10 | ======================== 11 | 12 | import pandas as pd 13 | 14 | def highest_score_green2(col): 15 | return ['background-color:lime' if v==col.max() else 'background-color:red' for v in col] 16 | 17 | students = pd.read_excel('c:/Temp/Students.xlsx') 18 | students.style.apply(highest_score_green2, subset=['Test_1', 'Test_2', 'Test_3']) 19 | 20 | ======================== 21 | 22 | import pandas as pd 23 | import seaborn as sns 24 | 25 | color_map = sns.light_palette('green', as_cmap=True) 26 | 27 | students = pd.read_excel('c:/Temp/Students.xlsx') 28 | students.style.background_gradient(cmap=color_map, subset=['Test_1','Test_2','Test_3']) 29 | 30 | ======================== 31 | 32 | import pandas as pd 33 | 34 | students = pd.read_excel('c:/Temp/Students.xlsx') 35 | students.style.bar(color='orange', subset=['Test_1','Test_2','Test_3']) -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/025,026/Students.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/025,026/Students.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/027/027.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | 3 | page_001 = pd.read_excel('C:/Temp/Students.xlsx', sheet_name='Page_001') 4 | page_002 = pd.read_excel('C:/Temp/Students.xlsx', sheet_name='Page_002') 5 | 6 | # 追加已有 7 | students = page_001.append(page_002).reset_index(drop=True) 8 | 9 | # 追加新建 10 | stu = pd.Series({'ID': 41, 'Name': 'Abel', 'Score': 90}) 11 | students = students.append(stu, ignore_index=True) 12 | 13 | # 删除(可切片) 14 | students = students.drop(index=[39, 40]) 15 | 16 | # 插入 17 | stu = pd.Series({'ID': 100, 'Name': 'Bailey', 'Score': 100}) 18 | part1 = students[:21] # .iloc[] is the same 19 | part2 = students[21:] 20 | students = part1.append(stu, ignore_index=True).append(part2).reset_index(drop=True) 21 | 22 | # 更改 23 | stu = pd.Series({'ID': 101, 'Name': 'Danni', 'Score': 101}) 24 | students.iloc[39] = stu 25 | 26 | # 设置空值 27 | for i in range(5, 15): 28 | students['Name'].at[i] = '' 29 | 30 | # 去掉空值 31 | missing = students.loc[students['Name'] == ''] 32 | students.drop(missing.index, inplace=True) 33 | 34 | print(students) 35 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/027/Students.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/027/Students.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/028/028.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | import numpy as np 3 | 4 | students = pd.read_excel('C:/Temp/Students.xlsx') 5 | 6 | # 追加列 7 | students['Age'] = 25 8 | 9 | # 删除列 10 | students.drop(columns=['Score', 'Age'], inplace=True) 11 | 12 | # 插入列 13 | students.insert(1, column='Foo', value=np.repeat('foo', len(students))) 14 | 15 | # 改列名 16 | students.rename(columns={'Foo': 'FOO', 'Name': 'NAME'}, inplace=True) 17 | 18 | # 设置空值 19 | students['ID'] = students['ID'].astype(float) 20 | for i in range(5, 15): 21 | students['ID'].at[i] = np.nan 22 | 23 | # 去掉空值 24 | students.dropna(inplace=True) 25 | 26 | print(students) 27 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/028/Students.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/028/Students.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/029/029.py: -------------------------------------------------------------------------------- 1 | import pyodbc 2 | import sqlalchemy 3 | import pandas as pd 4 | 5 | connection = pyodbc.connect('DRIVER={SQL Server}; SERVER=(local); DATABASE=AdventureWorks;USER=sa;PASSWORD=123456') 6 | engine = sqlalchemy.create_engine('mssql+pyodbc://sa:123456@(local)/AdventureWorks?driver=SQL+Server') 7 | 8 | query = 'SELECT FirstName, LastName FROM Person.Person' 9 | df1 = pd.read_sql_query(query, connection) 10 | df2 = pd.read_sql_query(query, engine) 11 | 12 | pd.options.display.max_columns = 999 13 | print(df1.head()) 14 | print(df2.head()) 15 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/030/030.py: -------------------------------------------------------------------------------- 1 | import pandas as pd 2 | import numpy as np 3 | 4 | 5 | def get_circumcircle_area(l, h): 6 | r = np.sqrt(l ** 2 + h ** 2) / 2 7 | return r ** 2 * np.pi 8 | 9 | 10 | def wrapper(row): 11 | return get_circumcircle_area(row['Length'], row['Height']) 12 | 13 | 14 | rects = pd.read_excel('C:/Temp/Rectangles.xlsx', index_col='ID') 15 | rects['Circumcircle Area'] = rects.apply(wrapper, axis=1) 16 | print(rects) 17 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/030/Rectangles.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/030/Rectangles.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/Books (1).xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/Books (1).xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/Books.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/Books.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/代码/People.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/0801/代码/People.xlsx -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/0801/说明文档.md: -------------------------------------------------------------------------------- 1 | # 导学 2 | 0. 怎么获取配套资源? 3 | 见置顶评论。 4 | 5 | 1. 为什么是pandas? 6 | https://mp.weixin.qq.com/s/wf0jN2TBObKiTrpQSKsyVw 7 | 功能最强大,真正可以独当一面。 8 | 9 | 2. 怎么安装软件?怎么安装插件? 10 | - 安装软件:https://www.bilibili.com/video/BV1sy4y1q7zH 11 | - 免费使用:https://www.bilibili.com/video/BV1zK411u7tb 12 | - 安装插件:https://www.bilibili.com/video/BV1JK4y1N7tE 13 | 14 | 3. 安装pandas 15 | - pip install pandas 16 | 17 | # 001-创建数据表 18 | 生成一个excel 19 | 并且往里面加入数据 20 | 取消索引值 21 | 22 | # 002-读取Excel里面的数据 23 | T -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/code/2.下载神器.md: -------------------------------------------------------------------------------- 1 | # 教程 2 | [【下载神器】推荐2个Python库,峰值63MS,告别网盘迅雷~!](https://mp.weixin.qq.com/s/8QdIfPSgc-yWptWJ8Hvw0w) -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/code/3.批量重命名.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # @Time : 2020/12/16 9:54 3 | # @Author :liuzf 4 | # @File : filename.py 5 | # @Software: PyCharm 6 | # @Description: 7 | 8 | import os 9 | 10 | path = input('请输入文件路径(结尾加上\):') 11 | del_replace_content = input('请输入需要去掉的内容:') 12 | 13 | # 获取该目录下所有文件,存入列表中 14 | fileList = os.listdir(path) 15 | 16 | # for filename in fileList: 17 | # 18 | # if del_replace_content in filename: 19 | # old_name = filename 20 | # new_name = old_name.replace(del_replace_content, '(公众号:Python图书馆,还有更多资料).doc') 21 | 22 | # 23 | # print(filename) 24 | 25 | -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/code/4.词云/4.词云.py: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | # @Time : 2020/8/20 18:10 3 | # @公众号 :Python自动化办公社区 4 | # @File : write_doc.py 5 | # @Software: PyCharm 6 | # @Description: 7 | 8 | #加载需要使用的类库 9 | from PIL import Image 10 | import numpy as np 11 | from wordcloud import WordCloud, ImageColorGenerator 12 | # from matplotlib import pyplot as plt 13 | import jieba 14 | # 分词 15 | def trans_CN(text): 16 | # 接收分词的字符串 17 | word_list = jieba.cut(text) 18 | # 分词后在单独个体之间加上空格 19 | result = " ".join(word_list) 20 | return result 21 | 22 | 23 | with open("ciyun.txt", encoding='utf8') as fp: 24 | text = fp.read() 25 | # print(text) 26 | # 将读取的中文文档进行分词 27 | cloud_text = trans_CN(text) 28 | 29 | #加载背景图片 30 | cloud_mask = np.array(Image.open("ciyun.jpg")) 31 | #忽略显示的词 32 | st=set(["东西","这是"]) 33 | #生成wordcloud对象 34 | wc = WordCloud(background_color="white", 35 | mask=cloud_mask, 36 | max_words=200, 37 | font_path="simkai.ttf", 38 | min_font_size=15, 39 | max_font_size=50, 40 | width=400, 41 | stopwords=st) 42 | wc.generate(cloud_text) 43 | wc.to_file("pic.png") -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/code/4.词云/ciyun.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/code/4.词云/ciyun.jpg -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/code/4.词云/ciyun.txt: -------------------------------------------------------------------------------- 1 | 2021年初中八年级数学公式:分式的四则运算 2 | 中考网整理了关于2021年初中八年级数学公式:分式的四则运算,希望对同学们有所帮助,仅供参考。 分式的四则运算: (1)同分母分式加减法则:同分母的分式相加减,分母不变,把分子相加减.(2)异分母分式加减法则 3 | 4 | 2020-11-26 5 | 2021年初中八年级数学公式:添加辅助线 6 | 中考网整理了关于2021年初中八年级数学公式:添加辅助线,希望对同学们有所帮助,仅供参考。 添加辅助线 学习几何体会深,成败也许一线牵。 分散条件要集中,常要添加辅助线。 畏惧心理不要有,其次要把观念变。 熟 7 | 8 | 2020-11-26 9 | 2021年初中八年级数学公式:列方程解应用题 10 | 中考网整理了关于2021年初中八年级数学公式:列方程解应用题,希望对同学们有所帮助,仅供参考。 列方程解应用题 列方程解应用题,审设列解双检答。 审题弄清已未知,设元直间两办法。 列表画图造方程,解方程时守 11 | 12 | 2020-11-26 13 | 2021年初中八年级数学公式:一次函数的图象与性质 14 | 中考网整理了关于2021年初中八年级数学公式:一次函数的图象与性质,希望对同学们有所帮助,仅供参考。 一次函数的图象与性质 一次函数是直线,图象经过三象限; 正比例函数更简单,经过原点一直线; 两个系数k与b 15 | 16 | 2020-11-26 17 | 2021年初中八年级数学公式:函数图象的移动规律 18 | 中考网整理了关于2021年初中八年级数学公式:函数图象的移动规律,希望对同学们有所帮助,仅供参考。 函数图象的移动规律 若把一次函数解析式写成y=k(x+0)+b,二次函数的解析式写成y=a(x+h)2+k的形式,则 19 | 20 | 2020-11-26 21 | 2021年初中八年级数学公式:自变量的取值范围 22 | 中考网整理了关于2021年初中八年级数学公式:自变量的取值范围,希望对同学们有所帮助,仅供参考。 自变量的取值范围 分式分母不为零, 偶次根下负不行; 零次幂底数不为零, 整式、奇次根全能行。 关注中考网 23 | 24 | 2020-11-26 25 | 2021年初中八年级数学公式:象限角的平分线 26 | 中考网整理了关于2021年初中八年级数学公式:象限角的平分线,希望对同学们有所帮助,仅供参考。 象限角的平分线 象限角的平分线, 坐标特征有特点, 一、三横纵都相等, 二、四横纵却相反。 关注中考网微信公众 27 | 28 | 2020-11-26 29 | 2021年初中八年级数学公式:解一元二次不等式 30 | 中考网整理了关于2021年初中八年级数学公式:解一元二次不等式,希望对同学们有所帮助,仅供参考。 解一元二次不等式 首先化成一般式,构造函数第二站。 判别式值若非负,曲线横轴有交点。 A正开口它向上,大于零则 31 | 32 | 2020-11-26 -------------------------------------------------------------------------------- /B站/【pandas高级应用】Python自动化办公/code/4.词云/pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/【pandas高级应用】Python自动化办公/code/4.词云/pic.png -------------------------------------------------------------------------------- /B站/【超详细】EXCEL数据分析/README.md: -------------------------------------------------------------------------------- 1 |
7 | 8 | 9 | 配套课件获取(免费): 10 | 11 | 1. 关注社区微博,微博直达:[Python自动化办公社区](https://weibo.com/u/7411061007) 12 | 2. 转发该课程到微博,并@Python自动化办公社区:👉 [【超详细】EXCEL数据分析(分析、公式、函数、可视化)](https://www.bilibili.com/video/BV195411t7vN) 13 | 3. 看到你发出的@信息(👇如下图),我会第一时间,把资料的百度云链接私信到你的微博~ 14 | 4. [兆锋](https://mp.weixin.qq.com/s/UrJ5PkRWYydaajGetUqFYQ)的回复很快,一天上班10小时+,你也可以获取更多资源,请加入🚸 [社区交流群](https://mp.weixin.qq.com/s/wx-JkgOUoJhb-7ZESxl93w) ~ 15 | 5. 更多🔥数据分析&数据可视化课程:[传送门](https://mp.weixin.qq.com/s/rJVy8DLIdqdyjMPY1SHpag) 16 | 17 | 18 | 19 |  20 | 21 | 22 | -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/.gitattributes: -------------------------------------------------------------------------------- 1 | *.js linguist-language=JavaScript 2 | *.css linguist-language=JavaScript 3 | *.html linguist-language=JavaScript -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/.gitignore: -------------------------------------------------------------------------------- 1 | .project 2 | *.zip 3 | test.html -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case01/img/bg01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case01/img/bg01.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case01/img/bg02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case01/img/bg02.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case01/img/bg03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case01/img/bg03.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case01/img/bg04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case01/img/bg04.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case01/img/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case01/img/header.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case01/img/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case01/img/panel.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case01/img/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case01/img/thumb.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/bg05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/bg05.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/bg06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/bg06.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/bg07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/bg07.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/bg08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/bg08.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/bg09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/bg09.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/globe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/globe.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/header.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/loading.gif -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/panel.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/pisa.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/pisa.hdr -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case02/img/thumb.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case03/img/bg02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case03/img/bg02.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case03/img/header-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case03/img/header-left.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case03/img/header-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case03/img/header-right.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case03/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case03/img/loading.gif -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case03/img/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case03/img/panel.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case03/img/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case03/img/thumb.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case04/img/bg06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case04/img/bg06.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case04/img/header-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case04/img/header-left.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case04/img/header-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case04/img/header-right.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case04/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case04/img/loading.gif -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case04/img/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case04/img/panel.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case04/img/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case04/img/thumb.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case06/img/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case06/img/bg.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case06/img/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case06/img/header.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case06/img/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case06/img/thumb.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case07/css/pace.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | 3 | /* Minimal */ 4 | .pace { 5 | -webkit-pointer-events: none; 6 | pointer-events: none; 7 | -webkit-user-select: none; 8 | -moz-user-select: none; 9 | user-select: none; 10 | } 11 | 12 | .pace-inactive { 13 | display: none; 14 | } 15 | 16 | .pace .pace-progress { 17 | background: #29d; 18 | position: fixed; 19 | z-index: 2000; 20 | top: 0; 21 | right: 100%; 22 | width: 100%; 23 | height: 2px; 24 | } 25 | -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case07/img/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case07/img/thumb.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case08/img/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case08/img/bg.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case08/img/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case08/img/header.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case08/img/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case08/img/thumb.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/data/count-data.json: -------------------------------------------------------------------------------- 1 | { 2 | "listed_companies_total": 3574, 3 | "listed_securities_total": 20018, 4 | "total_market_value": 455294.1, 5 | "circulation_market_value": 370447.9, 6 | "sh_pe_ratio": 13.16, 7 | "sz_pe_ratio": 20.99 8 | } -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/data/ranking-list.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "order": 1, 4 | "stock_code": "601398", 5 | "stock_name": "工商银行", 6 | "market_capitalization": 14451.21 7 | }, 8 | { 9 | "order": 2, 10 | "stock_code": "601857", 11 | "stock_name": "中国石油", 12 | "market_capitalization": 13148.07 13 | }, 14 | { 15 | "order": 3, 16 | "stock_code": "601288", 17 | "stock_name": "农业银行", 18 | "market_capitalization": 11620.49 19 | }, 20 | { 21 | "order": 4, 22 | "stock_code": "601988", 23 | "stock_name": "中国银行", 24 | "market_capitalization": 7608.64 25 | }, 26 | { 27 | "order": 5, 28 | "stock_code": "601318", 29 | "stock_name": "中国平安", 30 | "market_capitalization": 7004.4 31 | }, 32 | { 33 | "order": 6, 34 | "stock_code": "600519", 35 | "stock_name": "贵州茅台", 36 | "market_capitalization": 6934.21 37 | }, 38 | { 39 | "order": 7, 40 | "stock_code": "600028", 41 | "stock_name": "中国石化", 42 | "market_capitalization": 5905.48 43 | }, 44 | { 45 | "order": 8, 46 | "stock_code": "600036", 47 | "stock_name": "招商银行", 48 | "market_capitalization": 5891.63 49 | }, 50 | { 51 | "order": 9, 52 | "stock_code": "601628", 53 | "stock_name": "中国人寿", 54 | "market_capitalization": 4583.26 55 | }, 56 | { 57 | "order": 10, 58 | "stock_code": "601088", 59 | "stock_name": "中国神华", 60 | "market_capitalization": 3298.21 61 | } 62 | ] -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/bg.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/footer.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/header.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-01.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-02.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-03.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-04.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-05.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-06.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-07.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/icon-bg.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/case09/img/thumb.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/datav/datav1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/datav/datav1.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/datav/datav2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/datav/datav2.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/sugar/sugar1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/sugar/sugar1.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/sugar/sugar2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/sugar/sugar2.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/bg.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/footer.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/header.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-01.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-02.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-03.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-04.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-05.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-06.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-07.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/icon-bg.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl01/img/thumb.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl02/img/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl02/img/bg.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl02/img/footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl02/img/footer.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl02/img/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl02/img/header.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl02/img/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl02/img/thumb.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl03/img/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl03/img/bg.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl03/img/chart-wrapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl03/img/chart-wrapper.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl03/img/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl03/img/header.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl03/img/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl03/img/thumb.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/loading.gif -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/panel-c-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/panel-c-b.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/panel-l-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/panel-l-b.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/panel-l-t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/panel-l-t.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/panel-r-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/panel-r-b.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/panel-r-m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/panel-r-m.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/panel-r-t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/panel-r-t.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/thumb.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/title-bg-long.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/title-bg-long.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/title-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/title-bg.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/wrapper-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/tpl04/img/wrapper-bg.png -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/yuntu/yuntu1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/yuntu/yuntu1.jpg -------------------------------------------------------------------------------- /B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/yuntu/yuntu2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/内幕-报价上万的大屏数据可视化,成本只有10分钟?(附18套可视化模板)/yuntu/yuntu2.jpg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/1、表白代码/renxi.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/1、表白代码/renxi.mp3 -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/1、表白代码/renxi/default.css: -------------------------------------------------------------------------------- 1 | body{margin:0;padding:0;background:#ffe;font-size:14px;font-family:'微软雅黑','宋体',sans-serif;color:#231F20;overflow:auto} 2 | a {color:#000;font-size:14px;} 3 | #main{width:100%;} 4 | #wrap{position:relative;margin:0 auto;width:1100px;height:680px;margin-top:10px;} 5 | #text{width:400px;height:425px;left:60px;top:80px;position:absolute;} 6 | #code{display:none;font-size:16px;} 7 | #clock-box {position:absolute;left:60px;top:550px;font-size:28px;display:none;} 8 | #clock-box a {font-size:28px;text-decoration:none;} 9 | #clock{margin-left:48px;} 10 | #clock .digit {font-size:64px;} 11 | #canvas{margin:0 auto;width:1100px;height:680px;} 12 | #error{margin:0 auto;text-align:center;margin-top:60px;display:none;} 13 | .hand{cursor:pointer;} 14 | .say{margin-left:5px;} 15 | .space{margin-right:150px;} 16 | -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/1、表白代码/renxi/jscex.min.js: -------------------------------------------------------------------------------- 1 | (function(){var b={DEBUG:1,INFO:2,WARN:3,ERROR:4},d=function(){this.level=b.WARN};d.prototype={log:function(a){try{console.log(a)}catch(b){}},debug:function(a){this.level<=b.DEBUG&&this.log(a)},info:function(a){this.level<=b.INFO&&this.log(a)},warn:function(a){this.level<=b.WARN&&this.log(a)},error:function(a){this.level<=b.ERROR&&this.log(a)}};var e=function(a){var b=[],c;for(c in a)b.push(c);return b},c=function(a){a._forInKeys=e;a.Logging={Logger:d,Level:b};a.logger=new d;a.modules={};a.binders= 2 | {};a.builders={}},f=typeof define==="function"&&!define.amd,g=typeof require==="function"&&typeof define==="function"&&define.amd;typeof require==="function"&&typeof module!=="undefined"&&module.exports?c(module.exports):f?define("jscex",function(a,b,d){c(d.exports)}):g?define("jscex",function(){var a={};c(a);return a}):(typeof Jscex=="undefined"&&(Jscex={}),c(Jscex))})(); 3 | -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/216fa79c441548d4365c82ceae100850.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/216fa79c441548d4365c82ceae100850.jpg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/327b43cf09cc2b2bcd08237aac41374b.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/327b43cf09cc2b2bcd08237aac41374b.jpeg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/584d4aca128d2df8bf0e3cb992e72e0f.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/584d4aca128d2df8bf0e3cb992e72e0f.jpg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/74ee70c7a91a429a48785edc263c5265.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/74ee70c7a91a429a48785edc263c5265.jpg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/a98d4986a71356df9ea6660eae81fe6e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/a98d4986a71356df9ea6660eae81fe6e.jpg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/c999dc39b5f11022b0a4c63609362a70.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/c999dc39b5f11022b0a4c63609362a70.jpg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/clouds_back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/clouds_back.jpg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/clouds_front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/clouds_front.jpg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/clouds_left.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/clouds_left.jpg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/clouds_right.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/clouds_right.jpg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/clouds_top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/clouds_top.jpg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/f4136931b354aacb6bcaf065053560e7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/f4136931b354aacb6bcaf065053560e7.jpg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/hazy_lake_top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/hazy_lake_top.jpg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/null-19869a537d84c77.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/null-19869a537d84c77.jpg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/null7a14c97134d440b1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/null7a14c97134d440b1.jpg -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/2、樱花代码/Sakura/butterfly/css/reset.css: -------------------------------------------------------------------------------- 1 | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0} 2 | -------------------------------------------------------------------------------- /B站/别说程序员不懂浪漫,用代码一样可以花式表白~/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # [别说程序员不懂浪漫,用代码一样可以花式表白~](https://www.bilibili.com/video/BV1zi4y1V73n) 4 | 5 | 6 | 7 | # → 资源获取 8 | 9 | 10 | 11 | | 资源介绍(点击直达) | 资源下载(点击直达) | 12 | | ------------------------------------------------------------ | ------------------------------------------------------------ | 13 | | [别说程序员不懂浪漫,用代码一样可以花式表白~](https://www.bilibili.com/video/BV1zi4y1V73n) | [传送门](https://gitee.com/zhaofeng092/python_auto_office/tree/master/B%E7%AB%99/%E5%88%AB%E8%AF%B4%E7%A8%8B%E5%BA%8F%E5%91%98%E4%B8%8D%E6%87%82%E6%B5%AA%E6%BC%AB%EF%BC%8C%E7%94%A8%E4%BB%A3%E7%A0%81%E4%B8%80%E6%A0%B7%E5%8F%AF%E4%BB%A5%E8%8A%B1%E5%BC%8F%E8%A1%A8%E7%99%BD~) | 14 | 15 | > 直接点击打开百度云链接,进行下载即可~ 16 | > 17 | > 如果对资源有疑问,请加入🚸 [我的交流群](https://mp.weixin.qq.com/s/6cR5fMSCtdI5sJdWiDwhOA) 联系群主解决~ 18 | > 19 | 20 | 21 | 22 | ## → 社区资源仓库:🚀[点我查看](http://t.cn/A6qTvrFK) 23 | 24 | -------------------------------------------------------------------------------- /B站/成为你自己/更多课程.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/成为你自己/更多课程.md -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/手摸手搭建python数据可视化平台(2020 · 周更)/__init__.py -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/__init__.py -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/__init__.py -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/db.sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/db.sqlite3 -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/manage.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | """Django's command-line utility for administrative tasks.""" 3 | import os 4 | import sys 5 | 6 | 7 | def main(): 8 | os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'shijie0428.settings') 9 | try: 10 | from django.core.management import execute_from_command_line 11 | except ImportError as exc: 12 | raise ImportError( 13 | "Couldn't import Django. Are you sure it's installed and " 14 | "available on your PYTHONPATH environment variable? Did you " 15 | "forget to activate a virtual environment?" 16 | ) from exc 17 | execute_from_command_line(sys.argv) 18 | 19 | 20 | if __name__ == '__main__': 21 | main() 22 | -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/mydata/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/mydata/__init__.py -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/mydata/admin.py: -------------------------------------------------------------------------------- 1 | from django.contrib import admin 2 | 3 | # Register your models here. 4 | -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/mydata/apps.py: -------------------------------------------------------------------------------- 1 | from django.apps import AppConfig 2 | 3 | 4 | class MydataConfig(AppConfig): 5 | name = 'mydata' 6 | -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/mydata/migrations/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/mydata/migrations/__init__.py -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/mydata/models.py: -------------------------------------------------------------------------------- 1 | from django.db import models 2 | 3 | # Create your models here. 4 | -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/mydata/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/mydata/urls.py: -------------------------------------------------------------------------------- 1 | from django.conf.urls import url 2 | from . import views 3 | 4 | urlpatterns = [ 5 | url(r'^data_demo', views.data_demo), 6 | url(r'^test', views.test), 7 | 8 | 9 | ] 10 | -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/mydata/views.py: -------------------------------------------------------------------------------- 1 | from django.shortcuts import render 2 | from django.http import HttpResponse 3 | 4 | 5 | # Create your views here. 6 | 7 | def data_demo(request): 8 | # return HttpResponse("hello") 9 | return render(request, 'g_推文/shijie.html') 10 | 11 | 12 | def test(request): 13 | return HttpResponse("hello") 14 | -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/shijie0428/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/shijie0428/__init__.py -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/shijie0428/urls.py: -------------------------------------------------------------------------------- 1 | """shijie0428 URL Configuration 2 | 3 | The `urlpatterns` list routes URLs to views. For more information please see: 4 | https://docs.djangoproject.com/en/2.2/topics/http/urls/ 5 | Examples: 6 | Function views 7 | 1. Add an import: from my_app import views 8 | 2. Add a URL to urlpatterns: path('', views.home, name='home') 9 | Class-based views 10 | 1. Add an import: from other_app.views import Home 11 | 2. Add a URL to urlpatterns: path('', Home.as_view(), name='home') 12 | Including another URLconf 13 | 1. Import the include() function: from django.urls import include, path 14 | 2. Add a URL to urlpatterns: path('blog/', include('blog.urls')) 15 | """ 16 | from django.contrib import admin 17 | from django.urls import path 18 | from django.conf.urls import url, include 19 | from mydata import views 20 | 21 | urlpatterns = [ 22 | path('admin/', admin.site.urls), 23 | url(r'^$', views.data_demo), # 配置根路径打开页面 24 | url(r'^mydata/', include("mydata.urls")), 25 | ] 26 | -------------------------------------------------------------------------------- /B站/手摸手搭建python数据可视化平台(2020 · 周更)/数据可视化_Django初始化世界地图/shijie0428/shijie0428/wsgi.py: -------------------------------------------------------------------------------- 1 | """ 2 | WSGI config for shijie0428 project. 3 | 4 | It exposes the WSGI callable as a module-level variable named ``application``. 5 | 6 | For more information on this file, see 7 | https://docs.djangoproject.com/en/2.2/howto/deployment/wsgi/ 8 | """ 9 | 10 | import os 11 | 12 | from django.core.wsgi import get_wsgi_application 13 | 14 | os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'shijie0428.settings') 15 | 16 | application = get_wsgi_application() 17 | -------------------------------------------------------------------------------- /B站/获取资料/每天进步一点点.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/获取资料/每天进步一点点.jpg -------------------------------------------------------------------------------- /B站/非专业人员的Python入门课/README.md: -------------------------------------------------------------------------------- 1 | 1、课程用书:《从Python开始学编程》,纸质版:¥yLIjcyjp5mu¥(淘口令),电子版:👀[链接直达](https://mp.weixin.qq.com/s/wuKtpeInbwM6UwwuKyUcfQ) 2 | 3 | 2、课程源代码:[链接直达](https://gitee.com/zhaofeng092/python_auto_office/tree/master/B%E7%AB%99/%E9%9D%9E%E4%B8%93%E4%B8%9A%E4%BA%BA%E5%91%98%E7%9A%84Python%E5%85%A5%E9%97%A8%E8%AF%BE/%E9%85%8D%E5%A5%97%E6%BA%90%E4%BB%A3%E7%A0%81) 4 | 5 | 3、🚸学习交流群:[进群](https://mp.weixin.qq.com/s/wx-JkgOUoJhb-7ZESxl93w) 6 | 7 | 4、更多资料 8 | 9 | - 📚[106本Python电子书](https://mp.weixin.qq.com/s/Wa27Or7SaChF5rCw7LLdVg) 10 | - 更多🔥[Python入门教程 · 合集](https://gitee.com/zhaofeng092/python_auto_office/blob/master/%E5%85%B3%E9%94%AE%E8%AF%8D/%E7%BE%A4%E8%81%8A/%E6%9C%80%E6%96%B0%E6%95%99%E7%A8%8B/%E5%85%A5%E9%97%A8.md) -------------------------------------------------------------------------------- /B站/非专业人员的Python入门课/配套源代码/1.1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaofeng092/python_auto_office/0474c733e006baf68cc873bacded53ded9cd1aa7/B站/非专业人员的Python入门课/配套源代码/1.1.py -------------------------------------------------------------------------------- /CSDN/2020年总结:道阻且长,行则必至。.md: -------------------------------------------------------------------------------- 1 | 7 | 8 | 你好,这里是🎯 [Python自动化办公社区的兆锋](https://mp.weixin.qq.com/s/UrJ5PkRWYydaajGetUqFYQ) ,初来CSDN,请多关照~ 9 | 10 | -------------------------------------------------------------------------------- /CSDN/wxpy_pass_ticket.md: -------------------------------------------------------------------------------- 1 | 7 | 8 | 使用wxpy开发微信聊天机器人,结果扫码登录后,提示: 9 | 10 | ```python 11 | KeyError: 'pass_ticket' 12 | ``` 13 | 14 | > 解决方法:wxpy是根据网页版微信的接口封装的库。用wxpy,得去试试网页版微信([https://wx.qq.com/](https://wx.qq.com/))看能否正常登录。 15 | 16 | 17 | 如果出现下面的提示内容,则该微信号也无法使用wxpy进行登录了!目前没有任何办法~ 18 | 19 | ```python 20 |