Chart for deciphering terms in different programming languages
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
Associative array | Di开发者_JAVA技巧ctionaryI don't know where to find a chart, but Wikipedia has a detailed article about associative arrays in various languages
I hope the below URL will solve your issue...this is ant a chat but see this blog, which express the performance management.
http://www.insideria.com/2008/04/dictionaries-and-associative-a.html
You could keep a handy cheatsheet for your reference,
for python checkout http://www.addedbytes.com/download/python-cheat-sheet-v1/png/
for PHP checkout http://www.addedbytes.com/cheat-sheets/php-cheat-sheet/
精彩评论