word_path='word_path'word_to_pdf='word_to_pdf'fori,j,nameinos.walk(word_path):forword_nameinname:convert(word_path+"/"+word_name,word_to_pdf+"/"+word_name.replace("docx","pdf")) 其中word_path是存放word文件的文件夹,word_to_pdf是转换后的pdf存放文件夹。 打开第一个pdf,内容如下: ...
importosimportimageiofromPILimportImage,ImageDraw,ImageFontSOURCE_PATH=r'./1.gif'# 源图片路径OUTPUT_PATH=r'./imgs/'# 解析路径 存放每一帧的图片FRAMES_PATH=r'./outimg/'# 转字符路径 存放转化为字符画的每一帧图片 defcreate_dir():if(os.path.exists(OUTPUT_PATH)):forfileinos.listdir(OUTPUT_...
Complete-Guide-For-Python-Programming.pdf Complex Network Analysis in Python_ Recognize - Construct - Visualize - Analyze - Interpret (2018, Pragmatic Bookshelf).epub Computational-Methods-for-Bioinformatics-for-Python-3-4.pdf Computational-Nuclear-Engineering-and-Radiological-Science-Using-Python.pdf Com...
>>> spam = [67, 39, 20, 55, 13, 45, 44] >>> [i > 42 for i in spam] [True, False, False, True, False, True, True] >>> all([i > 42 for i in spam]) False >>> eggs = [43, 44, 45, 46] >>> all([i > 42 for i in eggs]) True 1. 2. 3. 4. 5. 6. ...
%% 求解一维 Helmholtz 方程的程序 % (au')' + ku = l(x) %% 一维有限元程序 clc; % 清空命令行窗口 clear; %清除工作空间 close all; % 关闭所有图像 for n = 0:4 %% 参数设置 %方程参数 k = 0.5*pi^2; epsilon = 1/(2^n); syms x; a_syms = 1+0.5*sin(x/epsilon); a = matlab...
Practices and Examples with Python - 2018.pdfhttps://github.com/Apress/practical-web-scraping-for...
ArchiveBox - (Repo, Home, Docs) Self-hosted web archive, for creating local, browsable backups of content from the web. Imports HTML, JS, PDFs, video, subtitles, git repositories, and more, from Pocket, Pinboard, browser history, etc. (internet, linux, windows, docker) archivematica - ...
plotnine - A grammar of graphics for Python based on ggplot2. pygal - A Python SVG Charts Creator. pygraphviz - Python interface to Graphviz. pyqtgraph - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets. seaborn - Statistical data visualization using Matplotlib. vispy...
github.com/yunjey)https://github.com/yunjey/pytorch-tutorial数学1、机器学习中的数学 (ucsc.edu)https://people.ucsc.edu/~praman1/static/pub/math-for-ml.pdf机器学习数学基础(UMIACS CMSC422)http://www.umiacs.umd.edu/~hal/courses/2013S_ML/math4ml.pdf2、线性代数线性代数简明指南(betterexplained....
| ├──Chemical-and-Biomedical-Engineering-Calculations-Using-Python.pdf 3.67M | ├──CherryPy_Essentials_.pdf 5.60M | ├──Christian Hill - Learning Scientific Programming with Python (2016, Cambridge University Press).pdf 8.34M | ├──Cloud-Native-Python-Build-and-deploy-resilent-application...