Jul 02, 2013
Faruk Akgul
Jul 01, 2013
Python Web Frameworks Benchmark
Out of curiosity, I have decided to benchmark some Python web frameworks such as Django, Flask, Bottle, web.py, pyramid, wheezy.web
Jan 08, 2013
Flask and web.py meet JVM (or how to use Apache Shiro with them)
This is a demonstration of Flask and web.py with WTForms running on Jython and uses Apache Shiro, Java security framework that performs authentication, authorization, cryptography, and session management.
Dec 01, 2012
ztree: A New Structure For ZeroMQ's CZMQ: High Level C API
ztree is a generic binary tree implementation for CZMQ: High Level C API
Jul 23, 2012
Hadoop: Finding The Most Important Words In Documents
This is a follow up post. This time, I did setup a Hadoop cluster to do the same job.
Jul 22, 2012
Finding The Most Important Words In Documents
So, you want to detect which words are important in a given document. Finding the most common words is easy but what about detecting the most important words?
Jul 13, 2012
A Python Development Story: Why web.py?
Why web.py? What's compelling about it? The web.py skeleton of the final part of 'A Python Development Story' series. This skeleton could be used in other projects as well.
Jul 12, 2012
A Python Development Story: Part Deux
This article is a summary of what I learnt what I still didn't learn what I should do in future and the reader may have some ideas as well.
Jun 17, 2012
My Emacs Theme: Endless
A theme that I've created for emacs which is similar to molokai.
May 06, 2012
A Python Development Story: Jenkins-CI meets web.py and PyCharm
Jenkins-CI is a continuos integration platform.
Feb 29, 2012
Introduction to Algorithms: Patricia Trie
Patricia trie explanation and implementation in Cilk++