You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

149 lines
4.4 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. Index
  2. -----
  3. ### A
  4. **abstract base classes, [4](#abc), [19](#collectionsabcsequence)**
  5. **all function, [11](#anyall)**
  6. **animation, [39](#animation)**
  7. **any function, [11](#anyall)**
  8. **argparse module, [22](#argparse)**
  9. **arguments, [10](#arguments)**
  10. **arrays, [28](#array)**
  11. **audio, [39](#audio)-[40](#writefloatsamplestowavfile)**
  12. ### B
  13. **basic script template, [41](#basicscripttemplate)**
  14. **beautifulsoup4 library, [34](#scraping)**
  15. **binary representation, [8](#binhex)**
  16. **bitwise operators, [8](#bitwiseoperators)**
  17. **bottle library, [35](#web)**
  18. **bytes, [27](#bytes)-[28](#readbytesfromfile)**
  19. ### C
  20. **cache, [13](#lrucache)**
  21. **csv module, [25](#csv), [33](#printsacsvfileasanasciitable)**
  22. **callable, [17](#callable)**
  23. **chars, [5](#char)**
  24. **class, [14](#class)-[15](#property)**
  25. **closure, [12](#closure)**
  26. **collection, [18](#collection)**
  27. **combinatorics, [8](#combinatorics)**
  28. **command line arguments, [22](#commandlinearguments)**
  29. **comprehension, [11](#comprehension)**
  30. **context manager, [17](#contextmanager)**
  31. **copy function, [15](#copy)**
  32. **coroutine, [32](#coroutine)**
  33. **curses module, [33](#curses)**
  34. ### D
  35. **dataclass decorator, [15](#dataclass)**
  36. **datetime module, [8](#datetime)-9**
  37. **decorator, [13](#decorator)**
  38. **deques, [29](#deque)**
  39. **dictionaries, [2](#dictionary)**
  40. **duck types, [16](#ducktypes)-[19](#collectionsabcsequence)**
  41. ### E
  42. **enum module, [19](#enum)-[20](#inline-2)**
  43. **enumerate function, [3](#enumerate)**
  44. **eval function, [32](#eval)**
  45. **exceptions, [20](#exceptions)-[21](#reraisingcaughtexception), [22](#exceptions-1)**
  46. ### F
  47. **files, [23](#file)**
  48. **filter function, [11](#mapfilterreduce)**
  49. **floats, [4](#abc), [6](#floats), [7](#types)**
  50. **format function, [6](#format)-[7](#comparisonoffloatpresentationtypes)**
  51. **futures, [30](#threadpool)**
  52. ### G
  53. **generator, [4](#generator)**
  54. ### H
  55. **hash function, [16](#hashable)**
  56. **hexadecimal representation, [8](#binhex)**
  57. ### I
  58. **image, [38](#image)**
  59. **inline, [11](#inline)-12**
  60. **input function, [22](#input)**
  61. **introspection, [30](#introspection)**
  62. **ints, [4](#abc), [7](#types), [8](#binhex)**
  63. **iterable, [18](#iterable)**
  64. **iterator, [3](#iterator), [17](#iterator-1)**
  65. ### J
  66. **json module, [27](#json)**
  67. ### L
  68. **lambda, [11](#lambda)**
  69. **list comprehension, [11](#comprehension)**
  70. **lists, [1](#list)-2**
  71. **locks, [29](#lock)**
  72. **logging, [34](#logging)**
  73. **lru_cache decorator, [13](#lrucache)**
  74. ### M
  75. **main function, [1](#main), [41](#basicscripttemplate)**
  76. **map function, [11](#mapfilterreduce)**
  77. **math module, [7](#math)**
  78. **matplotlib library, [33](#plot)**
  79. **memoryviews, [29](#memoryview)**
  80. **metaprograming, [31](#metaprograming)**
  81. **mysql library, [26](#mysql)**
  82. ### N
  83. **namedtuples, [3](#namedtuple)**
  84. **nonlocal keyword, [12](#nonlocal)**
  85. **numpy module, [36](#numpy)-[37](#indexing)**
  86. ### O
  87. **open function, [22](#open)-[23](#file)**
  88. **operator module, [30](#operator)**
  89. **OS commands, [24](#oscommands)**
  90. ### P
  91. **parameters, [10](#arguments)**
  92. **partial function, [12](#partial)**
  93. **paths, [23](#path)-24**
  94. **pickle module, [27](#pickle)**
  95. **PIL library, [38](#image)**
  96. **plotting, [33](#plot)**
  97. **print function, [21](#print)**
  98. **profiling, [35](#profiling)-[36](#timingasnippet)**
  99. **progress bar, [33](#progressbar)**
  100. ### Q
  101. **queues, [30](#queue)**
  102. ### R
  103. **random module, [8](#random)**
  104. **ranges, [3](#range)**
  105. **recursion, [13](#lrucache)**
  106. **reduce function, [11](#mapfilterreduce)**
  107. **regular expressions, [5](#regex)-[6](#specialsequences)**
  108. **requests library, [34](#scraping), [35](#test)**
  109. ### S
  110. **sqlite3 module, [26](#sqlite)**
  111. **scraping, [34](#scraping)**
  112. **sequence, [18](#sequence), [19](#collectionsabcsequence)**
  113. **sets, [2](#set)**
  114. **shell commands, [24](#shellcommands)**
  115. **sleep function, [33](#progressbar)**
  116. **splat operator, [10](#splatoperator)-[11](#otheruses)**
  117. **statistics module, [7](#statistics)**
  118. **strings, [5](#string)**
  119. **struct module, [28](#struct)**
  120. **synthesizer, [40](#synthesizer)**
  121. ### T
  122. **table, [33](#table)**
  123. **threading module, [29](#threading)-[30](#threadpool)**
  124. **time module, [33](#progressbar), [35](#stopwatch)**
  125. **tqdm library, [33](#progressbar)**
  126. **tuples, [3](#tuple)**
  127. **type, [4](#type), [31](#type-1)**
  128. ### W
  129. **web, [35](#web)**