127 private links
scikit-fuzzy (a.k.a. skfuzzy): Fuzzy logic toolbox for Python.
This package implements many useful tools for projects involving fuzzy logic, also known as grey logic.
Gooey - Turn (almost) any Python command line program into a full GUI application with one line.
pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code.
BibtexParser is a python library to parse bibtex files. The code is tested with unittests.
Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control.
Animator5D - Very simple-to-use framework for rendering 5-dimensional animations (x, y, z, time, some color value) as an animated gif. This requires ImageMagick to combine the frames, but you can still render them without having it installed and just combine them with some online gif maker.
A iPython notebook that introduces how to use the topicmodels module for implementing Latent Dirichlet Allocation using the collapsed Gibbs sampling algorithm of Griffiths and Steyvers (2004). The module contains three classes: one for processing raw text, another for implementing LDA, and another for querying. This tutorial will go through the main features of each, for full details see the documented source code.
Autojump utility learns from user and helps in easy and faster directory navigation from Linux command line, as compared to traditional 'cd' command.
Bookie - Python based delicious.com replacement
python-patterns - A collection of design patterns/idioms in Python
A python script to back up all the bookmarks(firefox compatible). It returns a dictionary with url as key and (title, tag, add_date, modified_date) tuple as the value. It also stores it in gdbm. Another script is provided to read all the bookmarks. - Gist is a simple way to share snippets of text and code with others.
A cd command that learns - easily navigate directories from the command line
Top Python Projects, most popular Python projects, favourite Python projects
It's natural to think that one can easily manage just a couple of APIs here and there, yet what starts out as just a few calls to one system or another has an intriguing characteristic of inevitably turning into a closely-coupled network of actors whose further usage or development becomes next to impossible.