PagedQuery - he3-appengine-lib - PagedQuery homepage - Python libraries and utilities for Google App Engine - Google Project Hosting
4 weeks ago by amy
PagedQuery is a paging abstraction that is applied to appengine Query or GQLQuery objects.
python
gae
datastore
4 weeks ago by amy
lakshmivyas/hyde
4 weeks ago by amy
Static website generator inspired by Jekyll , written in python
python
blogging
4 weeks ago by amy
Sage: Open Source Mathematics Software
february 2011 by amy
Sage is a free open-source mathematics software system licensed under the GPL. It combines the power of many existing open-source packages into a common Python-based interface.
mathematics
math
python
software
tools
february 2011 by amy
Book - Natural Language Toolkit
february 2011 by amy
Natural Language Processing with Python
--- Analyzing Text with the Natural Language Toolkit
Steven Bird, Ewan Klein, and Edward Loper
books
nlp
programming
python
--- Analyzing Text with the Natural Language Toolkit
Steven Bird, Ewan Klein, and Edward Loper
february 2011 by amy
Home - GitHub
february 2011 by amy
Dumbo is a project that allows you to easily write and run Hadoop programs in Python (it’s named after Disney’s flying circus elephant, since the logo of Hadoop is an elephant and Python was named after the BBC series “Monty Python’s Flying Circus”). More generally, Dumbo can be considered to be a convenient Python API for writing MapReduce programs.
python
mapreduce
hadoop
february 2011 by amy
mgan59/python-pinboard - GitHub
december 2010 by amy
A Python module to access Pinboard.in via its API.
api
pinboard
python
december 2010 by amy
Free to Choose ebook deal reveals the programmer zeitgeist - O'Reilly Radar
november 2010 by amy
Free to choose #ebook deal from @oreillymedia hints at programmer zeitgeist #bigdata #python #javascript
#python
#javascript
#bigdata
#ebook
python
javascript
bigdata
ebook
from twitter
november 2010 by amy
PyBrain
november 2010 by amy
PyBrain is a modular Machine Learning Library for Python. Its goal is to offer flexible, easy-to-use yet still powerful algorithms for Machine Learning Tasks and a variety of predefined environments to test and compare your algorithms.
...contains algorithms for neural networks, for reinforcement learning (and the combination of the two), for unsupervised learning, and evolution. Since most of the current problems deal with continuous state and action spaces, function approximators (like neural networks) must be used to cope with the large dimensionality. Our library is built around neural networks in the kernel and all of the training methods accept a neural network as the to-be-trained instance. This makes PyBrain a powerful tool for real-life tasks.
libraries
machine_learning
python
...contains algorithms for neural networks, for reinforcement learning (and the combination of the two), for unsupervised learning, and evolution. Since most of the current problems deal with continuous state and action spaces, function approximators (like neural networks) must be used to cope with the large dimensionality. Our library is built around neural networks in the kernel and all of the training methods accept a neural network as the to-be-trained instance. This makes PyBrain a powerful tool for real-life tasks.
november 2010 by amy
joshthecoder's tweepy at master - GitHub
october 2010 by amy
"A python library for the Twitter API. OAuth, python 3, complete coverage, streaming API"
API
python
twitter
thinkup
october 2010 by amy
rg3 / youtube-dl / wiki / Home — bitbucket.org
september 2010 by amy
youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, version 2.x (x being at least 4), and it's not platform specific.
python
utilities
videos
september 2010 by amy
kennethreitz's tablib at master - GitHub
september 2010 by amy
A format-agnostic tabular dataset library for Python
python
libraries
september 2010 by amy
pymacadmin - Project Hosting on Google Code
august 2010 by amy
"A collection of Python utilities for Mac OS X system administration.
The PyMacAdmin project started as a collaboration between Chris Adams and Nigel Kersten to develop a replacement for the unsupported 'kicker' feature included in OS X prior to 10.5. That replacement eventually became crankd, which provides a way to execute Python code or a shell script in response to many system events: network changes, filesystem activity, application launching, etc.
We've also added utilities to create network locations, manage proxy settings or update AirPort passwords using our Keychain wrapper."
python
osx
utilities
The PyMacAdmin project started as a collaboration between Chris Adams and Nigel Kersten to develop a replacement for the unsupported 'kicker' feature included in OS X prior to 10.5. That replacement eventually became crankd, which provides a way to execute Python code or a shell script in response to many system events: network changes, filesystem activity, application launching, etc.
We've also added utilities to create network locations, manage proxy settings or update AirPort passwords using our Keychain wrapper."
august 2010 by amy
webkit2png
august 2010 by amy
webkit2png is a command line tool that creates png screenshots of webpages
osx
utilities
python
august 2010 by amy
The Swinger « Music Machinery
may 2010 by amy
The Swinger: Python script turns any song into swing version via @BoingBoing
audio
music
python
amusements
from twitter_favs
may 2010 by amy
Welcome | ScraperWiki
may 2010 by amy
ScraperWiki code libraries make scraping, parsing and geocoding simple
datamining
api
python
may 2010 by amy
paulhammond's webkit2png at master - GitHub
april 2010 by amy
png screenshots of webpages
python
utilities
april 2010 by amy
Announcing a robust datastore bulk update utility for App Engine - Nick's Blog
march 2010 by amy
I'm pleased to announce the release of bulkupdate, an unoriginally-named library for the App Engine Python runtime that facilitates doing bulk operations on datastore data. With bulkupdate, simple operations like bulk re-puts and bulk deletes are trivial, while more complex operations like schema transitions or even emailing all your users become much simpler.
md
gae
python
utilities
march 2010 by amy
PyPy 1.2 released [LWN.net]
march 2010 by amy
an alternative implementation of the Python interpreter
python
march 2010 by amy
Tornado Web Server
march 2010 by amy
Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure.
The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast. Because it is non-blocking and uses epoll, it can handle thousands of simultaneous standing connections, which means it is ideal for real-time web services. We built the web server specifically to handle FriendFeed's real-time features — every active user of FriendFeed maintains an open connection to the FriendFeed servers. (For more information on scaling servers to support thousands of clients, see The C10K problem.)
See the Tornado documentation for a detailed walkthrough of the framework.
python
scalability
The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast. Because it is non-blocking and uses epoll, it can handle thousands of simultaneous standing connections, which means it is ideal for real-time web services. We built the web server specifically to handle FriendFeed's real-time features — every active user of FriendFeed maintains an open connection to the FriendFeed servers. (For more information on scaling servers to support thousands of clients, see The C10K problem.)
See the Tornado documentation for a detailed walkthrough of the framework.
march 2010 by amy
How Do You Look When Merging Fails ;-) « Andi Albrecht
january 2010 by amy
"...I wrote a little fun script that does almost the same: Just register it as a hg hook and it takes a picture of you exactly at the unique moment when merging fails and it sends it directly and without any further questions to Twitpic and Twitter"
amusements
python
twitter
version_control
january 2010 by amy
Genshi
october 2009 by amy
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web.
python
libraries
web_dev
from delicious
october 2009 by amy
mimesniff - Project Hosting on Google Code
september 2009 by amy
mimesniff, an implementation of the HTML5 content sniffing algorithm: http://code.google.com/p/mimesniff/
twitter_fav
@diveintomark
python
september 2009 by amy
Dive Into Python 3
september 2009 by amy
http://diveintopython3.org/ now downloadable in HTML and PDF. The print edition will hit bookstores on October 16th.
python
books
twitter_fav
@diveintomark
python3
programming
reference
september 2009 by amy
libcloud python library - a unified interface to cloud server providers
july 2009 by amy
libcloud is a standard client library for many popular cloud providers, written in python
cloud_computing
python
libraries
july 2009 by amy
dan's hivelogic-flickrtouchr at master - GitHub
june 2009 by amy
A Python script to grab all your photos from flickr and dump them into a directory, organized into folders by set name.
python
utilities
photography
june 2009 by amy
boscomonkey's collective_intelligence at master - GitHub
june 2009 by amy
Ruby port of the Python code from the book "Programming Collective Intelligence: Building Smart Web 2.0 Applications" by Toby Segaran
ruby
python
algorithms
books
programming
june 2009 by amy
Whoosh
april 2009 by amy
Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python.
python
search
april 2009 by amy
Google searches for holy grail of Python performance - Ars Technica
march 2009 by amy
Google's Python engineers have launched a new project called Unladen Swallow that seeks to improve the performance of the Python programming language. One of the project's goals is to replace the Python virtual machine with an LLVM-based JIT.
computer_languages
optimization
python
google
march 2009 by amy
CherryPy - Trac
august 2008 by amy
CherryPy is a pythonic, object-oriented HTTP framework.
framework
open_source
programming
python
md
gae
august 2008 by amy
related tags
#bigdata ⊕ #ebook ⊕ #Ebooks ⊕ #javascript ⊕ #python ⊕ @diveintomark ⊕ academia ⊕ algorithms ⊕ amazon ⊕ amusements ⊕ analytics ⊕ api ⊕ audio ⊕ australia ⊕ aws ⊕ bigdata ⊕ blog ⊕ blogging ⊕ books ⊕ cloud_computing ⊕ cms ⊕ community ⊕ computer_languages ⊕ computer_science ⊕ computing ⊕ cool ⊕ crowdsourcing ⊕ datamining ⊕ datastore ⊕ data_structures ⊕ design ⊕ development ⊕ django ⊕ ebook ⊕ Ebooks ⊕ ec2 ⊕ email ⊕ framework ⊕ frameworks ⊕ gae ⊕ geocoding ⊕ geolocation ⊕ git ⊕ google ⊕ hadoop ⊕ javascript ⊕ journalism ⊕ json ⊕ kansas ⊕ language ⊕ latex ⊕ lawrence ⊕ libraries ⊕ linguistics ⊕ machine_learning ⊕ mapreduce ⊕ markdown ⊕ math ⊕ mathematics ⊕ md ⊕ music ⊕ mysql ⊕ network ⊕ nlp ⊕ open_source ⊕ optimization ⊕ OSCON ⊕ osx ⊕ photography ⊕ php ⊕ pinboard ⊕ politics ⊕ programming ⊕ publishing ⊕ python ⊖ python3 ⊕ reference ⊕ ruby ⊕ s3 ⊕ scalability ⊕ search ⊕ social_media ⊕ software ⊕ software/social ⊕ technology ⊕ testing ⊕ thinkup ⊕ time_tracking ⊕ tips ⊕ tools ⊕ tutorials ⊕ twitter ⊕ twitter_fav ⊕ utilities ⊕ version_control ⊕ videos ⊕ web_dev ⊕ web_services ⊕ writing ⊕ xml ⊕Copy this bookmark: