2012 (old posts, page 1)

Links for January 27th through February 3rd

My shared links for January 27th through February 3rd:

Links for January 23rd through January 25th

My shared links for January 23rd through January 25th:

Links for January 11th

My shared links for January 11th:

by Yaron Minsky, Jane Street

Sometimes, the elegant implementation is a function. Not a method. Not a class. Not a framework. Just a function. - John Carmack

Links for January 20th through January 21st

My shared links for January 20th through January 21st:

Links for January 12th through January 18th

My shared links for January 12th through January 18th:

I particularly like the synopsis tab.

Links for January 5th through January 10th

My shared links for January 5th through January 10th:

Links for January 3rd through January 5th

My shared links for January 3rd through January 5th:

Links for December 28th - 29th (Including PyCon2012 Talks of Interest)

My shared links for December 28th through December 29th:

  • The Email-SIG Archives - Archives of group working on email package in python

  • Link Grammar - grammar parsing package homepage as part of abiword

  • Overview -- NetworkX 1.6 documentation -

  • dmalcolm - Automatically detecting reference-count bugs in Python extension modules -

  • PyCon US 2012: Parsing Horrible Things - If you've ever wanted to get started with parsers, here's your chance for a ground-floor introduction. A harebrained spare-time project gives birth to a whirlwind journey from basic algorithms to Python libraries and, at last, to a parser for one of the craziest syntaxes out there: the MediaWiki grammar that drives Wikipedia.

  • PyCon US 2012: Python for data lovers - Exploring and analyzing data can be daunting and time-consuming, even for data lovers. Python can make the process fun and exciting. We will present techniques of data analysis, along with python tools that help you explore and map data. Our talk includes examples that show how python libraries such as csvkit, matplotlib, scipy, networkx and pysal can help you dig into and make sense of your data.

  • PyCon US 2012: Time series analysis in python - Analyzing, storing and visualizing time-series efficiently are recurring though difficult tasks in various aspects of scientific data analysis such as meteorological forecasting, financial modeling, ... In this talk we will explore the current Python ecosystem for doing this effectively, comparing options, using only open source packages that are mature yet still under active development.

  • PyCon US 2012: Email package - The email package in the Python Standard library has had a somewhat rocky transition into the Python3 era, and still doesn't handle non-ASCII easily. That is about to change. This talk will compare how things worked in Python2 (the past), how things work now (in Python3.2), and how things will work much better in the future (hopefully Python3.3).

  • PyCon US 2012: Advanced SQLAlchemy - How do you take the big step from casual SQLAlchemy user, who treats your database as a mysterious object store, to advanced power user, who optimizes critical queries, plans indexing and migrations, and generates efficient reports? This talk will teach you how databases think; why humanity invented the Relational Algebra; and how SQLAlchemy grants you access to relational power.

  • PyCon US 2012 : Python FUSE - Contrary to classical kernel residing file-systems in *NIX, FUSE is an API to develop file systems in user space. This talk details internals of FUSE, developing your own file-system with Python-FUSE, followed by creative application of Python-FUSE based file system.

  • PyCon US 2012: What's new in the PyStdLib - Lots of Interesting stuff has gone into Python Standard library in 2.7, 3.1, 3.2 and 3.3 release. Some interesting features that went in really make programmers life easy and it can bring in a 'wow' factor to their code. Additionally, it can also help the external library developers to relook at the their libraries to use new facilities available from standard library modules.

This talk distills stuff from What's new document from 2.7, 3.2 and 3.3 and presents some of the choicest new features from Python standard library. Since a lots has gone in since 2.7, focus would be given to those which have had good discussion in tracker or in python-dev and would in general was a most sought out one.

  • PyCon US 2012: Code Generation in Python: Dismantling Jinja - For many DSLs such as templating languages it's important to use code generation to achieve acceptable performance in Python. The current version of Jinja went through many different iterations to end up where it is currently. This talk walks through the design of Jinja2's compiler infrastructure and why it works the way it works and how one can use newer Python features for better results.

  • Mailman 3 -- PyCon US 2012 - Mailman 3 has been in development for several years. This is an evolution of the ever popular mailing list management system that runs thousands of mailing lists around the world. This talk describes how the code has been modernized and how the architectural deficiencies of Mailman 2 have been addressed using REST and other technologies. This is a spinoff from the AOSA chapter on Mailman 3.

  • RelEx Dependency Relationship Extractor - OpenCog - RelEx, a narrow-AI component of OpenCog, is an English-language semantic dependency relationship extractor, built on the Carnegie-Mellon Link Grammar parser. It uses a series of graph rewriting rules to identify subject, object, indirect object and many other syntactic dependency relationships between words in a sentence. That is, it generates the dependency trees of a dependency grammar. Its set of dependency relations it employs resemble those of Dekang Lin's MiniPar and the Stanford parser (and it has an explicit compatibility mode). It is inspired in part by the ideas of Hudson's Word Grammar.

  • Could you start a blog on this thing? -

  • Chinese high end CPUs are now in the game - details: Part 2, Alpha by VR-Zone.com - Chinese supercomputer uses Alpha architecture. Article has some interesting details and some cringeworthy breathless praise for the lamented Alpha chips…