0 码力 |
12 页 |
1.24 MB
| 2 年前 3 ## PYTHON HANDBOOK
# Table of Contents
Preface
The Python Handbook
Conclusion
## Preface
The Python Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic.
In particular, the the goal is to get you up to speed quickly with Python.
This book is written by Flavio. I publish programming tutorials on my blog flaviocopes.com and I organize a yearly bootcamp at bootcamp.dev.
You
Enjoy!
## The Python Handbook
- 1. Introduction to Python
- 2. Installing Python
- 3. Running Python programs
- 4. Python 2 vs Python 3
- 5. The basics of working with Python
- 5.1. Variable 0 码力 |
93 页 |
7.31 MB
| 2 年前 3 Python AdminUI
2022 年 06 月 25 日
Powered by TCPDF (www.tcpdf.org)
## 目录
1 安装和快速入门
1.1 基本概念和示例解析
1.2 Use FastAPI instead of Flask
2 创建表单
2.1 List of Form Controls
2.2 Callback when form item 59
15 索引和表格 61
索引 63
## 使用 Python 制作专业的 Web 前端界面
本 Python 包适用于想要制作简单的前端界面,但却不想处理 HTML, CSS, React, Angular, Webpack 和其他 Javascript 前端代码的情况。你可以直接用 Python 完成网页、表单、图标和仪表盘界面。
一些应用场景:数据项目;运维工具和脚本;简单 带有分页的数据表
• 适配小屏幕和移动设备
- 不需要使用 HTML, CSS 或者 JS
安装和快速入门
使用 pip 安装包:
pip install adminui
为您的项目创建一个 python 文件,例如 example.py:
from adminui import *
app = AdminApp()
def on_submit(form_data):
print(form_data) 0 码力 |
67 页 |
653.37 KB
| 2 年前 3 BEAUTIFUL PYTHON
Great ideas of language design that make Python enjoyable and useful to so many people.
## O
## FLUENT PYTHON
## O'REILLY
TURING 图灵程序设计丛书
流畅的
Python
Fluent Python
PSF研究员、知名PyCon演讲者心血之作 PSF研究员、知名PyCon演讲者心血之作
全面深入,对Python语言关键特性剖析到位
Published in 9 languages so far:
Chinese (simplified)
Chinese (traditional)
• English
French
Japanese
• Korean
• Polish
• Portuguese
• Russian
Book signing happiness.
— Walter Gropius (1883–1969), founder of Bauhaus School
>>> import this
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better 0 码力 |
109 页 |
34.99 MB
| 2 年前 3
嵌入字幕 1.6.5
指定字幕位置 1.6.5.1
指定字幕文字属性 1.6.5.2
ffmpeg 使用心得 1.7
用到ffmpeg 的 1.8
Python 1.8.1
附录 1.9
help语法
1.9.1
文档
1.9.2
参考资料
1.9.3
# 强大的音视频处理工具:FFmpeg
• 最新版本:v1.0
• 更新时间:20210914 ;嵌入字幕,包括用流拷贝模式嵌入软字幕、用vf模式烧录嵌入硬字幕、且可以指定字幕位置、指定字幕文字属性等;整理ffmpeg使用的心得和常见问题;以及其他有哪些工具软件用到了ffmpeg、如何用Python调用ffmpeg;最后给出附录内容,包括help语法、文档资料等。
## 源码+浏览+下载
本书的各种源码、在线浏览地址、多种格式文件下载如下:
## Gitbook源码
• crifan 。srt转换为ass
ffmpeg -i subtitle.srt subtitle.ass
另外还有:
• ffmpeg 被其他工具调用:用于解析和操作音视频
。Python的音频处理库:pydub
https://github.com/jiaaro/pydub
。Python的音频解析库:audioread
https://github.com/beetbox/audioread
crifan 0 码力 |
73 页 |
11.57 MB
| 2 年前 3 # Object Oriented Python
## tutorialspoint
SIMPLY EASY LEARNING
www.tutorialspoint.com
## About the Tutorial
Python has been an object-oriented language since it existed. In this tutorial we will try get in-depth features of OOPS in Python programming.
## Audience
This tutorial has been prepared for the beginners and intermediate to help them understand the Python Oops features and concepts through Understanding on basic of Python programming language will help to understand and learn quickly. If you are new to programming, it is recommended to first go through “Python for beginners” tutorials.
## 0 码力 |
111 页 |
3.32 MB
| 2 年前 3 ## Google Python Style Guide
Revision 2.59
Amit Patel
Antoine Picard
Eugene Jhong
Jeremy Hylton
Matt Smart
Mike Shields
Each style point has a summary for which additional information is available You may toggle all summaries with the big arrow button:
Toggle all summaries
Table of Contents
|Python Language Rules|Lint Imports Packages ExceptionsGlobal variables Nested/Local/InnerClasses and Functions DeprecatedLanguage Features Lexical ScopingFunction and Method Decorators Threading Power Features|
|---|---|
|Python Style Rules|Semicolons Line length Parentheses|
|---|---|
||Indentation Blank Lines Whitespace|
||Shebang 0 码力 |
30 页 |
94.81 KB
| 2 年前 3 24fb90d74755f6f59626fe84b055/p1_2.jpg)
## Python in Azure Functions
## 基于Python的Azure Functions实践
赵健 - Microsoft
目录 CONTENTS >>
>> Python 在 Azure 中无处不在
>> 粘合剂 – Azure Functions ments/a/5/8/6/a58624fb90d74755f6f59626fe84b055/p3_2.jpg)
## Python 在 Azure 中无处不在
|Rank|Language|Type|Score|
|---|---|---|---|
|1|Python|☑|100.0|
|||||
|2|Java|☑|96.3|
|||||
|3|C|☑|94.4|
|||||
|4|C++|☑|87 jpg)

