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.
Bookmark
Developer Guide [Protocol Buffers]
code.google.com/apis/protocolbuffers/docs/overview.html, posted 2008 by peter in development free google java messaging python reference xml
Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler.
Bookmark
Developer's Guide [Google App Engine]
code.google.com/appengine/docs/, posted 2008 by peter in cloudcomputing development google hosting python reference
This developer's guide contains everything you need to know to build scalable web applications using Google technology.
Bookmark
Taking automated webpage screenshots with embedded Mozilla
www.hackdiary.com/archives/000055.html, posted 2008 by peter in development graphics hack linux mozilla python software webdesign
After finding that there are now python wrappers for GtkMozEmbed, I made my own screenshotter-and-thumbnailer by embedding the Mozilla browser component using a little python script.
|< First < Previous 41–50 (50)