Python Packages
    -  I went out searching for python packages everyone loves
    
	    
 -  Support for multidimensional arrays
	    
 -  Many linear algebra routines
	    
	        -  Which have been optimized for vector based operation.
	    
 
	     -  Think Linear Algebra in Python. 
	
 
	 SciPy
	
	    -  An algorithm  library built on top of numpy.
	    
 -  Linear algebra package
	    
 -  Dense and sparse matrix package
	    
 -  A differential equation package
	    
 -  And more.
	
 
	 pandas
	
	    -  A data analysis library for python.
	    
 -  Converts python into a data science language
	    
	        -  Reading and writing data of all types 
		
 -  Slicing, indexing and sub setting data
		
 -  Data cleaning ...
	    
 
	 
	 Twisted
	
	    -  A networking engine
	    
 -  Build clients and servers in a few lines of code.
	
 
	 Ipython
	
	     - A python execution environment.
	     
 -  Can be hooked to web environments like juypter notebooks.
	     
 -  A cool idea 
	
 
	 wxPython
	
	 matplotlib
	
	    -  Just about any 2d graph you want and more.
	
 
	 pygame
	
	 Ren'Py
	
	    -  A graphic novel development framework.
	
 
	 SymPy
	
	    -  A symbolic algebra package in python
	
 
	 PyBrain
	
	    -  A machine learning library