Difference between revisions of "Coding"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 32: Line 32:
  
 
* [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://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/
Line 45: Line 44:
  
 
=== Ruby ===
 
=== Ruby ===
 +
* https://rvm.io/ - RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.
 +
 
* https://www.ruby-toolbox.com/
 
* https://www.ruby-toolbox.com/
  

Revision as of 18:01, 19 April 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

  • https://rvm.io/ - RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.

Other

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