-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_toc.yml
More file actions
88 lines (76 loc) · 1.94 KB
/
_toc.yml
File metadata and controls
88 lines (76 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
format: jb-book
root: introduction
parts:
- caption: Professional coding
chapters:
- file: whypp
- file: documentingcode
- file: codingstyle
- file: namingconventions
sections:
- file: variablesnames
- file: environments
sections:
- file: updatepython
- file: testing
- file: packaging
sections:
- file: packagingtips
- file: ppreferences
- caption: Python Security
chapters:
- file: security/secintro
- file: security/fundamentals
sections:
- file: security/executionmodel
- file: security/threatmodel
- file: security/attacklandscape
- file: security/limitations_of_AI
- file: security/tools
sections:
- file: security/pip_audit
- caption: Practical Python Security
chapters:
- file: security/openfile
- file: security/traversalattacks
- file: security/path_module
- file: security/assert_use
- caption: Python Basics
chapters:
- file: basics
- file: variables
- file: dataTypes
sections:
- file: data-types
- file: typeconversions
- file: indexing
- file: dataclass
- file: ifstatement
- file: forloops
- file: whileloops
- file: builtinfunctions
- file: fstrings
- file: decorators
sections:
- file: propertydecorator
- file: workingwithdirectories
- file: cheatsheet
- file: cheatsheet2
- file: pythontips
- file: commonmistakes
- caption: Great References
chapters:
- file: generatedfiles/overview
title: Overview
- file: bookreferences.md
- file: whylibraries
- url: https://pyviz.org/overviews/index.html
title: Python visualization landscape
- file: companies
- caption: About
chapters:
- file: help
- file: open
- file: sponsors
- file: license
- file: about