Azure SDK for Python

Ansible Azure Module 0 码力 |
28 页 |
12.57 MB
| 2 年前 3 # python3 学习手册
## 简介:
Python 官网:https://www.python.org
Python 由 Guido van Rossum 于 1989 年底发明,于 1991 年发行第一版,Python 源代码遵循 GPL 协议
Python 是一种解释型、面向对象、动态数据类型、可交互的语言
python2.0 于 2000-10-16 发布,于 2020 年 1 1 月 1 日停止更新 2.x 版本,Python-2.7 成为最后一个 py 2.x 版本 python3.0 于 2008-12-03 发布
## python 各版本发布时间:
|2.0.1|2001-06-22||3.7.0|2018-06-27|
|---|---|---|---|---|
|2.7.0|2010-07-03||3.8.0|2019-10-14|
|2.7.5|2013-05-15||3 ## ★第 0 章、linux 执行 python 脚本的方式
## python 安装路径:
|操作系统|python 版本|安装路径|
|---|---|---|
|windows|2.7|C:\\Python27|
|windows|3.10|C:\\Users\\用户名\\AppData\\Local\\Programs\\Python\\Python310|
|centos7|2.7.5|/usr/bin/python 0 码力 |
213 页 |
3.53 MB
| 2 年前 3 03e99d6cb066cd89cc35531775c47e/p4_2.jpg)
## Mac CPU运行结果
[shunwang-macbookpro:scripts shunwang$ python3 0921_tfv2_01_mnist.py
2019-09-19 09:45:31.310623: I tensorflow/core/platform/cpu_feature_guard.cc:142] WARNING: tensorflow:From /usr/local/lib/python3.7/site-packages/tensorflow/python/ops/math_grad.py:1250: add_dispatch_support..wrapper (from tensorflow.python.ops.array_ops) is deprecated and will WARNING:tensorflow:From /usr/local/lib/python3.6/site-packages/tensorflow/python/ops/math_grad.py:1250: add_dispatch support..wrapper (from tensorflow.python.ops.array_ops) is deprecated and will 0 码力 |
38 页 |
4.85 MB
| 2 年前 3
|