diff options
author | w96k <w96k@debian> | 2022-11-08 20:37:37 +0400 |
---|---|---|
committer | w96k <w96k@debian> | 2022-11-08 20:37:37 +0400 |
commit | e9afb747a88e721f138c1a6129675e2e7e7a3b4b (patch) | |
tree | 8ea784b35e089a55c44cf42a49175b472362d559 | |
parent | cf9b97050e9d5be639011ce3aa15a515ea7ab2b1 (diff) |
Add python data types to digital garden
-rw-r--r-- | content/digarden/20220202183614-python.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/digarden/20220202183614-python.org b/content/digarden/20220202183614-python.org index 57b0535..8a9b6b6 100644 --- a/content/digarden/20220202183614-python.org +++ b/content/digarden/20220202183614-python.org @@ -2,6 +2,14 @@ :ID: e3725676-12e5-4e8d-a3cc-cc2c29fdee7a :END: #+title: Python +** Типы данных +- Numeric data types :: int, float, complex +- String data types :: str +- Sequence types :: list, tuple, range +- Binary types :: bytes, bytearray, memoryview +- Mapping data type :: dict +- Boolean type :: bool +- Set data types :: set, frozenset ** Достоинства - Относительно простой - Много библиотек, не ограничен одной областью применения |