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

https://github.com/streanger/tipts

scripts, tips and any other usefull things
https://github.com/streanger/tipts

python-tips snippets tips tips-and-tricks tricks

Last synced: 9 months ago
JSON representation

scripts, tips and any other usefull things

Awesome Lists containing this project

README

          

# tipts
Scripts, tips and any other stuff that might useful in your programming journey

It contains:
- plotting charts
- files operations
- example of decorator, tkinter-gui, smtp
- terminal histogram
- working with pdf files
- benchmarks
- [python-core-concepts](python-core-concepts.md)
- [ways-to-run-python](ways-to-run-python.md)
- [tips for deployment Python package on pypi.org](pypi_package_tips.md)
- and many others

## screen from console histogram, my early application
![image](HIST/example01.png)

## benchmarks
![image](benchmarks/hash-speed/file-size-vs-hash-speed.png)