Difference between revisions of "Coding"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 25: Line 25:
  
 
=== Python ===
 
=== Python ===
* http://pyth0n.org/
+
* [http://python.org/ Python]
 +
** [http://python.org/doc/ Docs]
 +
** http://pyth0n.org/
 +
 
 +
* [http://www.pip-installer.org/en/latest/index.html pip] is a tool for installing and managing Python packages, such as those found in the Python Package Index. It’s a replacement for easy_install.
 +
 
  
 
* http://blog.hartleybrody.com/2012/01/google-python/
 
* http://blog.hartleybrody.com/2012/01/google-python/

Revision as of 22:42, 25 March 2012


General

Data structures

Rest

Python

  • pip is a tool for installing and managing Python packages, such as those found in the Python Package Index. It’s a replacement for easy_install.


Ruby

Other

http://scienceblogs.com/goodmath/2006/11/the_c_is_efficient_language_fa.php