Skulpt is an entirely in-browser implementation of Python.
No preprocessing, plugins, or server-side support required, just write Python and reload.
Bookmark
Natural Language Toolkit
www.nltk.org/, posted 2010 by peter in ai development free language nlp python software
Open source Python modules, linguistic data and documentation for research and development in natural language processing and text analytics, with distributions for Windows, Mac OSX and Linux.
Bookmark
Welcome to Pyevolve documentation ! — Pyevolve v0.5 documentation
pyevolve.sourceforge.net/, posted 2010 by peter in ai development free python software
Pyevolve was developed to be a complete genetic algorithm framework written in pure python.
Bookmark
Django by Example: Django Tutorials - Django by Example
lightbird.net/dbe/index.html, posted 2010 by peter in development howto python reference toread
This guide will show you how to build a variety of apps in Django 1.2, including a Todo List App, a simple Blog, a Photo Manager / Sharing App and a simple Forum App. (Nearly all of the code will work on Django 1.1, as well.)
Bookmark
Using KWallet with Python
www.brighthub.com/hubfolio/matthew-casperson/articles/75598.aspx, posted 2010 by peter in development howto kde python toread
KWallet is a service provided by KDE that provides a convenient way to save and read this kind of data. Lets take a look at a simple example of how we can use the KWallet service from a Python application.
Bookmark
Cython: C-Extensions for Python
cython.org/, posted 2010 by peter in c development free python software
Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations.
The Cython language is very close to the Python language, but Cython additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code.
This makes Cython the ideal language for wrapping external C libraries, and for fast C modules that speed up the execution of Python code.
Bookmark
Tutorial: consuming Twitter's real-time stream API in Python
arstechnica.com/open-source/guides/2010/04/tutorial-use-twitters-new-real-time-stream-api-in-python.ars, posted 2010 by peter in development howto messaging python social toread
This tutorial will show you how to consume and process data from Twitter's new streaming API. The code examples, which are written in the Python programming language, demonstrate how to establish a long-lived HTTP connection with PyCurl, buffer the incoming data, and process it to perform the basic message display functions of a Twitter client application. We will also take a close look at how the new streaming API differs from the existing polling-based REST API.
Bookmark
The Go Programming Language
golang.org/, posted 2009 by peter in development google python software
a systems programming language
expressive, concurrent, garbage-collected
Bookmark
Open Komodo | Open Komodo
www.openkomodo.com/, posted 2009 by peter in development free javascript perl python software
The Open Komodo Project, based on the award-winning Komodo IDE, is a new initiative by ActiveState to create an open source platform for building developer environments. ActiveState has open-sourced elements of Komodo Edit, a free multi-language editor for dynamic languages based on Komodo IDE, to create the Open Komodo code base.
Bookmark
About [Selenium]
seleniumhq.org/projects/remote-control/, posted 2008 by peter in development free html java javascript perl python scraping software testing
Selenium Remote Control (RC) is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser.
|< First < Previous 41–50 (53) Next > Last >|