Chart for deciphering terms in different programming languages
- by Nathan Adams
This has been bugging me every since I started to use Python - in PHP you have this ability to use a string as a key in an array. PHP calls these associative arrays. Python calls these dictionaries.
Does anyone know of a premade chart that will let me see what the different terminology is in different languages. For example:
PHP | Python
Assosicative array | Dictionary