Showing posts with label python. Show all posts
Showing posts with label python. Show all posts
Monday, April 20, 2020
Thursday, November 12, 2015
Sunday, July 19, 2015
Ipython notebook in Pycharm
I did not realize Pycharm provides a complete IDE for ipython notebook. This is really cool.
Tuesday, July 08, 2014
Will it Python?
Will It Python provides Python translation of the R code used in Machine Learning for Hackers.
Tuesday, May 20, 2014
R vs Python: Why R is still the king of statistical computing
Here are some good arguments. I particularly like the author's argument regarding the vital role of Rcpp in the future development of the R ecosystem.
Tuesday, January 28, 2014
Monday, December 23, 2013
Useful ipython notebooks
There is probably no better way to demonstrate computer code than ipython notebook. Here are a number of examples that I find useful:
Sunday, January 08, 2012
Useful python libraries for social scientists
Here is a list of useful python libraries for social scientists.
Wednesday, December 28, 2011
Easy_install utility for Python libraries
The "easy_install" tool is very convenient to install Python libraries, especially on Linux platform. I used it to get "rpy" to work on my computers.
Monday, December 26, 2011
Tuesday, November 29, 2011
Saturday, November 26, 2011
Thursday, January 07, 2010
Tuesday, November 10, 2009
MCMC in Python
The Python library "PyMC" looks promising (http://code.google.com/p/pymc/). Also, here are some demos: http://healthyalgorithms.wordpress.com/2008/11/26/mcmc-in-python-pymc-for-bayesian-probability/
Sunday, September 06, 2009
Reading and writing data using Python
http://www.ibm.com/developerworks/opensource/library/os-python8/?ca=dgr-lnxw16DicoverPythonP8
Wednesday, August 05, 2009
PIDA
The PIDA project (http://www.debianadmin.com/pida-python-integrated-development-application-a-python-ide.html) represents an interesting approach toward Python IDE. It builds upon either VIM or Emacs (my editor of choice) and tries to make Python specific programming easier.
Sunday, December 21, 2008
Bridging R and Python
Project RPy looks promising: http://rpy.sourceforge.net/rpy2/doc/html/index.html
Wednesday, December 10, 2008
Thursday, December 04, 2008
Python 3
Python 3 has been released: http://www.python.org. It will be interesting how well it is received by the majority of Python programmer.
Subscribe to:
Posts (Atom)