Thursday, November 29, 2012

Autoreload


Executing this on ipython forces ipython to reload functions each time it executes them, really usefull if you are testing and modifying at the same time!

%load_ext autoreload
%autoreload 2

Wednesday, November 28, 2012

IPv4 vs IPvs6 article

Nice simple summary of Internet Protocol version 4 vs. version 6

http://mashable.com/2011/02/03/ipv4-ipv6-guide/

Tuesday, November 20, 2012

Pythonize your emacs

Awesomely simple step by step guides for setting up a Python environment on emacs.

Basic Environment:
http://www.yilmazhuseyin.com/blog/dev/basic-emacs-setup/

Further Setup:
http://www.yilmazhuseyin.com/blog/dev/emacs-setup-python-development/

The posts were written by Huseyin Yilmaz