Showing posts with label python. Show all posts
Showing posts with label python. Show all posts

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, 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

Useful ipython notebooks

Here is a large collection of useful ipython notebooks.

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

Python resources

Here is a good list of python resources.

Tuesday, November 29, 2011

Lisp and python

This helps understanding both better.

Saturday, November 26, 2011

R vs. python

Fascinating discussions here.

Thursday, January 07, 2010

PyMC

PyMC is a Python implementation of MCMC sampling algorithm, looks very promising. Not it is in its second major release, with a full-blown manual. have the potential for a serious Bayesian package.

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

Emacs as Python IDE

http://www.enigmacurry.com/2008/05/09/emacs-as-a-powerful-python-ide/

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.

Counter