An open API service indexing awesome lists of open source software.

https://github.com/betty200744/ultimate-python

ultimate-python
https://github.com/betty200744/ultimate-python

Last synced: 7 months ago
JSON representation

ultimate-python

Awesome Lists containing this project

README

          

### install

* https://docs.python-guide.org/starting/install3/osx/

### data type hierarchy

![img.png](img/img.png)

### 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