https://github.com/betty200744/ultimate-python
ultimate-python
https://github.com/betty200744/ultimate-python
Last synced: 7 months ago
JSON representation
ultimate-python
- Host: GitHub
- URL: https://github.com/betty200744/ultimate-python
- Owner: betty200744
- Created: 2020-07-05T01:28:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T01:01:36.000Z (over 4 years ago)
- Last Synced: 2025-01-26T14:54:17.746Z (8 months ago)
- Language: Python
- Size: 163 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### install
* https://docs.python-guide.org/starting/install3/osx/
### data type hierarchy

### data-type compare
* [data type time complexity](https://wiki.python.org/moin/TimeComplexity)
| javascript | python | golang
| ------------- | ------------- | -------------
| null | None | nil
| Uint8ClampedArray | bytes | bytes
| Number | int/float | int8/16/32 /float
| Array | list | slice,array
| object | dict | struct
| pyproxy | object | int8/16/32
| Paragraph | int | int8/16/32