Hi,
Today I'm gonna show you type hints in python.
Firstly you should install mypy
pip install mypy
Here is the example:
Basically we are defining to data types.
For more information link is below:
http://mypy-lang.org/
Kendim için aldığım notları sizin ile paylaşıyorum. Genel olarak ilgi alanlarım yapay zeka, büyük veri ve mobil uygulamalar.
find . \( -path "*/node_modules" -o -path "*/.git" \) -prune -o -print | tree -a -I 'node_modules|.git'
No comments:
Post a Comment