开发者

Chart for deciphering terms in different programming languages

开发者 https://www.devze.com 2022-12-29 23:55 出处:网络
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.

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技巧ctionary


I 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/

0

精彩评论

暂无评论...
验证码 换一张
取 消