Tag: Library


"The pthreads API is inherently simple. Not in the sense that it makes multi-threaded (MT) programming a breeze (I doubt this is possible), but in the sense that it provides everything that’s needed to write MT programs, and only that. In other words, pthreads solves a single problem, and solves it well." by Eli Bendersky.

Category: Link // Tags: Library, Python, Software

PIE makes Internet Explorer 6-8 capable of rendering several of the most useful CSS3 decoration features including border-radius, box-shadow and linear-gradient.

Category: Link // Tags: CSS, Library, Software, Web

wdCalendar is a jquery based google calendar clone. It cover most google calendar features.

Flask is a micro webdevelopment framework for Python.

Category: Link // Tags: Library, Python, Web

webkit2png is a command line tool that creates png screenshots of webpages.

Category: Link // Tags: Library, Python

objgraph is a module that lets you visually explore Python object graphs.

pandas is a python package providing convenient data structures for time series, cross-sectional, or any other form of “labeled” data, with tools for building statistical and econometric models.

Category: Link // Tags: Finance, Library, Python

MongoEngine is a Document-Object Mapper for working with MongoDB from Python. It uses a simple declarative API, similar to that of the Django ORM

Python docx library // 2010-01-03

Python's docx module creates, reads and writes Microsoft Office Word 2007 docx files.

Category: Link // Tags: Library, Python