DICTIONARIES IN THE PYTHON PROGRAMMING LANGUAGE (DICTINORAY) AND ACTIONS ON THEM, LINKING BACK TO DICTINORAY
##plugins.themes.academic_pro.article.main##
Abstract
In Python, the Dictionary type is important when working with datasets. This type acts like an associative array in other languages and is used to read data in JSON files.
##plugins.themes.academic_pro.article.details##

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
References
- Дмитрий Мусин. Самоучитель Python. 2015 г
- www.python.org.