*2011.04.20 16:18:30 python ctypes
*2011.04.19 18:44:06 python ctypes

This can be useful when you need to wrap a C library, which is often needed with older libraries and interfaces to older hardware.

Simple Example: | http://fsckd.com/2009/4/25/simple-python-ctypes-example

Simple Example using Visual Studio: | http://www.lejordet.com/2009/04/simple-python-ctypes-example-in-windows/

This tutorial is very easy to read: | http://donaldkenney.110mb.com/CTYPES.HTM

This is a nice complete tutorial: | http://python.net/crew/theller/ctypes/tutorial.html

 

*2011.04.19 16:45:24 python ctypes

ctypes provide a native way for python to make calls to C libraries.

 

*2011.03.28 19:14:48 python pyobjc links moments_web utc
SimpleCocoaMovie
xcode configure new project - Google Search
Tutorial: Building Configure/Make Projects in Xcode | MacResearch
Understanding Xcode Projects
xcode python - Google Search
An Epic Introduction to PyObjC and Cocoa @ Irrational Exuberance
Epic PyObjC, Part 2: Adding a Library & Bindings @ Irrational Exuberance
Python, XCode and OSX based GUIs « Clark's Tech Blog
pyobjc open window - Google Search
Building Cocoa GUIs in Python with PyObjC, Part Four - Jul 4, 2008
PyObjC/PyObjC Core - Creating your first PyObjC application.
PyObjC/PyObjC Core - Understanding existing PyObjC examples
PyObjC Tutorial
py2app - Google Search
py2app - Create standalone Mac OS X applications with Python
Cocoa with Love: Minimalist Cocoa programming
nsautoreleasepool - Google Search
NSAutoreleasePool Class Reference
AppleScript ObjC - Temperature Converter Demo

 

*2011.03.28 18:32:43 python cross_platform audio wave editor moments_web utc
gstreamer mac - Google Search
GStreamer - Wikipedia, the free encyclopedia
GStreamer installer for MacOSX « codeanticode
GStreamer Mac
OpenSHAPA
VLC media player - Wikipedia, the free encyclopedia
Comparison of video player software - Wikipedia, the free encyclopedia
python video playback - Google Search
Multimedia framework for video playback in a GUI application? - Stack Overflow
AudioVideo - PythonInfo Wiki
Audio - PythonInfo Wiki
WebHome < MLT < MLT Wiki
Features < MLT < MLT Wiki
Download MLT - Media Lovin' Toolkit from SourceForge.net
jokosher mac - Google Search
SoX - Review Product price, operating system support, Mac OS X - Pikimal
SoX - Sound eXchange | HomePage
Download — Traverso DAW
ardour - the digital audio workstation
Audacity vs Jokosher in Sound Editing Software. Compare features, reviews, ratings.
Jokosher » Download
Playing and pausing a video with the Python API? - boxee :: forums
Best video manipulation library for python? - Stack Overflow
How to programmatically blur an area in a movie (in python) ? - Stack Overflow
Welcome - OpenCV Wiki
Introduction — opencv v2.1 documentation

 

*2011.03.15 21:25:44 python media player moments_web utc
miro api - Google Search
DIY Media Center with Miro « Miro – Internet TV Blog
Miro Video Player | Using Miro
Miro Video Player | FAQ
xbmc python api - Google Search
Python Development - XBMC
HOW-TO write Python Scripts - XBMC
XBMC
Downloads | XBMC
open source media player - Google Search
open source media player - Google Search
Open Source Media Player in jQuery & HTML5 | Web Resources | WebAppers
open source media player - Google Search
Five Best Video Players
VideoLAN - Official page for VLC media player, the Open Source video framework!
Songbird - Developer Center
Webpage API - Songbird Wiki
Getting Started - Songbird Wiki
Building Media Views - Songbird Wiki
MPlayer - The Movie Player
mplayer python api - Google Search
MPlayer - The Movie Player
Access mplayer (slave mode) from python « Python recipes « ActiveState Code
python-mplayer - Lightweight Python wrapper for MPlayer - Google Project Hosting
Player - python-mplayer - Lightweight Python wrapper for MPlayer - Google Project Hosting

 

*2011.03.10 13:55:31 python pycon websockets realtime hookbox 20110307
*2011.03.10 13:50:54 python pycon natural_language 20110307
*2011.03.10 13:48:44 python pycon frameworks pylons flask 20110307
*2011.03.10 13:46:42 python pycon cloud parallel gae mapreduce distributed celery 20110307
*2011.03.10 13:38:08 python pycon testing selenium scrape 20110307
*2011.03.10 13:34:28 python pycon 20110307

the pycon talks that look interesting:

https://www.google.com/voice/b/0#inbox | http://us.pycon.org/2011/home/ | http://us.pycon.org/2011/speaker/ | http://us.pycon.org/2011/schedule/lists/posters/ | http://us.pycon.org/2011/schedule/presentations/250/ | http://us.pycon.org/2011/schedule/ | http://us.pycon.org/2011/schedule/presentations/246/ | http://us.pycon.org/2011/schedule/presentations/208/ | http://us.pycon.org/2011/schedule/presentations/88/ | http://us.pycon.org/2011/schedule/presentations/82/ | http://us.pycon.org/2011/schedule/presentations/263/ | http://us.pycon.org/2011/schedule/presentations/58/ | http://us.pycon.org/2011/schedule/presentations/222/ | http://us.pycon.org/2011/schedule/presentations/54/ | http://us.pycon.org/2011/schedule/presentations/37/ | http://us.pycon.org/2011/schedule/presentations/248/ | http://us.pycon.org/2011/schedule/presentations/14/ | http://us.pycon.org/2011/schedule/presentations/60/ | http://us.pycon.org/2011/schedule/presentations/238/ | http://us.pycon.org/2011/schedule/presentations/267/ | http://us.pycon.org/2011/schedule/presentations/170/ | http://us.pycon.org/2011/schedule/presentations/121/ | http://us.pycon.org/2011/schedule/presentations/216/ | http://us.pycon.org/2011/schedule/presentations/21/ | http://us.pycon.org/2011/schedule/presentations/198/ | http://us.pycon.org/2011/schedule/presentations/33/ | http://us.pycon.org/2011/schedule/presentations/249/ | http://hookbox.org/docs/intro.html | http://us.pycon.org/2011/schedule/presentations/1/ | http://us.pycon.org/2011/schedule/presentations/41/

 

*2011.02.10 14:57:54 python links setuptools distribute python3 20110209
*2011.02.09 07:09:04 python blender scripting links 20110209
*2011.02.05 10:19:33 python links monitoring chron cron pymon 20110203
*2011.01.29 01:13:45 python testing web_test links 20110119
*2011.01.28 23:30:27 python complete testing web_test 20110119

testing should be very helpful I like the approach of urllib tests for JSON requests and responses easy enough to create and verify that way

requested [2011.01.28 08:52:15] just use a basic urllib2 script for testing since we're not always getting full results (nor are the forms obvious)

requested [2011.01.26 19:38:37] look up test notes (merged with communicate?)

requested [2011.01.26 19:35:28] write a super simple jquery script callable from the web with test functions for scorelogger app that way those won't need to change so often and functionality can be tested.

could also use any form of other testing: windmill, other simplified python scripts that way will know if the app server is behaving correctly or if the client is behaving correctly

 

*2011.01.28 15:37:20 python windows 20110119

making items launchable had some trouble with 2.7.1 using 2.6.6 after uninstalling 2.7.1 needed to reinstall 2.6.6 to get double click to work | http://docs.python.org/faq/windows.html#how-do-i-make-python-scripts-executable

 

*2011.01.26 23:10:58 python testing

for web based testing, check various scrape notes... it's a very similar process these are currently part of the communicate module (in the works)

/c/communicate/code/communicate/scrape/scrape-notes.txt twill and windmill are two favorites for this task

 

*2011.01.25 15:26:36 python pyglet complete

requested [2011.01.18 11:43:13] look into status of Pyglet and Cocoa / Objective C also [2011.01.24 14:55:14] recent thread (today) on pyglet-users on updating... sounds like there are some issues with PyObjC bridge itself... not able to go full screen(!)

 

*2011.01.25 11:49:55 python pyglet

download the cocoa-port branch for pyglet investigate differences view approaches for opening a window context there.

also [2011.01.25 14:47:53] hg clone https://pyglet.googlecode.com/hg/ pyglet-cocoa cd pyglet-cocoa #to switch to cocoa-port: hg update cocoa-port

python /c/moments/moments/scripts/diff_directories.py /c/downloads/python-testing/pyglet-cocoa/ /c/downloads/python-testing/pyglet-hg/

 

*2011.01.18 19:16:26 python pyramid pylons web_application framework moments_web utc

Pylons is becoming Pyramid which is based on repoze.bfg framework. Good to know if one of the larger frameworks are needed in the future.

pyramid python - Google Search
Python Package Index : pyramid 1.0a1
The Pylons Project Documentation — The Pylons Project Documentation v0.0
The Pyramid Web Application Development Framework — The Pyramid Web Application Development Framework v1.0a9
Installing Pyramid — The Pyramid Web Application Development Framework v1.0a9
Running Pyramid on Google’s App Engine — The Pyramid Web Application Development Framework v1.0a9
Log in to your Bitbucket Account

 

*2011.01.07 13:54:26 python oauth oauth2 authentication 20110104
*2010.12.30 20:02:37 python web_browser

see also communicate/converse/web_request.py

 

*2010.12.10 11:38:55 python web_server bottle flask microframeworks
WebFrameworks - PythonInfo Wiki
Bottle: Python Web Framework — Bottle v0.9.dev documentation
Tutorial — Bottle v0.9.dev documentation
SimpleTemplate Engine — Bottle v0.9.dev documentation
defnull/bottle - GitHub
Welcome | Flask (A Python Microframework)

 

*2010.12.08 17:43:22 python web_server
*2010.12.02 12:50:58 python interactive interactive_mode

how to load a script and then go in to interactive mode with python: python -i script_name_to_load.py

 

*2010.11.29 20:52:03 python ide editor bespin javascript

bespin for online code editing in the cloud by mozillalabs.

 

*2010.11.29 20:50:12 python web_server

see /c/scripts/web_server.py

 

*2010.11.10 18:55:17 python web_browser

see also scrape notes scrape-webtest.txt

 

*2010.10.12 15:42:37 python google_app_engine setup run app

once you have some start in place, run it using: /c/downloads/python/google_appengine/dev_appserver.py [options] <application root directory> /c/downloads/python/google_appengine/dev_appserver.py .

#for a different port: /c/downloads/python/google_appengine/dev_appserver.py --port 8081 application/

 

*2010.10.11 09:29:35 python google_app_engine setup publish

once you have something kind of working, it is fine to go ahead and push it out. Google makes this easy: /c/downloads/python/google_appengine/appcfg.py update application/

 

*2010.10.11 09:29:19 python google_app_engine setup

(splitting entry)

can eventually think about adding an interface to each of the models you created

consider process used in pose, consider process used in subcircuit

frameworks also start you with a template.

 

*2010.09.20 19:57:06 python svg processing procedural_graphics
*2010.09.20 19:56:33 python svg interface
svg interface python - Google Search
100 - Powered by Google Docs
Draw SVG Images In Python « Python recipes « ActiveState Code
Sunburnt: a python-solr interface | Timetric Blog
Welcome to Solr
hacker.org :: View topic - SVG interface
Building an SVG interface to MediaWiki
Who Knew Whom
ThinkingCactus
Repositories — bitbucket.org
bwalkin — bitbucket.org
bwalkin / BWToolkit / overview — bitbucket.org
trevor / timebook / overview — bitbucket.org
alexg / SyntaxHighlighter / overview — bitbucket.org
tmatsuo / kay / overview — bitbucket.org
March / Astinus / overview — bitbucket.org
svg interface site:bitbucket.org - Google Search
segfaulthunter / pypentago-mainline / overview — bitbucket.org
The Largemind Production Blog
paniq — bitbucket.org
paniq / Eintopf / overview — bitbucket.org
paniq / Halebopp / source — bitbucket.org
Source - halebopp - Description how to obtain the projects source code. - Project Hosting on Google Code
Leonard Ritter - Genius, Polymath, Connoisseur of Caffeine!

 

*2010.09.20 19:54:44 python svg format
python drawing - Google Search
Skencil, a vector drawing program
Python - Best library for drawing - Stack Overflow
python svg - Google Search
svg diagrams using python - Stack Overflow
pySVG - creating svg with python
codeboje.de : Browsing articles by Tag natural
svg format - Google Search
Scalable Vector Graphics - Wikipedia, the free encyclopedia
Scalable Vector Graphics - Wikipedia, the free encyclopedia
Synchronized Multimedia Integration Language - Wikipedia, the free encyclopedia
learn svg format - Google Search
inkscape dependencies - Google Search
Tracking Dependencies - Inkscape Wiki

 

*2010.09.20 19:54:04 python svg animation
*2010.09.20 19:53:28 python svg pyglet
*2010.09.20 19:52:47 python svg callback
*2010.09.20 19:46:31 python svg links
*2010.09.20 19:46:20 python graphic_libraries

see also: svg.txt

 

*2010.09.20 16:23:47 python documentation sphinx install

sudo easy_install sphinx

 

*2010.09.16 10:25:42 python google_app_engine setup

If you're using the SDK application on Windows or Mac, you can use that to create a new app and configuration file. Other wise just create the files manually or start from a template:

cp /c/downloads/python/google_appengine/demos/guestbook/* /path/to/new/application/ edit app.yaml, change application name, change handlers->script (server.py) rename guestbook.py to server.py mv guestbook.py server.py edit server.py

other demos available: | http://code.google.com/p/google-app-engine-samples/ | http://code.google.com/p/google-app-engine-samples/wiki/GoogleAppEngineSamples

or

find a very simple "hello world" application to use as a template | http://code.google.com/appengine/docs/python/gettingstarted/helloworld.html

 

*2010.09.06 20:50:46 python google_app_engine setup model

With a simple app foundation in place, convert the model to use the db.Model supplied by Google App Engine, and the various db.Properties.

after converting the model to the best of your ability, add it in to a new google app engine application. Don't worry about a framework at this stage. Can always migrate to that later as the need dictates.

(this assumes you've created an account on google app engine, and have downloaded the SDK somewhere locally... see below for notes on these steps)

 

*2010.09.06 20:49:34 python google_app_engine setup

I find it easier to just start with pure python and define some models that way. See: /c/scripts/new-application.py

and also: /c/scripts/template_script.py /c/scripts/test_sample.py

 

*2010.09.06 20:45:52 python google_app_engine instances setup app_engine

/c/technical/python/google_app_engine/instances.txt /c/technical/python/google_app_engine/setup.txt

 

*2010.08.30 13:56:36 python google_app_engine setup fresh_start

you may also need to download the SDK if you're on a new machine | http://code.google.com/appengine/downloads.html

otherwise:

 

*2010.08.04 19:40:35 python math science octave

have been looking into ways to easily run MATLAB code in python. I tried out OMPC, but it was to alpha (and beyond my level to be able to help out)

Raj mentioned Octave last weekend. Thanks Raj! Not sure why I never thought to look for an open source version of Matlab. Hopefully it will help out in seeing what available code does when working to port it.

 

*2010.07.18 17:39:38 python google_app_engine setup

if you already have an app engine account, these links should suffice:

App Engine Python Overview - Google App Engine - Google Code
Getting Started: Python - Google App Engine - Google Code
Uploading and Managing a Python App - Google App Engine - Google Code

 

*2010.07.16 11:45:37 python google_app_engine journal tipfy links
google app engine framework python - Google Search
Google App Engine - Wikipedia, the free encyclopedia
AppEngineFrameworks - tipfy - Project Hosting on Google Code
Which python framework is best for web development in google app engine? - Stack Overflow
tipfy - Project Hosting on Google Code
tipfy.org
Installation - tipfy.org
Tutorials - tipfy.org
User Authentication Tutorial - tipfy.org
Hello, World! Tutorial - tipfy.org
Welcome to Tipfy’s documentation! — Tipfy v0.5.4 documentation
tipfy.ext.db — Tipfy v0.5.4 documentation
tipfy.ext.blobstore — Tipfy v0.5.4 documentation
tipfy.ext.mako — Tipfy v0.5.4 documentation
werkzeug - Google Search
Welcome // Werkzeug
Mako Templates for Python
pytz - Google Search

 

*2010.07.16 11:44:01 python pyjamas journal links
wiki
Pyjamas Examples
Pyjamas Web Widget Set | Download Pyjamas Web Widget Set software for free at SourceForge.net
Re Problem with JSONRPC and pyjd - pyjamas-dev | Google Groups
pyjamas desktop - Google Search
Advogato: Pyjamas - Python Applications for Desktop and Web
pyjamas desktop - Google Search
Issue 398 - pyjamas - Ubuntu 10.04 removed a critical dependency package for pyjd (python-hulahop) - Project Hosting on Google Code
[ubuntu] Can't find python-hulahop in 10.04 - Ubuntu Forums
olpc python hulahop - mozilla.dev.tech.xpcom | Google Groups

 

*2010.07.16 11:43:34 python pyjamas journal desktop
*2010.07.16 11:25:20 python pyjamas journal links olpc sugar_labs hulahop
pyjamas - Google Search
Pyjamas - Python Javascript Compiler, Desktop Widget Set and RIA Web Framework
pyjamas
Pyjamas - Python Javascript Compiler, Desktop Widget Set and RIA Web Framework
The ui Module Class Hierarchy
pyjamas-0.7.tgz - pyjamas - Pyjamas 0.7 Release - Project Hosting on Google Code
Pyjamas Book
Addons Gallery
python-hulahop - Google Search
HulaHop - OLPC
Tree for mainline in hulahop - Gitorious
Sugar Labs—learning software for children
Downloads - Sugar Labs
Supported systems - Sugar Labs
Community/Distributions/Ubuntu - Sugar Labs
UbuntuSugarRemix - Ubuntu Wiki
Community/Distributions/Debian - Sugar Labs

 

*2010.07.16 10:07:41 python pyjamas todo

general way to convert area ui to other ui libraries meta UI code generator

 

*2010.07.11 22:17:56 python google_app_engine setup mako

consider moving mako in to project too

 

*2010.07.11 21:58:36 python google_app_engine setup deploy

based on: | http://code.google.com/appengine/docs/python/gettingstarted/uploading.html

/c/sites/google_app_engine/google_appengine/appcfg.py update /c/sites/moments-web/project/app

 

*2010.07.11 21:48:50 python google_app_engine setup

so far not able to get anything to run with 2.5

 

*2010.07.11 20:38:26 python google_app_engine setup path

update the python path at the start of the dev_appserver.py script if you've installed python2.5 so that it is not the default python instance

sudo chmod 777 google_appengine/dev_appserver.py

#!/usr/bin/python2.5

also [2010.07.11 21:07:33] having trouble getting things to run with stock build of 2.5 it at least launched with 2.6

 

*2010.07.11 20:33:37 python google_app_engine setup frameworks

other GAE framework options | http://www.google.com/#hl=en&source=hp&q=google+app+engine+framework+python&aq=3m&aqi=g1g-m7&aql=&oq=app+engine+frame&gs_rfai=C4aozyko6TIDMN4-GNKHCgNoMAAAAqgQFT9CPsTk&gs_upl=5877%2C3119%2C11%2C4%2C295%2C991%2C0%2C6%2C1%2C0%2C1%2C1%2C1&fp=c401d881a5ff002f | google app engine framework python - Google Search | http://en.wikipedia.org/wiki/Google_App_Engine | Google App Engine - Wikipedia, the free encyclopedia | http://code.google.com/p/tipfy/wiki/AppEngineFrameworks | AppEngineFrameworks - tipfy - Project Hosting on Google Code | http://stackoverflow.com/questions/70913/which-python-framework-is-best-for-web-development-in-google-app-engine | Which python framework is best for web development in google app engine? - Stack Overflow | http://code.google.com/p/tipfy/ | tipfy - Project Hosting on Google Code | http://www.tipfy.org/ | tipfy.org | http://www.tipfy.org/docs/ | Welcome to Tipfy’s documentation! — Tipfy v0.5.4 documentation | http://www.tipfy.org/wiki/tutorials/hello-world/ | Hello, World! Tutorial - tipfy.org

 

*2010.07.11 19:01:12 python google_app_engine setup python2.5

tipfy mentions to make sure you have 2.5 installed on your system to avoid strange errors down the road

download and install zlib from source before compiling python source: | http://www.zlib.net/

sudo apt-get install libssl-dev

for ubuntu, this is a good reference for installing from source: | http://welcometoubuntu.blogspot.com/2010/05/howto-install-python-255-on-ubuntu-1004.html

which says:

sudo apt-get install build-essential gcc cd Downloads wget http://www.python.org/ftp/python/2.5.5/Python-2.5.5.tgz tar -xvzf Python-2.5.5.tgz cd Python-2.5.5 ./configure --prefix=/usr/local/python2.5 make make test sudo make install sudo ln -s /usr/local/python2.5/bin/python /usr/bin/python2.5

setuptools: sudo bash setuptools-0.6c11-py2.5.egg /usr/local/python2.5/bin/easy_install-2.5

sudo /usr/local/python2.5/bin/easy_install-2.5 pyopenssl

also [2010.07.11 21:29:47] sudo /usr/local/python2.5/bin/easy_install-2.5 ssl needed to download this manually | http://pypi.python.org/pypi/ssl

tar zxvf ssl-1.15.tar.gz sudo python2.5 setup.py install

Go to ${PYTHON_HOME}/lib/python2.4/site-packages/ssl and delete the __init__.pyc file. Now fire up a Python shell and try "import ssl" again.

still getting AttributeError: 'module' object has no attribute 'HTTPSHandler'

 

*2010.07.11 18:50:15 python google_app_engine setup framework tipfy

consider using a python framework for GAE specifically

I'm trying out tipfy

tar zxvf tipfy.0.5.9.build.tar.gz

dev_appserver.py /

 

*2010.07.11 18:02:51 python google_app_engine setup code

try to think about adapting the use case you created in your test to a simple web based form if that is too involved, start with just creating a single new entity of a simple model and show those results.

 

*2010.07.11 18:02:30 python google_app_engine setup links

more links

App Engine Python Overview - Google App Engine - Google Code
Getting Started: Python - Google App Engine - Google Code
Uploading and Managing a Python App - Google App Engine - Google Code

 

*2010.07.11 16:52:32 python google_app_engine setup download SDK extract install

download google SDK: | http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Python

#standarizing on location: /c/downloads/python

unzip google_appengine_1.3.5.zip #resulting in: /c/downloads/python/google_appengine

install Google App Engine SDK view documentation: /c/sites/google_app_engine/google_appengine/README

 

*2010.07.11 16:50:25 python google_app_engine setup links
*2010.07.11 16:47 python google_app_engine setup agreement
  1. Your Agreement with Google

1.1. Your use of the Google App Engine service (the "Service") is governed by this agreement (the "Terms"). "Google" means Google Inc., located at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States, and its subsidiaries or affiliates involved in providing the Service.

1.2. In order to use the Service, you must first agree to the Terms. You can agree to the Terms by actually using the Service. You understand and agree that Google will treat your use of the Service as acceptance of the Terms from that point onwards.

1.3. You may not use the Service if you are a person barred from receiving the Service under the laws of the United States or other countries including the country in which you are resident or from which you use the Service. You affirm that you are over the age of 13, as the Service is not intended for children under 13. 2. Your Account and Use of the Service

2.1. You must provide accurate and complete registration information any time you register to use the Service. You are responsible for the security of your passwords and for any use of your account. If you become aware of any unauthorized use of your password or of your account, you agree to notify Google immediately.

2.2. Your use of the Service must comply with all applicable laws, regulations and ordinances, including any laws regarding the export of data or software. You agree not to use the Service in the design, development, production, or use of missiles or the design, development, production, stockpiling, or use of chemical or biological weapons. You agree not to use the XMPP API to operate or to enable any telecommunications service or in connection with any applications that allow users to place calls to or receive calls from any public switched telephone network.

2.3. You agree not to (a) access (or attempt to access) the administrative interface of the Service by any means other than through the interface that is provided by Google in connection with the Service, unless you have been specifically allowed to do so in a separate agreement with Google, or (b) engage in any activity that interferes with or disrupts the Service (or the servers and networks which are connected to the Service). 3. Service Policies and Privacy

3.1. You agree to comply with the Google App Engine Program Policies included available at http://code.google.com/appengine/program_policies.html (or such URL as Google may provide) (the "Program Policies") which is incorporated herein by this reference and which may be updated from time to time.

3.2. The Service shall be subject to the privacy policy for the Service available at http://code.google.com/appengine/privacy.html (or such URL as Google may provide), which references and incorporates Google's privacy policy available at http://www.google.com/privacy.html. You agree to the use of your data in accordance with Google's privacy policies.

3.3. You agree that you will protect the privacy and legal rights of the users of your application. You must provide legally adequate privacy notice and protection for those users. To do so, at a minimum, you must incorporate the privacy terms available at http://code.google.com/appengine/privacy.html into the privacy policy for your application. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application and to Google.

3.4. If the user provides you with Google Account information, you may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so. 4. Fees for Use of the Service

4.1. Subject to the Terms, the Service is provided to you without charge up to certain quotas. These quotas will be known as the "Fee Threshold" and can be found here.

4.2. A bill will be issued to your online account for all charges accrued in excess of the Fee Threshold. For use of the Service in excess of any portion of the Fee Threshold, you shall be responsible for all charges up to the amount set in your online account, and shall pay all charges in U.S. Dollars or in such other currency as agreed to in writing by the parties. Unless agreed to by the parties in writing, you shall pay all charges in accordance with the payment terms in the Service FAQ. Late payments may bear interest at the rate of 1.5% per month (or the highest rate permitted by law, if less). Charges are exclusive of taxes. You are responsible for paying all taxes and government charges, and all reasonable expenses and attorneys fees Google incurs collecting late amounts. To the fullest extent permitted by law, you waive all claims relating to charges unless claimed within 60 days after the charge (this does not affect your credit card issuer rights). Charges are solely based on Google's measurements of your use of the Service, unless otherwise agreed to in writing. To the fullest extent permitted by law, refunds (if any) are at the discretion of Google and only in the form of credit for the Service. Nothing in these Terms obligates Google to extend credit to any party. You acknowledge and agree that any credit card and related billing and payment information that you provide to Google may be shared by Google with companies who work on Google's behalf, such as payment processors and/or credit agencies, solely for the purposes of checking credit, effecting payment to Google and servicing your account. Google may also provide information in response to valid legal process, such as subpoenas, search warrants and court orders, or to establish or exercise its legal rights or defend against legal claims. Google shall not be liable for any use or disclosure of such information by such third parties. Google reserves the right to discontinue the provision of the Service to you for any late payments.

4.3. Google may change its fees and payment policies for the Service with ninety (90) days prior notice. However, Google may change the Fee Threshold limits at its discretion. Changes to the fees or payment policies will be posted in the Service FAQ or at http://code.google.com/appengine/terms.html (or such other URL Google may provide from time to time). Any outstanding balance becomes immediately due and payable upon termination of the Terms for any reason.

4.4. You may not develop multiple Applications to simulate or act as a single Application or otherwise access the Service in a manner intended to avoid incurring fees. 5. Content in the Service and Take Down Obligations

5.1. You understand that all information (such as data files, written text, computer software, music, audio files or other sounds, photographs, videos or other images) to which you may have access as part of, or through your use of, the Service are the sole responsibility of the person from which such content originated. All such information is referred to below as the "Content." The term Content shall specifically exclude the web application that you create using the Service and any source code written by you to be used with the Service (collectively, the "Application").

5.2. Google reserves the right (but shall have no obligation) to pre-screen, review, flag, filter, modify, refuse or remove any or all Content from the Service. You agree to immediately take down any Content that violates the Program Policies, including pursuant to a take down request from Google. In the event that you elect not to comply with a request from Google to take down certain Content, Google reserves the right to directly take down such Content or to disable the Application.

5.3. In the event that you become aware of any violation of the Program Policies by an end user of the Application, you shall immediately terminate such end user's account on your Application. Google reserves the right to terminate end user Google accounts or disable the Application in response to a violation or suspected violation of the Program Policies.

5.4. You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) the Application or any Content that you create, transmit or display while using the Service and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.

5.5. You agree that Google has no responsibility or liability for the deletion or failure to store any Content and other communications maintained or transmitted through use of the Service. You further acknowledge that you are solely responsible for securing and backing up your Application and any Content. 6. Proprietary Rights

6.1. You acknowledge and agree that Google (or Google's licensors) own all legal right, title and interest in and to the Service, including any intellectual property rights which subsist in the Service (whether those rights happen to be registered or not, and wherever in the world those rights may exist).

6.2. Unless you have agreed otherwise in writing with Google, nothing in the Terms gives you a right to use any of Google's trade names, trade marks, service marks, logos, domain names, and other distinctive brand features.

6.3. Except as provided in Section 8, Google acknowledges and agrees that it obtains no right, title or interest from you (or your licensors) under these Terms in or to any Content or the Application that you create, submit, post, transmit or display on, or through, the Service, including any intellectual property rights which subsist in that Content and the Application (whether those rights happen to be registered or not, and wherever in the world those rights may exist). Unless you have agreed otherwise in writing with Google, you agree that you are responsible for protecting and enforcing those rights and that Google has no obligation to do so on your behalf. 7. License from Google and Restrictions

7.1. Google gives you a personal, worldwide, royalty-free, non-assignable and non-exclusive license to use the software provided to you by Google as part of the Service as provided to you by Google (referred to as the "Google App Engine Software" below). This license is for the sole purpose of enabling you to use and enjoy the benefit of the Service as provided by Google, in the manner permitted by the Terms.

7.2. You may not (and you may not permit anyone else to): (a) copy, modify, create a derivative work of, reverse engineer, decompile or otherwise attempt to extract the source code of the Google App Engine Software or any part thereof, unless this is expressly permitted or required by law, or unless you have been specifically told that you may do so by Google, in writing (e.g., through an open source software license); (b) attempt to disable or circumvent any security mechanisms used by the Service or any Application; (c) use the Service to create an Application that performs a malicious activity, including but not limited to spamming users, harvesting usernames and passwords, performing unauthorized scans of machines or ports or creating DoS attacks; or (d) upload or otherwise process any malicious content to or through the Service.

7.3. Unless Google has given you specific written permission to do so (e.g., through an open source software license), you may not assign (or grant a sub-license of) your rights to use the Google App Engine Software, grant a security interest in or over your rights to use the Google App Engine Software, or otherwise transfer any part of your rights to use the Software.

7.4. Open source software licenses for components of the Service released under an open source license constitute separate written agreements. To the limited extent that the open source software licenses expressly supersede these Terms, the open source licenses govern your agreement with Google for the use of the components of the Service released under an open source license. 8. License from You

8.1. Google claims no ownership or control over any Content or Application. You retain copyright and any other rights you already hold in the Content and/or Application, and you are responsible for protecting those rights, as appropriate. By submitting, posting or displaying the Content on or through the Service you give Google a worldwide, royalty-free, and non-exclusive license to reproduce, adapt, modify, translate, publish, publicly perform, publicly display and distribute such Content for the sole purpose of enabling Google to provide you with the Service in accordance with its privacy policy. Furthermore, by creating an Application through use of the Service, you give Google a worldwide, royalty-free, and non-exclusive license to reproduce, adapt, modify, translate, publish, publicly perform, publicly display and distribute such Application for the sole purpose of enabling Google to provide you with the Service in accordance with its privacy policy.

8.2. You agree that Google, in its sole discretion, may use your trade names, trademarks, service marks, logos, domain names and other distinctive brand features in presentations, marketing materials, customer lists, financial reports and Web site listings (including links to your website) for the purpose of advertising or publicizing your use of the Service. 9. Software Updates

9.1. The Software which you use may automatically download and install updates from time to time from Google. These updates are designed to improve, enhance and further develop the Service and may take the form of bug fixes, enhanced functions, new software modules and completely new versions. You agree to receive such updates (and permit Google to deliver these to you) as part of your use of the Service. 10. Modification and Termination of the Service

10.1. Google is constantly innovating in order to provide the best possible experience for its users. You acknowledge and agree that the form and nature of the Service which Google provides may change from time to time without prior notice to you, subject to the terms in Sections 4.3 and 10.2. Changes to the form and nature of the Service will be effective with respect to all versions of the Service (including the Deprecated Version of the Service); examples of changes to the form and nature of the Service include without limitation changes to fee and payment policies, security patches, added functionality, and other enhancements.

10.2. If Google in its discretion chooses to cease providing the current version of the Service whether through discontinuation of the Service or by upgrading the Service to a newer version, the current version of the Service will be deprecated and become the Deprecated Version of the Service. Google will issue an announcement if the current version of the Service will be deprecated. For a period of 3 years after an announcement (the “Deprecation Period”), Google will use commercially reasonable efforts to continue to operate the Deprecated Version of the Service and to respond to problems with the Deprecated Version of the Service deemed by Google in its discretion to be critical. During the Deprecation Period, no new features will be added to the Deprecated Version of the Service.

Google reserves the right in its discretion to cease providing all or any part of the Deprecated Version of the Service immediately without any notice if:

  1. you have breached any provision of the Terms (or have acted in manner that clearly shows that you do not intend to, or are unable to comply with the provisions of the Terms); or
  2. Google is required to do so by law (for example, due to a change to the law governing the provision of the Deprecated Version of the Service); or
  3. the Deprecated Version of the Service relies on data or services provided by a third party partner and the relationship with such partner (i) has expired or been terminated or (ii) requires Google to change the way Google provides the data or services through the Deprecated Version of the Service; or
  4. providing the Deprecated Version of the Service could create a substantial economic burden as determined by Google in its reasonable good faith judgment; or
  5. providing the Deprecated Version of the Service could create a security risk or material technical burden as determined by Google in its reasonable good faith judgment.

At any time prior to discontinuing the current version of the Service or upgrading to a new version of the Service, Google may, in its discretion as part of its continuing innovation to provide the best possible experience for its users, label certain features or functionality of the Service as "experimental." This Section 10.2 of the Terms will not apply to any features or functionality labeled as "experimental."

This Section 10.2 of the Terms also will not apply to the Google App Engine Software (as defined in Section 7.1).

10.3. You may discontinue your use of the Service at any time. Google may, at any time, terminate your use of the Service if (A) you have breached any provision of the Terms (or have acted in manner that clearly shows that you do not intend to, or are unable to comply with the provisions of the Terms); or (B) Google is required to do so by law (for example, due to a change to the law governing the provision of the Service); or (C) the Service relies on data or services provided by a third party partner and the relationship with such partner (i) has expired or been terminated or (ii) requires Google to change the way Google provides the data or services through the Service; or (D) providing the Service could create a substantial economic burden as determined by Google in its reasonable good faith judgment; or (E) providing the Service could create a security risk or material technical burden as determined by Google in its reasonable good faith judgment.

10.4. If Google suspends or terminates your use of the Service with cause (or you voluntarily discontinue your use of the Service), you will have access to, and the ability to export, your Content for a period of ninety (90) days following such suspension or termination. Fees will continue to be assessed for usage of the Service in excess of any portion of the Fee Threshold during the 90 day period. Notwithstanding the foregoing, the rights set forth in this Section 10.4 are subject to your payment of any outstanding fees due upon and after termination for your use of the Service.

10.5. Upon any termination of the Service under Sections 4 or 10 , these Terms will also terminate, but Sections 6.1, 11, 12, 13, and 17 shall continue to be effective after these Terms are terminated. 11. EXCLUSION OF WARRANTIES

11.1. NOTHING IN THESE TERMS, INCLUDING SECTIONS 11 AND 12, SHALL EXCLUDE OR LIMIT GOOGLE'S WARRANTY OR LIABILITY FOR LOSSES WHICH MAY NOT BE LAWFULLY EXCLUDED OR LIMITED BY APPLICABLE LAW.

11.2. YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SERVICE IS AT YOUR SOLE RISK AND THAT THE SERVICE IS PROVIDED "AS IS" AND "AS AVAILABLE."

11.3. GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS MAKE NO EXPRESS WARRANTIES AND DISCLAIM ALL IMPLIED WARRANTIES REGARDING THE SERVICE INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. WITHOUT LIMITING THE GENERALITY OF THE FOREGOING, GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS DO NOT REPRESENT OR WARRANT TO YOU THAT: (A) YOUR USE OF THE SERVICE WILL MEET YOUR REQUIREMENTS, (B) YOUR USE OF THE SERVICE WILL BE UNINTERRUPTED, TIMELY, SECURE OR FREE FROM ERROR, AND (C) USAGE DATA PROVIDED THROUGH THE SERVICE WILL BE ACCURATE. 12. LIMITATION OF LIABILITY

12.1. SUBJECT TO SECTION 11.1 ABOVE, YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL CONSEQUENTIAL OR EXEMPLARY DAMAGES WHICH MAY BE INCURRED BY YOU, HOWEVER CAUSED AND UNDER ANY THEORY OF LIABILITY. THIS SHALL INCLUDE, BUT NOT BE LIMITED TO, ANY LOSS OF PROFIT (WHETHER INCURRED DIRECTLY OR INDIRECTLY), ANY LOSS OF GOODWILL OR BUSINESS REPUTATION, ANY LOSS OF DATA SUFFERED, COST OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR OTHER INTANGIBLE LOSS.

12.2. THE LIMITATIONS ON GOOGLE'S LIABILITY TO YOU IN PARAGRAPH 12.1 ABOVE SHALL APPLY WHETHER OR NOT GOOGLE HAS BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING. 13. Indemnification

13.1. You agree to hold harmless and indemnify Google, and its subsidiaries, affiliates, officers, agents, employees, advertisers, licensors, suppliers or partners, (collectively "Google and Partners") from and against any third party claim arising from or in any way related to (a) your breach of the Terms, (b) your use of the Service, (c) your violation of applicable laws, rules or regulations in connection with the Service, or (d) your Content or your Application, including any liability or expense arising from all claims, losses, damages (actual and consequential), suits, judgments, litigation costs and attorneys' fees, of every kind and nature. In such a case, Google will provide you with written notice of such claim, suit or action. 14. Policies Regarding Copyright and Trademarks

14.1. You agree to set up a process to respond to notices of alleged infringement that comply with the United States' Digital Millennium Copyright Act ("DMCA notices"). It is Google's policy to respond to DMCA notices or other applicable copyright laws and to terminate the accounts of repeat infringers. We reserve the right to take down content in your Application or, if necessary, the Application itself upon receipt of a valid DMCA notice. For more information, please go to http://www.google.com/dmca.html.

14.2. For information regarding our trademark complaint procedure, please go to http://www.google.com/tm_complaint.html. Any use of Google's trade names, trademarks, service marks, logos, domain names, and other distinctive brand features must be in compliance with the Terms and in compliance with Google's then current Brand Feature use guidelines, and any content contained or reference therein, which may be found at the following URL: http://www.google.com/permissions/guidelines.html (or such other URL Google may provide from time to time). 15. Other Content

15.1. The Services may include hyperlinks to other web sites or content or resources or email content. Google may have no control over any web sites or resources which are provided by companies or persons other than Google.

15.2. You acknowledge and agree that Google is not responsible for the availability of any such external sites or resources, and does not endorse any advertising, products or other materials on or available from such web sites or resources.

15.3. You acknowledge and agree that Google is not liable for any loss or damage which may be incurred by you or users of your Application as a result of the availability of those external sites or resources, or as a result of any reliance placed by you on the completeness, accuracy or existence of any advertising, products or other materials on, or available from, such web sites or resources. 16. Changes to the Terms

16.1. Google may make changes to the Terms from time to time. When these changes are made, Google will make a new copy of the Terms available at http://code.google.com/appengine/terms.html.

16.2. You understand and agree that if you use the Service after the date on which the Terms have changed, Google will treat your use as acceptance of the updated Terms. 17. General Legal Terms

17.1. The Terms constitute the whole legal agreement between you and Google and govern your use of the Service (but excluding any services which Google may provide to you under a separate written agreement), and completely replace any prior agreements between you and Google in relation to the Service.

17.2. There are no third party beneficiaries to these Terms. The parties are independent contractors, and nothing in these Terms creates an agency, partnership or joint venture.

17.3. If Google provides you with a translation of the English language version of these Terms, the English language version of these Terms will control if there is any conflict.

17.4. You agree that Google may provide you with notices, including those regarding changes to the Terms, by email, regular mail, or postings on the Service.

17.5. You agree that if Google does not exercise or enforce any legal right or remedy which is contained in the Terms (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.

17.6. Google shall not be liable for failing or delaying performance of its obligations resulting from any condition beyond its reasonable control, including but not limited to, governmental action, acts of terrorism, earthquake, fire, flood or other acts of God, labor conditions, power failures, and Internet disturbances.

17.7. The Terms, and your relationship with Google under the Terms, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the Terms. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.

 

*2010.07.09 10:16:49 python google_app_engine setup

open a browser and start here: | http://code.google.com/appengine/

There are links to follow for setting up a new account.

Will need to verify the account with a mobile number.

Note that there can be only one account setup per mobile number. choose the account you associate with wisely!

After you have verified, choose an application name. (seems that many options have been chosen already)

agree to the terms.

Will get a page as follows: The application will use charlesbrandt as an identifier. This identifier belongs in your application's configuration as well. Note that this identifier cannot be changed. Learn more

If you use Google authentication for your application, Moments will be displayed on Sign In pages when users access your application.

Choose an option below:

  • View the dashboard for Moments.
  • Use appcfg to upload and deploy your application code.
  • Add administrators to collaborate on this application.

bookmark the links there

 

*2010.07.08 19:38:06 python pyjamas journal firefox javascript debugger venkman

venkman javascript debugger added to firefox

 

*2010.07.08 19:29:43 python pyjamas journal

new context created.

 

*2010.07.08 19:28:20 python pyjamas instances todo

/c/sites/pyjamas/instances.txt /c/sites/pyjamas/launch.sh /c/sites/pyjamas/journal.txt /c/sites/pyjamas/todo.txt

 

*2010.07.08 19:27:15 python pyjamas journal

new directory for keeping notes on pyjamas development might be some other notes in technical

 

*2010.06.29 13:33:23 python new_module

easy_install paste sudo easy_install PasteDeploy sudo easy_install PasteScript

 

*2010.06.15 13:06:53 python google_app_engine journal google app_engine frameworks
Thank you for your interest in Google Software Engineering! - Google jobs
App Engine
tipfy - Project Hosting on Google Code
WTForms
typhoonae - Project Hosting on Google Code
Google I/O 2010
Welcome to Tipfy’s documentation! — Tipfy v0.5.4 documentation
Tutorials - tipfy.org
Hello, World! Tutorial - tipfy.org
Werkzeug Documentation
Community // Werkzeug
User Authentication Tutorial - tipfy.org

 

*2010.06.15 12:54:37 python google_app_engine journal new_app setup

you can download the google app engine development toolkit to develop python web apps locally

once downloaded and installed, launch it: GoogleAppEngineLauncher

load links for reference

can use the AppEngineLauncher to create a new project (remember no underscores ("_") in app name!) storing in /c/sites/google_app_engine directory for now can launch and view hello world from there.

 

*2010.06.15 12:54:11 python google_app_engine journal google app_engine links sorted
google python app engine - Google Search
Google App Engine - Google Code
What Is Google App Engine? - Google App Engine - Google Code
Downloads - Google App Engine - Google Code
Google App Engine FAQs - Google App Engine - Google Code
Developer's Guide - Google App Engine - Google Code
The Users Python API - Google App Engine - Google Code
Python Runtime Environment - Google App Engine - Google Code
The Python Datastore API - Google App Engine - Google Code
The webapp Framework - Google App Engine - Google Code
Getting Started: Python - Google App Engine - Google Code
Using the webapp Framework - Google App Engine - Google Code

 

*2010.05.04 15:28:49 system python install

do this after libjpeg install | http://biomunky.wordpress.com/2010/04/19/pil-10-6-using-pip/

sudo easy_install pip

then

sudo pip install http://effbot.org/downloads/Imaging-1.1.6.tar.gz

can test and verify installation with: cd /c/scripts python image_resize.py notice_world.jpg 100

 

*2010.04.22 12:52:26 python pyjamas todo

generate html/jquiery interface from AreaUI

 

*2010.04.19 15:32:01 system python install mercurial

mercurial is usually installed earlier in the process... it is needed before other python libraries make sure you have it, and if not, install it now

also [2009.06.22 09:08:16] notes for this are elsewhere but this is also a good time to install mercurial easy_install mercurial

on Mac OS X this does require Xcode to be up to date (can still download an executable for mac)

 

*2010.04.19 14:31:29 system python install pyglet

cd /c/downloads/python/ hg clone https://pyglet.googlecode.com/hg/ pyglet cd pyglet hg update cocoa-port sudo python setup.py develop (or install)

 

*2010.04.16 16:53:02 system macosx python packages

get any packages that are not included for Python: /c/technical/system/python-install.txt

 

*2010.03.22 14:39:18 python audio links
python record audio - Google Search
PyAudio: PortAudio v19 Python Bindings
PyAudio-0.2.3
PyAudio: PortAudio v19 Python Bindings
Detect & Record Audio in Python - Stack Overflow
PortAudio - an Open-Source Cross-Platform Audio API
PortAudio - an Open-Source Cross-Platform Audio API
Pyper
python non-blocking audio IO - Google Search
PyCon 2010: Demystifying Non-Blocking and Asynchronous I/O (#164) - Python Miro Community
Python Miro Community
blip.tv (since 2005)
PyCon 2010:Demystifying Non-Blocking and Asynchronous I/O (#164)
TMH KTH :: Snack Home Page
EtherPad: 68
Home - PyCon 2010 Atlanta - A Conference for the Python Community
Talks (asynchronous_io) - PyCon 2010 Atlanta - A Conference for the Python Community
TutorialDir/TutorialStart – PortAudio
PortAudio - an Open-Source Cross-Platform Audio API
PortAudio - an Open-Source Cross-Platform Audio API
David's Python Resources
pyPortAudio
Pyrex
PyAudio-0.2.3
portaudio python - Google Search
Python Package Index : PyAudio 0.2.3
TutorialDir/BlockingReadWrite – PortAudio

 

*2010.03.09 18:45:28 python sleep

always looking for the library to sleep

from time import sleep; sleep(delay)

 

*2010.01.27 17:31:57 python virtualenv

easy_install virtaulenv #virtualenv temp virtualenv --no-site-packages temp cd temp source bin/activate

 

*2010.01.27 14:14:46 python install offline pip

not sure how to make pip download packages for later installation

 

*2010.01.17 12:54:23 python restructured_text
*2010.01.17 12:37:37 python restructured_text
from docutils import core
def rst2html(rst):
  overrides = {'input_encoding': 'unicode',
               'doctitle_xform': 1,
               'initial_header_level': 1}
  parts = core.publish_parts(
      source=rst,
      writer_name='html', settings_overrides=overrides)
  fragment = parts['html_body']
  return fragment

summarized from earlier entries easy to just include when and where needed see also: | http://code.activestate.com/recipes/193890/

 

*2010.01.11 12:11:33 python audio pyaudio portaudio
*2010.01.11 12:10:16 python audio recording record

fairly exhaustive search of the options available for recording audio with python.

Pyper
cSounds.com
csounds python - Google Search
CSound, Python, wxPython programs | cSounds.com
HOME
Csound Journal
Recording audio in python | Maemo | Developers
Sound synthesis with Csound
Easy Project
maemo.org - maemo.org: Home of the Maemo community
maemo.org - Intro: Software Platform
D-bus - Google Search
freedesktop.org - Software/dbus
freedesktop.org - IntroductionToDBus
PythonInMusic - PythonInfo Wiki
The MusicKit V5.6.2
SndObj Library Homepage
pythoneon, du son à la partition
OpenExposition: Main Page
Applications that use PortAudio
Computer Music Links by Phil Burk
libsndfile
Home | SFLphone - SIP/IAX2 softphone and VoIP client for GNU Linux
Mobius
Mixxx | Free Digital DJ Software
August Black
LOOPER'S DELIGHT!
video player - Google Search
Miro | Video Player | Free video and audio podcast player and torrent client.

 

*2009.12.08 17:33:37 python authentication
*2009.12.07 16:19:06 python launch macosx

To run your script from the Finder you have two options:

  • Drag it to PythonLauncher
  • Select PythonLauncher as the default application to open your script (or any .py script) through the finder Info window and double-click it. PythonLauncher has various preferences to control how your script is launched. Option-dragging allows you to change these for one invocation, or use its Preferences menu to change things globally.

for other operating systems, it should be reasonably easy to make an icon that launches the script

this also looked like a good solution for making executables: | http://cx-freeze.sourceforge.net/

 

*2009.12.04 17:29:51 python pyglet general

Pyglet is available at: pyglet.org

I download the latest distribution and put it: /c/downloads/python/pyglet-1.1.3/

the documentation included with pyglet is fantastic

the html docs start at: file:///c/downloads/python/pyglet-1.1.3/doc/html/index.html

System Message: ERROR/3 (<string>, line 14)

Unexpected indentation.
( CopyAllUrls will not load local (file:///) links )

Docs are also available online: | http://www.pyglet.org/doc/ | pyglet Documentation Index | http://www.pyglet.org/doc/programming_guide/index.html | Programming Guide | http://www.pyglet.org/doc/api/index.html | pyglet API reference

also [2009.12.04 17:31:26] other related files for notes: /c/technical/python/pyglet.txt /c/technical/python/gui.txt

examples are a great place to start. they are located at: cd /c/downloads/python/pyglet-1.1.3/examples

#other sample files:

#this is a good file for getting a window to show up using only pyglet: /c/charles/code/python/pyglet/sample.py #try running it via command line! should see a white window

#this demo is based off of simplui: /c/charles/code/python/pyglet/browser/demo.py

 

*2009.12.04 16:57:04 python pyglet simplui
*2009.11.23 15:44:12 python reportlab
*2009.11.23 15:40:03 python reportlab pdf generation
*2009.11.23 13:07:29 python math science numpy examples
*2009.11.23 12:52:23 python math science matplotlib
matplotlib savefig - Google Search
matplotlib: python plotting — Matplotlib v0.99.1.1 documentation
Cookbook/Matplotlib -
Overview — Matplotlib v0.99.1.1 documentation
Pyplot tutorial — Matplotlib v0.99.1.1 documentation
Interactive navigation — Matplotlib v0.99.1.1 documentation
Using matplotlib in a python shell — Matplotlib v0.99.1.1 documentation
Overview — Matplotlib v0.99.1.1 documentation
matplotlib pyplot — Matplotlib v0.99.1.1 documentation
Artist tutorial — Matplotlib v0.99.1.1 documentation
Image tutorial — Matplotlib v0.99.1.1 documentation
Plotting with Pylab - Python Code Snippet
matplotlib pyplot — Matplotlib v0.99.1.1 documentation
Artist tutorial — Matplotlib v0.99.1.1 documentation

 

*2009.11.23 12:51:53 python graphic_libraries

see also: graphs-trees-hierarchies.txt

math-science.txt

 

*2009.11.22 07:24:21 python scrape webtest

windmill firefox

 

*2009.11.19 19:03:55 python mercurial subrepositories subrepos
*2009.11.17 19:33:31 python documentation

cd /c/moments/docs/ sphinx-build -b html . ./_build

 

*2009.11.15 05:18:52 python mercurial

cp ../charles/.hgignore .

 

*2009.11.13 15:50:10 system python install

these notes are formalized in: startup-python.sh

 

*2009.11.09 17:09:40 python scrape webtest
*2009.11.05 09:34:54 python gui envisage enthought
Application Framework :: Enthought, Inc.
EnvisageThree/Introduction - Enthought Trac - Trac
OSGi Alliance | Main / OSGi Alliance
OSGi Alliance | About / Benefits of Using OSGi
OSGi from Here to There | Nagarro Blog
EnvisageThree/core.html - Enthought Trac - Trac
EnvisageThree/extension_points.html - Enthought Trac - Trac
EnvisageThree/services.html - Enthought Trac - Trac
EnvisageThree/plugins.html - Enthought Trac - Trac

 

*2009.11.03 14:02:03 python templates

see also: /c/external/sites/charlesbrandt.com/python/pylons/mako.txt

 

*2009.11.03 14:01:49 python pylons mako

see also python/templates.txt

 

*2009.10.28 17:15:23 python math science standard_deviation numpy reinteract
standard deviation - Google Search
Standard deviation - Wikipedia, the free encyclopedia
Variance - Wikipedia, the free encyclopedia
python standard deviation - Google Search
6. Built-in Types — Python v2.6.4 documentation
[Tutor] How to calculate Standard Deviation
Python standard deviation program? - Yahoo! Answers
python numpy standard deviation - Google Search
Numpy Example List With Doc -
Numpy Example List With Doc -
Numpy Example List With Doc -
python xy osx - Google Search
python(x,y) - Python for Scientists
reinteract - Google Search
Reinteract - Trac
Tutorial - Reinteract - Trac
GettingIt - Reinteract - Trac
Tutorial/Plotting - Reinteract - Trac
Tutorial/Introduction - Reinteract - Trac

 

*2009.10.20 16:01:16 python math science matplotlib graphing plotting analysis
statistics - Google Search
statistics python - Google Search
python-statlib - Project Hosting on Google Code
[Tutor] statistics with python
The R Project for Statistical Computing
CRAN: Manuals
An Introduction to R
matplotlib - Google Search
Download matplotlib from SourceForge.net
Installing — Matplotlib v0.99.1.1 documentation
Download Numerical Python from SourceForge.net
Using matplotlib in a python shell — Matplotlib v0.99.1.1 documentation
Index of /dist
matplotlib: python plotting — Matplotlib v0.99.1.1 documentation
matplotlib pyplot — Matplotlib v0.99.1.1 documentation
matplotlib axes — Matplotlib v0.99.1.1 documentation
matplotlib pyplot — Matplotlib v0.99.1.1 documentation
matplotlib axes — Matplotlib v0.99.1.1 documentation
Thumbnail gallery — Matplotlib v0.99.1.1 documentation
pylab_examples example code: legend_auto.py — Matplotlib v0.99.1.1 documentation
pylab_examples example code: plotfile_demo.py — Matplotlib v0.99.1.1 documentation
matplotlib pyplot — Matplotlib v0.99.1.1 documentation
matplotlib arange - Google Search
Plotting with Pylab - Python Code Snippet

 

*2009.10.16 14:29:22 python web_browser
python https request - Google Search
Chapter 11. HTTP Web Services
urllib2 - The Missing Manual
HTTPS request
HTTPS request - Python answers
21.6. urllib2 — extensible library for opening URLs — Python v2.6.4c1 documentation
IU: Office of Research Administration
Editing Document
twitter.py - python-rest-client - Project Hosting on Google Code
python rest client - Google Search
REST and Python | Luchita
Examples - httplib2 - Examples of how to use httplib2 - Project Hosting on Google Code

 

*2009.10.14 13:39:01 python documentation
Overview — Sphinx v0.6.3 documentation
Sphinx documentation contents — Sphinx v0.6.3 documentation
Introduction — Sphinx v0.6.3 documentation
Search — Sphinx v0.6.3 documentation
Sphinx (documentation generator) - Wikipedia, the free encyclopedia
Writing Technical Documentation with Sphinx, Paver, and Cog - O'Reilly Broadcast
Ned Batchelder: Cog
sphinx.ext.autodoc – Include documentation from docstrings — Sphinx v0.6.3 documentation
Sphinx documentation contents — Sphinx v0.6.3 documentation
Introduction — Sphinx v0.6.3 documentation
Sphinx concepts — Sphinx v0.6.3 documentation
reStructuredText Primer — Sphinx v0.6.3 documentation
Sphinx Markup Constructs — Sphinx v0.6.3 documentation
Inline markup — Sphinx v0.6.3 documentation
Available builders — Sphinx v0.6.3 documentation
sphinx autodoc - Google Search
Blog Roll: sphinx autodoc and django app
Chapter 13: Documentation — Pylons Book v1.0 documentation
sphinx.ext.autodoc – Include documentation from docstrings — Sphinx v0.6.3 documentation
Module-specific markup — Sphinx v0.6.3 documentation
HTML - Wikipedia, the free encyclopedia

 

*2009.10.08 08:57:43 python pyglet

no generalized notes for using pyglet granted the documentation included with pyglet is fantastic should still be some reference to where to look first which parts are best and where those docs live if downloaded locally.

notes are also scattered about in various scripts and libraries. need to distill lessons learned

also [2011.01.25 15:23:09] #this has general introduction, instructions, etc /c/technical/python/pyglet-general.txt originally: [2009.12.04 17:33:08]

 

*2009.09.26 09:51 python documentation showing code

inserts code from a file: .. literalinclude:: example.py

 

*2009.09.21 22:15:35 python templates

Docutils System Messages

System Message: ERROR/3 (<string>, line 14); backlink

Undefined substitution referenced: "::::HYDE::::".

 

*2009.09.21 09:23:20 python operating_system

written with python | http://mail.python.org/pipermail/python-list/2006-December/589700.html | Python Operating System | http://www.google.com/search?q=Uuu+python&btnG=Search&hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=f14&sa=2 | Uuu python - Google Search | http://jtauber.com/cleese/ | James Tauber : Cleese | http://code.google.com/p/cleese/ | cleese - Project Hosting on Google Code | http://code.google.com/p/cleese/wiki/CleeseProject | CleeseProject - cleese - Project Hosting on Google Code | http://code.google.com/p/cleese/wiki/ExperimentalSubProjects | ExperimentalSubProjects - cleese - Project Hosting on Google Code | http://www.daniweb.com/forums/thread64256.html# | Operating System in Python - Python | http://en.wikipedia.org/wiki/Unununium_(operating_system | Unununium (operating system - Wikipedia, the free encyclopedia | http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=unununium | unununium - Google Search | http://unununium.org/?page_id=2 | About « Unununium Operating Engine | http://unununium.org/ | Unununium Operating Engine | http://www.google.com/search?q=real+time+operating+system+python&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a | real time operating system python - Google Search | http://www.faqts.com/knowledge_base/view.phtml/aid/1388/fid/268 | FAQTs - Knowledge Base - View Entry - Does Python run on any RTOS? (ie Phar Lap ETS)? | http://mail.python.org/pipermail/python-list/2001-September/106513.html | Realtime capabilities? | http://www.google.com/search?q=embedded+python&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a | embedded python - Google Search | http://stackoverflow.com/questions/1402933/python-on-an-real-time-operation-system-rtos | Python on an Real-Time Operation System (RTOS) - Stack Overflow

 

*2009.09.20 14:46:27 python pylons new_pylons_app todo

if using the site templates frequently (and once they stabalize) would be nice to have a paster

 

*2009.09.20 11:46:27 python pylons new_pylons_app test server

paster serve --reload development.ini

view in firefox: | http://localhost:5000/

if no controller has been created, will get a 404

 

*2009.09.20 11:43:11 python pylons new_pylons_app templates

remove public index.html (otherwise it will be default) cd (package)/public #rm index.html bg.png pylons-logo.gif hg rm personnel/public/bg.png hg rm personnel/public/pylons-logo.gif hg rm personnel/public/index.html

#make images and css directories in public: cp -R /c/external/sites/charlesbrandt.com/templates/pylons/public/css public/ #import other default template files: cp -R /c/external/sites/charlesbrandt.com/templates/pylons/templates/* templates/ cp -R /c/external/sites/charlesbrandt.com/templates/pylons/controllers/* controllers/

#be sure to choose if you want the sqlalchemy version (model-sa) or non-sa: cp /c/external/sites/charlesbrandt.com/templates/pylons/model/* model/

update the imports in the controllers you plan to use

update lib/helpers.py to import webhelpers cp /c/external/sites/charlesbrandt.com/templates/pylons/lib/* lib/

 

*2009.09.20 11:39:14 python pylons new_pylons_app

sudo easy_install virtualenv

 

*2009.09.17 18:44:32 python operating_system which os platform

how to find the name of the current operating system best way seems to be to use:

sys.platform
if sys.platform == "darwin":
  ...
The Python Standard Library — Python v2.6.2 documentation
16.1. os — Miscellaneous operating system interfaces — Python v2.6.2 documentation
python determine if operating system is mac - Google Search
how to determine Operating System in Use? - Python answers

 

*2009.09.10 10:55:49 python deployment

deployment is about running your application on a system for someone to use. Usually in the sense of a hosted solution delivered via a network.

see package_code for notes on publishing and releasing packages

 

*2009.09.07 17:22:31 python documentation

sphinx-build -b html . ./_build

 

*2009.09.04 11:25:32 python documentation

sphinx-build -b html . ./.build or make html

 

*2009.09.04 09:57:59 python documentation source install

notes on installing Sphinx from source:

#2009.09.04 09:57:32 charles@context:/media/C/downloads/python/sphinx tar zxvf docutils-0.5.tar.gz

python setup.py install sudo python setup.py install

cd ../pygments/ sudo python setup.py install

cd ../jinja2/ sudo python setup.py install

cd ../sphinx sudo python setup.py install

 

*2009.09.04 09:47:07 python documentation sphix download links
*2009.09.04 09:46:50 python documentation sphinx source install
*2009.09.04 08:17:50 python documentation summary

adapted from: | http://pylonsbook.com/en/1.0/documentation.html

once sphinx is installed initialize a new project with:

cd [project]/docs mv index.txt index.txt.orig sphinx-quickstart

.txt for extension yes to autodoc

 

*2009.08.31 17:00:51 python documentation

looks like pyglet api docs used epydoc

 

*2009.08.31 16:08:22 python documentation sphinx guide reference
*2009.08.31 14:43:17 python documentation sphinx
Overview — Sphinx v0.6.2 documentation
Sphinx documentation contents — Sphinx v0.6.2 documentation
Introduction — Sphinx v0.6.2 documentation
Search — Sphinx v0.6.2 documentation
sphinx documentation from source code - Google Search
kenozooid.git -
Sphinx (documentation generator) - Wikipedia, the free encyclopedia
Writing Technical Documentation with Sphinx, Paver, and Cog - O'Reilly Broadcast
Ned Batchelder: Cog
sphinx.ext.autodoc – Include documentation from docstrings — Sphinx v0.6.2 documentation
Sphinx documentation contents — Sphinx v0.6.2 documentation
Sphinx concepts — Sphinx v0.6.2 documentation
Sphinx Markup Constructs — Sphinx v0.6.2 documentation
Available builders — Sphinx v0.6.2 documentation
reStructuredText Primer — Sphinx v0.6.2 documentation
sphinx autodoc - Google Search
Blog Roll: sphinx autodoc and django app
Chapter 13: Documentation — Pylons Book v1.0 documentation

 

*2009.08.27 17:48:45 python html_to_text
*2009.08.27 17:46:07 python documentation general epydoc apydia
python api documentation generator - Google Search
Apydia - Getting Started
pudge python - Google Search
apydia vs epydoc - Google Search
Exclude GTK/GObject methods [patch] - Apydia | Google Groups
pydoc - how to generate documentation for an entire package?
Generating API documentation as a textfile
Download Documentation - page 4 - Softpedia
Epydoc
epydoc
Apydia API Reference Documentation - Module: apydia
Other Documentation Tools
Python documentation generator - Stack Overflow
Expert Python Programming

 

*2009.08.27 14:24:39 python install offline

make sure /Library/Frameworks/Python.framework/Versions/2.5/bin is in the shell path

 

*2009.08.27 14:16:16 python documentation

cd /c/clients/srl/

 

*2009.08.27 14:16:05 python documentation sphinx
Overview — Sphinx v0.6.2 documentation
Sphinx documentation contents — Sphinx v0.6.2 documentation
Introduction — Sphinx v0.6.2 documentation
djerdo / musette / source — bitbucket.org

 

*2009.08.27 14:06:57 python install offline

notes for downloading and installing python packages offline have been scattered. creating a new file in topics for these notes:

from /c/system/startup.txt

cd /directory/for/sources sudo easy_install -zmaxd . pylons #sudo easy_install -zmaxd . simplejson

then on offline machine, use: sudo easy_install -f . Pylons

cd /downloads/python/ mkdir sphinx cd /downloads/python/sphinx/ sudo easy_install -zmaxd . sphinx sudo easy_install -f . Sphinx

 

*2009.08.27 13:40:28 python pyroom

note that pyroom is a linux only application that uses GTK for its UI layer from: | http://pyroom.org/download.html | Requirements

PyRoom doesn't need much to operate. All you need is a fairly recent version of Python (2.4 2.5 and 2.6 have been tested), GTK bindings for python and XDG bindings. Gconf-Bindings for Python (python-gconf) are recommended. Those dependencies are available in most major Linux distributions.

 

*2009.08.27 13:36:27 python pyroom

for full screen terminal on mac os x see iTerm

 

*2009.08.27 12:37:18 python documentation
*2009.08.24 10:29:50 python package new

see also new_module.txt

 

*2009.08.24 10:29:39 python new_module

package-new.txt redirects here.

 

*2009.08.19 14:53:31 python py2app
*2009.08.18 15:29:18 python gui fullscreen
*2009.08.18 15:29:01 python gui
python gui - Google Search
GuiProgramming - PythonInfo Wiki
( FarPy ) Finally a reasonable Python...
The Eric Python IDE
BoaConstructor - PythonInfo Wiki
Boa Constructor home
WxGlade - PythonInfo Wiki
wxGlade: a GUI builder for wxWidgets/wxPython
PythonCard - PythonInfo Wiki
PythonCard Home Page
Browse PythonCard Files on SourceForge.net
Installing PythonCard
Installing PythonCard on Mac OS X (Tiger)
wxPython - Google Search
wxPython
wxWidgets vs Qt - Google Search
WxWidgets Compared To Other Toolkits - WxWiki
FLTK Vs GTK Vs Wxwidgets Vs Qt - GIDForums
Cross platform arena: Qt vs wxWidgets - Page 2 - Ubuntu Forums
Slashdot | Cross-Platform GUI Toolkits (Again)?
Slashdot Technology Story | Netflix Announces Second Data Mining Contest
Fast Light Toolkit (FLTK)
pyFLTK Home Page

 

*2009.08.18 10:02:25 python gui

requested [2009.08.07 12:06:30] multi-line text entry is there one in simplui? generalize all pyglet gui notes extract to new topic.

 

*2009.08.18 10:02:05 python gui

/c/python/topics/gui.txt /c/python/pyglet/gui.txt /c/media/design/gui.txt

 

*2009.08.18 10:01:11 python pyglet collision detection pymunk
*2009.08.14 14:11:06 python gui pyqt
Qt - A cross-platform application and UI framework
Developer Zone — Qt - A cross-platform application and UI framework
pyqt - Google Search
PyQt's Classes
Riverbank | Software | PyQt | What is PyQt?
PyQt v4 - Python Bindings for Qt v4
Riverbank | Software | PyQt | PyQt4 Download
Riverbank | Software | SIP | SIP Download

 

*2009.08.14 13:50:50 python gui

gui notes are spread out: /c/python/topics/gui.txt /c/python/pyglet/gui.txt /c/media/design/gui.txt

 

*2009.08.12 20:25:10 python audio
*2009.08.12 20:24:40 python audio
pitch shift audio library - Google Search
pygame - python game development
Music phrase trainer, pitch and tempo shifter Revolutionary CD/MP3 Radio and DJ/VJ software
Projects tagged ‘pitchshift’ - Ohloh
Can I 'pitch-shift' audio files (MP3/WAV)? What do I need to do this? - Yahoo! Answers
SoundTouch Sound Processing Library
rubberband - Google Search
Rubber Band Audio Time Stretcher Library
GNU Lesser General Public License v2.1 - GNU Project - Free Software Foundation (FSF)
Why you shouldn't use the Lesser GPL for your next library - GNU Project - Free Software Foundation (FSF)
python soundtouch - Google Search
SourceForge.net: SoundTouch - Develop
python audio - Google Search
Python Audio Tools
The Python audio processing suite | freshmeat.net
Another python audio library that can handle FLAC « Ramblings
python sound - Google Search
python mp3 - Google Search
Audio - PythonInfo Wiki
PythonInMusic - PythonInfo Wiki
edna python - Google Search
edna -- an MP3 server
Hypersonic python - Google Search
ANN: hYPerSonic-1.0
hYPerSonic
Python Package Index : PyAudio 0.2.3
PortAudio - an Open-Source Cross-Platform Audio API
PortAudio - an Open-Source Cross-Platform Audio API
PyAudio: PortAudio v19 Python Bindings
PortAudio: Main Page
TutorialDir/TutorialStart – PortAudio
algorithm for tempo shifting digital audio - Google Search
IEEE Xplore - Login
IEEE Xplore: Guest Home Page
IEEEXplore: Guide
IEEE - Membership
IEEE - JOIN IEEE
IEEE
IEEE - IEEE Code of Ethics
Audio timescale-pitch modification - Wikipedia, the free encyclopedia
Resampling - Wikipedia, the free encyclopedia
Resampling (audio) - Wikipedia, the free encyclopedia
resampling algorithm - Google Search
Announce: Fast real-time-stretching and resampling algorithms (Procrustes/Sylea) | Comp.DSP | DSPRelated.com
Secret Rabbit Code (aka libsamplerate)
dsp plugin team business administration at dspteam.com
secret rabbit code python - Google Search
Python Package Index : scikits.samplerate 0.3.3
Secret Rabbit Code (aka libsamplerate)
Secret Rabbit Code (aka libsamplerate)
Secret Rabbit Code (aka libsamplerate)

 

*2009.08.11 12:20:52 python gui
Yfrog - kyttenscreen
glydget.png (PNG Image, 812x612 pixels) - Scaled (99%)

 

*2009.08.10 11:00:13 python pyglet misc links
*2009.08.10 10:59:34 python gui
pyGUI - Google Search
PyGUI
PyGUI - Screenshots
PyGUI
PyGUI - Overview
PyGUI - ScrollableView class
python GUI - Google Search
GuiProgramming - PythonInfo Wiki
About Lucid Toolkit - Lucid Toolkit
GUI Programming FAQ
awaretek.com :: Choose Your GUI Toolkit
Python Learning Foundation: Computer Programming for Everybody, Tutorials, Book Reviews, Code, and Fun, CP4E
python gui development - Google Search
Seriously... Does anybody use Tcl/Tk? [Archive] - Ubuntu Forums
Is Python any good for GUI development? - Stack Overflow
Downloads
PyObjC - Documentation
PyObjC/PyObjC Core - An introduction to PyObjC
PyObjC/PyObjC Core - Understanding existing PyObjC examples
Not all Objective-C arguments are present in the Python argument-list of - Google Search
[36234] trunk/dports/python/py-pyobjc2

 

*2009.07.27 11:23:56 python getcwd current directory working
os.getcwd()¶
Return a string representing the current working directory. Availability: Unix, Windows.
import os
print os.getcwd()

import sys, os print sys.path[0]

will print the directory where this script resides. additionally you can use

sys.argv[0]

to get the filename of the script. to join the two do

os.path.join(sys.path[0], sys.argv[0])

 

*2009.07.17 21:49:18 python search index text whoosh
: search-index-text.txt
Whoosh
Blog: Less is more – Whoosh
Blog: Python performance is a fool's errand – Whoosh
Blog: Of course! – Whoosh
Python Package Index : Whoosh 0.1.24
GettingStarted – Whoosh
UserGuide – Whoosh
ApiDocs – Whoosh
Whoosh | Google Groups

 

*2009.07.17 21:47:21 python args kwargs
*2009.07.17 06:57:09 python learning
How to Think Like a Computer Scientist — How to Think Like a Computer Scientist: Learning with Python v2nd Edition documentation
Dive Into Python
Dive Into Python

 

*2009.07.10 11:46:05 python new_module

if module should be installed on new systems, be sure to add it to: /c/system/startup.sh (/c/system/startup-python.sh is for non-locally developed modules)

then run install commands on your system so it is available for development:

 

*2009.07.08 11:16:11 python pyglet colors

remember that colors are (usually) specified as floating point numbers with values between 0 and 1.0

 

*2009.07.06 09:55:53 python math science

started [2009.07.06 09:55:50] | http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&channel=s&hl=en&q=sage+notebook&btnG=Google+Search | sage notebook - Google Search | http://www.sagemath.org/tour.html | Sage - Tour | http://www.sagemath.org/links-components.html | Sage - Components | http://en.wikipedia.org/wiki/Sage_(mathematics_software) | Sage (mathematics software) - Wikipedia, the free encyclopedia | http://en.wikipedia.org/wiki/SymPy | SymPy - Wikipedia, the free encyclopedia

have seen other solutions see notes in SRL repo links

 

*2009.06.30 16:28:44 python super init
*2009.06.30 15:58:56 python decorators metaclasses metaprogramming meta
*2009.06.29 16:29:50 python game physics
*2009.06.26 13:51:36 python pyglet
*2009.06.26 13:02:56 python pyglet reference
*2009.06.22 08:58:19 system python install easy_install

be sure to set up easy_install for the new python instance this can be done by running ez_setup.py available at: | http://peak.telecommunity.com/dist/ez_setup.py

curl http://peak.telecommunity.com/dist/ez_setup.py > ez_setup.py

 

*2009.06.16 22:11:45 python search index text woosh reference
Whoosh
GettingStarted – Whoosh
UserGuide – Whoosh
ApiDocs – Whoosh
Whoosh | Google Groups

 

*2009.06.16 22:10:14 python authentication
python user authentication - Google Search
Python Authentication API - Stack Overflow
Python Package Index : Index of Packages Matching 'authentication'
Chapter 18: Authentication and Authorization — Pylons Book v1.0 documentation
authkit - Google Search
AuthKit - WSGI Authentication and Authorization Tools
Python Package Index : AuthKit 0.4.0
repoze.who - Google Search
repoze.who – WSGI Authentication Middleware — repoze.who v1.0.10 documentation
Middleware Responsibilities — repoze.who v1.0.10 documentation
repoze.who authkit - Google Search
New to Pylons, do I use AuthKit/Repoze.who or do my own auth? : Python
moments python - Google Search
Python Package Index : Moments 0.2beta

 

*2009.06.16 22:09:19 python logging
python log - Google Search
Simple usage of Python's logging module
The Python Standard Library — Python v2.6.2 documentation
16.6. logging — Logging facility for Python — Python v2.6.2 documentation
16.6. logging — Logging facility for Python — Python v2.6.2 documentation

 

*2009.06.16 22:06:51 python graphs_trees_hierarchy graphing graphviz gvgen svg pyglet
*2009.06.16 11:42:56 python pyglet reference
*2009.06.15 14:26:47 python search index text woosh

woosh looks very promising!! should download and try it out:

 

*2009.06.15 14:26:26 python search index text links
*2009.06.11 13:12:27 python publish_code reference links module package release
python easy_install release package - Google Search
How to publish Python modules - PythonInfo Wiki
PublishingPythonModules - PythonInfo Wiki
Python Package Index : Moments 0.2beta
7. Uploading Packages to the Package Index — Python v2.6.2 documentation
Zope.org - How To Publish Your Own Python Modules
Writing a Package in Python
EasyInstall - The PEAK Developers' Center
Python package management — Martin Aspeli
Distributing Python Modules — Python v2.6.2 documentation
1. An Introduction to Distutils — Python v2.6.2 documentation

 

*2009.06.11 13:09:59 python pyglet delete resource release memory
*2009.06.11 11:09:16 python pyglet avbin ffmpeg links
*2009.06.09 13:42:50 python pyglet audio playback macosx mac avbin player

when playing back media on mac, make sure you are using a terminal associated with the currently logged in user!! using a different user will allow the video to show up

 

*2009.06.08 13:40:34 python blog_and_cms
*2009.06.03 13:18:02 python memory usage profiling
*2009.06.03 13:17:10 python game multitouch pymt
: multitouch.txt
PyMT
Screenshots - PyMT
Downloads - PyMT
Documentation - PyMT
Welcome to PyMT’s documentation! — PyMT v0.2 documentation
PyMT: a multi touch UI toolkit for pyglet. — PyMT v0.2 documentation
Pyglet: Soup on pyglet to provide multitouch interface. — PyMT v0.2 documentation
nui multitouch - Google Search
pymt - Google Code
Widgets: all the pymt widgets — PyMT v0.2 documentation
Kinetic: kinetic abstraction — PyMT v0.2 documentation
CEGUIWiki
kytten - Google Code

 

*2009.06.03 11:23:34 python pyglet gui research links
*2009.06.02 13:37:41 python matplotlib

tessa was investigating different ways to plot graphs... thought I would at least mention matplotlib. :)

matplotlib - Google Search
matplotlib: python plotting — Matplotlib v0.98.6svn documentation
Overview — Matplotlib v0.98.6svn documentation
Toolkits — Matplotlib v0.98.6svn documentation
Installing — Matplotlib v0.98.6svn documentation
python(x,y) - Python for Scientists
Screenshots — Matplotlib v0.98.6svn documentation
Thumbnail gallery — Matplotlib v0.98.6svn documentation
Matplotlib Examples — Matplotlib v0.98.6svn documentation

 

*2009.06.02 10:03:33 python game multitouch pymt
PyMT
Screenshots - PyMT
Downloads - PyMT
Documentation - PyMT
Installation instructions - PyMT
Welcome to PyMT’s documentation! — PyMT v0.2 documentation
PyMT: a multi touch UI toolkit for pyglet. — PyMT v0.2 documentation
Pyglet: Soup on pyglet to provide multitouch interface. — PyMT v0.2 documentation
nui multi touch - Google Search
pymt - Google Code
Widgets: all the pymt widgets — PyMT v0.2 documentation
Kinetic: kinetic abstraction — PyMT v0.2 documentation

 

*2009.06.02 10:02:10 python game multitouch nui natural_ui
multi touch macbook - Google Search
Apple - MacBook Pro - 15-inch Features - Aluminum unibody, LED-backlit widescreen display, NVIDIA graphics, Multi-Touch trackpad
Enable Four Finger Multitouch for Older Macbook Pros and Airs
Multi-Touch Macbook with wide Touchpad
multi touch python - Google Search
PyMT – A Python Multi-Touch Framework | Johannes Luderschmidt's Blog
Status of Python - NUI Group Community Forums
NUI Group - Natural User Interface Group
TUIO
TUIO Protocol Specification 1.0
Community Core Vision
Getting Started With MultiTouch - NUI Group Community Forums
Multi-Touch Terminology - NUI Group Community Wiki
MTmini - How to Make a Cheap Multitouch Pad Updated 9-21-08 - NUI Group Community Forums
Build a rear projection multi-touch television. - NUI Group Community Forums
multi touch iphone - Google Search
iPhone and Multi Touch
The Multi Touch Screen: Documenting Jeff Han's Multi Touch Technology
How does the iPhone "multi-touch" interface work? Who developed the "multi-touch" interface originally? @ EveryiPod.com
MacNN | Apple wins patents for multi-touch, iPhone design
Multi Touch - News coverage blog focused on the Multi Touch industry
Perceptive Pixel Founded by Jeff Han Developer of Advanced Multi-Touch Solutions
NUI Group - Natural User Interface Group
NUI Group - Natural User Interface Group
TUIO simulator pymt - Google Search
Kaswy’s MT Table - LLP 850 - 22" LCD - Fluo Backlight. - NUI Group Community Forums
kaswyweb
laser light plane - Google Search
Laser Light Plane Illumination (LLP) - NUI Group Community Wiki
IR Laser Safety!!! [ READ THIS ] - NUI Group Community Forums

 

*2009.06.01 17:47:39 python pyglet gui pygame

pygame developers strongly discourage using QT, wxWindows mixed with pygame... might be able to get away with it in pyglet, but still have the two event loop issues.

 

*2009.06.01 17:13:40 python pyglet multitouch

seems like multitouch may need it's own category... not sure where it should live yet.

 

*2009.06.01 17:13:17 python pyglet multitouch andriod
*2009.06.01 16:57:26 python pyglet ui gui library
*2009.06.01 12:53:01 python blog_and_cms rss concise
*2009.06.01 12:50:10 python blog_and_cms rss atom podcast library
podcast hosting software - Google Search
dreamhost : Podcast Cookbook
Hosting your podcast : Podcast Cookbook
Podcast Hosting: How to Get a Home for Your Podcast
Step-by-Step How to Podcast Tutorial
List of Podcast Software for Podcasters and Clients
mediawiki podcast - Google Search
Podcast - Wikipedia, the free encyclopedia
WikiPodcast - Meta
Create RSS Feeds, Edit and Publish News Feeds with Software
rss podcast feed generator - Google Search
podcast RSS Feed generator
Podcast Generator - Open Source Podcast Publishing Solution
Podcast Generator - Open Source Podcast Publishing Solution - Features
dreamhost podcast feed generator - Google Search
Create a Podcast
How to Create RSS / XML Feed for Podcasts
podcast RSS Feed generator
Short Urls | Get a Ta.gg for that URL!
Podcasting - Publish Podcast, Create Podcast Feed!
python rss generator - Google Search
universal podcast generator - Google Search
Recommended Python RSS/Atom feed generator? - Stack Overflow
PyRSS2Gen
PyRSS2Gen podcast - Google Search
Re: generate syndication feed for podcast
How do I turn an RSS feed back into RSS? - Stack Overflow
RssLibraries - PythonInfo Wiki
Why Are People Still Creating RSS Feeds? - Stack Overflow
atomixlib - deFuze.org - Trac
Python Package Index : atomixlib 0.6.1a
bridge - deFuze.org - Trac
pylons generate rss - Google Search
Concepts of Pylons - Pylons Cookbook - PythonWeb
webhelpers generate rss - Google Search

 

*2009.05.29 16:34:44 python pyglet reboot fullscreen

be sure to add in a way to exit the program if you enable fullscreen mode! will lock out everything else if you don't!! hehe... oops reboot

 

*2009.05.19 10:58:26 python pyglet links cocos2d
*2009.05.10 20:37:45 python media playback video manipulation
*2009.05.08 13:01:12 python blog_and_cms blog_software
*2009.05.05 16:33:47 python mercurial interfaces
*2009.05.05 11:05:20 python pyglet observer_pattern

investigating the "Observer Pattern" used in the event framework for pyglet very similar to asynchronous

 

*2009.05.04 11:53:49 python pyglet local references minimal
*2009.04.29 17:56:31 python game pyweek
pyweek - Google Search
PyWeek - Python Game Programming Challenge
PyWeek Game Progamming Challenge Rules
Help for using the PyWeek Challenge Site
(2) pyweek - Twitter Search
Help for using the PyWeek Challenge Site
PyWeek - Get off my lawn
PyWeek - Get off my lawn

 

*2009.04.28 18:06:27 python game pyweek competition
*2009.04.28 18:05:57 python pyglet gui
*2009.04.28 18:05:30 python pyglet gui
pyglet gui - Google Search
irskep's pyflipcard at master - GitHub
Entity Crisis: The Embedded GUI, continued...
Richard Jones' Log
pyglet - Google Code
pyglet-users | Google Groups
GUI - pyglet-users | Google Groups
pyglet experimental gui - pyglet-users | Google Groups
My simple GUI library for Pyglet - pyglet-users | Google Groups
Using Pyglet in a rich GUI - pyglet-users | Google Groups
controling a pyglet window from a gui program - pyglet-users | Google Groups
pyglet ui toolkit (maybe a mini-sprint here at pycon?) - pyglet-users | Google Groups
normal python widgets and pyglet - pyglet-users | Google Groups
DESIGN - pyglet - Google Code
Deviceconf
pyglet.text.layout.IncrementalTextLayout
Simple Menu Class - pyglet-users | Google Groups
Pages - pyglet-users | Google Groups

 

*2009.04.27 11:50:25 python presentations bruce

/c/media/code/python/topics/presentations.txt /c/downloads/python/pyglet/bruce-3.2.1/bruce/rst_parser.py /c/downloads/python/pyglet/bruce-3.2.1/bruce/presentation.py /c/downloads/python/pyglet/bruce-3.2.1/bruce/run.py /c/virtuals/pyglet/pyglet-1.1.3/examples/image_display.py /c/virtuals/pyglet/pyglet-1.1.3/pyglet/app/__init__.py

 

*2009.04.23 16:01:22 python game panda3d
blender pyglet - Google Search
How to get a 3D model into pyglet? - pyglet-users | Google Groups
panda3d - Google Search
Panda3D - Free 3D Engine
Panda3D Manual
Panda3D - Wikipedia, the free encyclopedia
Panda3D Manual
YouTube - I Remember Andrea BETTER
Panda3D Software Downloads
Cg Toolkit - GPU Shader Authoring Language
blender second life - Google Search
Blender and Second Life at BlenderNation
Amazon.com: The Essential Blender: Guide to 3D Creation with the Open Source Suite Blender: Roland Hess: Books
Amazon.com: Introducing Character Animation with Blender: Tony Mullen, Ton Roosendaal, Bassam Kurdali: Books
BlenderPeople0.8

 

*2009.04.23 15:52:28 python pyglet images buffers large_images

some issues with images in pyglet if they are too big, they seem to cause problems... maybe bigger than display?

theory supported by: | http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&channel=s&hl=en&q=pyglet+images+bigger+than+window&btnG=Google+Search | pyglet images bigger than window - Google Search | http://groups.google.com/group/pyglet-users/browse_thread/thread/fca05d1f8feed7a1 | direct drawing into a texture - pyglet-users | Google Groups

 

*2009.04.22 16:30:16 python pyglet vsync

files for pyglet that handle vsync:

/c/virtuals/pyglet/pyglet-1.1.3/pyglet/window/carbon/__init__.py /c/virtuals/pyglet/pyglet-1.1.3/pyglet/gl/agl.py /c/virtuals/pyglet/pyglet-1.1.3/pyglet/window/__init__.py /c/virtuals/pyglet/pyglet-1.1.3/pyglet/app/carbon.py

 

*2009.04.22 16:20:30 python pyglet tearing sync vsync retrace refresh display screen buffers swap flip
opengl vertical retrace - Google Search
Synchronizing Xvideo to the vertical retrace
opengl vertical refresh - Google Search
Technical Q&A QA1521: Synchronizing OpenGL rendering updates to the vertical refresh of the display
OpenGL @ Lighthouse 3D - GLUT Tutorial
opengl vblank - Google Search
OpenGL sync to vblank and interlaced fields - nV News Forums
Temporal Rate Conversion by Dave Marsh - Google Search
Temporal Rate Conversion: Dave Marsh. Microsoft Technical Evangelist, TV and Video
pyglet swap interval - Google Search
pyglet set_vsync - Google Search
opengl agl - Google Search
AGL Reference
AGL Reference

 

*2009.04.22 11:44:21 python pyglet vsync

By default pyglet window buffer swaps are synchronised to the display refresh rate, so you may also want to disable set_vsync.

 

*2009.04.21 16:35:29 python pyglet
*2009.04.20 18:15:39 python wxpython references
*2009.04.20 15:37:34 python search index text

from brandon_keepers blog

 

*2009.04.20 08:32:27 python mp3 lame references
*2009.04.20 08:31:01 python blog_and_cms references local
*2009.04.20 08:27:14 python facebook other_applications
*2009.04.20 08:26:44 python facebook references
*2009.04.19 20:53:40 python blog_and_cms resources
*2009.04.17 19:47:41 system python install jpegtran libjpeg

#curl http://www.ijg.org/files/jpegsrc.v6b.tar.gz > /tmp/libjpeg.tar.gz curl http://www.ijg.org/files/jpegsrc.v8a.tar.gz > /tmp/libjpeg.tar.gz

tar -xzvf /tmp/libjpeg.tar.gz cd jpeg-8a ./configure

sudo make install

cd ../ sudo rm -rf jpeg-8a

 

*2009.04.17 19:35:15 system python install jhead

download and move prebuilt binary for osx to /usr/local/bin sudo mv ~/Desktop/jhead /usr/local/bin sudo chmod +x /usr/local/bin/jhead

 

*2009.04.14 16:53:13 python pyglet
: topics
: pyglet.txt
pyglet Documentation Index
Programming Guide
pyglet API reference
Writing a pyglet application
Hello, World
Calling functions periodically
User-editable text
Controlling playback
Playing sounds and music
pyglet.media.Source
pyglet.media.Player
pyglet.media.ManagedSoundPlayer
Image viewer
Animations
pyglet.sprite.Sprite
Loading resources
Graphics

 

*2009.04.14 16:52:38 python pyglet cocos2d resources
: pyglet.txt
cocos2d
cocos2d-iphone - Google Code
cocos2d
cocos2d FAQ
los-cocos - Revision 853: /branches/pycon-lighting-talk
cocos2d
cocos2d
GamesUsingCocos2d - cocos2d-iphone - Games using cocos2d for iPhone ordered chronologically (newer games first) - Google Code

 

*2009.04.14 14:42:01 python pyglet cocos2d
*2009.04.14 14:41:39 python game panda3d
*2009.04.14 14:39:34 python pyglet bruce presentation download
*2009.04.13 16:27:03 python game pyweek
PyWeek - Python Game Programming Challenge
PyWeek - Number 8
PyWeek - invention
PyWeek - DiamondGFX
PyWeek - Number 8
PyWeek Game Progamming Challenge Rules
PythonGameLibraries - PythonInfo Wiki
pygame - python game development
cocos2d

 

*2009.04.10 09:37:59 python pyglet references
*2009.04.10 09:28:26 python pylons mako local reference
*2009.04.09 12:00:54 python pyglet

spent a few hours last night running through the examples included with pyglet. very cool stuff!

 

*2009.04.09 10:25:37 python presentations screen_capture camstudio
camstudio - Google Search
CamStudio - Free Screen Recording Software
YouTube - Using Camstudio to Screen Record Video Tutorials

 

*2009.04.09 09:13:50 python blog_and_cms podcasts
python download podcasts - Google Search
Issue 128 - feedparser - UnicodeDecodeError when parsing http://www.projekt6.de/?feed=podcast - Google Code
feedcache - Wrapper for the Universal Feed Parser which caches the results
feedcache - Wrapper for the Universal Feed Parser which caches the results
CastSampler - Custom Podcast Feed Aggregator
podgrabber - Google Code
Podcast download in python revisited- Peter's Blog
Projects tagged ‘podcast’ and ‘python’ - Ohloh
gPodder
gPodder, a free podcast aggregator for Linux, FreeBSD and Maemo

 

*2009.04.09 09:11 python html_to_text markup conversion
*2009.04.09 09:09:43 python mind_map

should be other links mentioned elsewhere should pool them here

 

*2009.04.09 09:09:30 python mind_map
xmind - Google Search
ibluesky - Google Search
Blue Sky On Mars iPhone 2.0 apps and synchronization
iPhone is so easy to use Blue Sky Thinking
MindMap on iPhone i Blue Sky | Clipmarks
Tenero Software Limited :: Products
Tenero Software Limited :: Products
XMind - Social Brainstorming and Mind Mapping
XMIND - Wikipedia, the free encyclopedia
mind map - Google Search
Mind map - Wikipedia, the free encyclopedia
Main Page - FreeMind - free mind mapping software
Learn how to draw Mind Maps with Mind Tools - MindMaps, Note Taking Skills & Techniques, and Reviews of Mind Mapping Software

 

*2009.04.08 21:00:15 python pyglet local reference
*2009.04.08 20:58:07 python pyglet reference local
*2009.04.08 20:01:55 python pyglet

/c/downloads/python/pyglet-1.1.3/examples python media_player.py /media/CHARLES/outgoing/MVI_8486.AVI

that is a good first test to make sure AVBin is installed locally (have added to media/system/startup-live.sh)

 

*2009.04.06 17:37:16 python pyglet opengl
*2009.04.06 11:55:30 python pyglet

pyglet.media.riff.RIFFFormatException: Unsupported RIFF form "AVI "

make sure avbin has been installed on the system

 

*2009.04.06 11:46:49 python pyglet

#2009.04.06 11:45:36 work@140-182-132-176:/c/virtuals/pyglet/pyglet-1.1.3/examples pythonw image_display.py /c/media/projects/IMG_8116_l.JPG

 

*2009.04.06 11:38:06 python pyglet virtualenv pythonw bug
pyglet virtualenv - Google Search
pyglet and virtualenv
Re: broken egg for pyglet
Bruce the Presentation Tool 2.0 (beta)
Window manager is not available. Ensure you run "pythonw", not "python" - Google Search
Python for Astrostatistics - Mac OS X Installation
virtualenv pythonw - Google Search
gldnspud's virtualenv-pythonw-osx at master - GitHub
virtualenv on OS X with pythonw - virtualenv | Google Groups
No pythonw on OSX? - virtualenv | Google Groups
Search results for virtualenv pythonw - MarkMail

 

*2009.04.06 11:35:46 python pyglet general reference
*2009.04.06 10:58:19 python pyglet

to:ianb@colorstudy.org? I just ran across this issue when trying to use pyglet in a virtual environment on Mac OS X. The message from pyglet was: pyglet.window.carbon.CarbonException: Window manager is not available. Ensure you run "pythonw", not "python"

which lead me to a more recent thread: | http://groups.google.com/group/python-virtualenv/browse_thread/thread/83fa4a12d22a30c8/744e19c194f1618a

which has a fix at: | http://github.com/gldnspud/virtualenv-pythonw-osx/tree/master

I haven't tried the fix yet, but I thought I might send it on to see if it is something that should be included with virtualenv. It's not so much about supporting older versions of python, just being able to use pythonw from a virtualenv.

-Charles

On May 16 2008, 3:12 pm, Ian Bicking <i...@colorstudy.com> wrote: > dmp wrote: > > > On Wed, Apr 16, 2008 at 2:27 PM, Ian Bicking <i...@colorstudy.com > > <mailto:i...@colorstudy.com>> wrote: > > > dmp wrote: > > > Using virtualenv 1.0 I created a virtual environment, installed > > an app > > > that tries to open a GUI dialog, and keep getting the following > > message: > > > > This program needs access to the screen. Please run with 'pythonw', > > > not 'python', and only when you are logged in on the main display of > > > your Mac. > > > > Is there a fix for this yet? I (naively) tried copying the pythonw > > > executable to the virtualenv bin directory but that didn't work. A > > > google search turned up only one useful hit -- from a couple > > months ago > > > where Robert Kern indicated he had a patch that would fix this. Is > > > there a plan to get that into virtualenv at all? > > > I don't see that patch, do you know where it is? > > > I can't believe I didn't at least provide the link to the archived > > message from Robert. Here it is: > > http://www.mail-archive.com/distutils-...@python.org/msg04223.html > > > I'm not sure he ever finished / submitted it. I can ask him tomorrow > > about it though. > > Was there a followup for this? The email describes a fairly complicated > solution, so I'm not sure what to do about it. Supporting older > versions of Python isn't a huge concern in every situation, I think, > because the idea of virtualenv is isolation so that everything doesn't > have to be run on the same set of libraries or Python version. So if > things work okay on Python 2.4 that would be good enough for me. A > warning for users would be nice, but I'm not really sure what's going on > here. > > -- > Ian Bicking : i...@colorstudy.com :http://blog.ianbicking.org

 

*2009.04.06 10:03:57 python pyglet avbin gstreamer

avbin is used by default in pyglet some discussion about the use of gstreamer in pyglet | http://code.google.com/p/pyglet/wiki/MediaOnLinux | http://www.mechanicalcat.net/richard/log/Python/Say_hello_to_pyglet

gstreamer interface reported to be complex.

 

*2009.04.05 15:15:35 python pyglet

downloaded source, docs and avbin to USB attempting install for linux

/media/CHARLES/downloads/python/avbin-linux-x86-32-7 sudo bash install.sh

/media/CHARLES/downloads/python/pyglet-1.1.3 sudo python setup.py install

 

*2009.04.03 14:36:09 python presentations bruce pyglet

bruce uses pyglet to display slides via open gl... this works full screen

 

*2009.04.03 14:29:48 python presentations bruce playerpiano
*2009.04.02 16:39 python blog_and_cms gozerbot
python xmpp server - Google Search
Sam Ruby: Personal Jabber Server
Choosing An XMPP Server
pretzel - Google Code
ejabberd - Google Search
ejabberd Community Site | the Erlang Jabber/XMPP daemon
Tutorials | ejabberd Community Site
Configure ejabberd | ejabberd Community Site
Ejabberd - Gentoo Linux Wiki
Gozerbot :: The IRC bot and Jabber bot in one
simplejson - Google Search
Python Stuff
JSON
Gozerbot :: Documentation :: RSS
Gozerbot :: The IRC bot and Jabber bot in one
Gozerbot :: Gozerbot Handbook
Gozerbot :: Documentation :: BASIC
Gozerbot :: Documentation :: FLOW

 

*2009.04.02 16:38:35 python blog_and_cms microblogging laconica open_twitter
*2009.04.02 16:38:10 python blog_and_cms xmpp general
xmpp federated server - Google Search
XMPP Intermediate Certification Authority
Google Code FAQ - How do I allow my internal XMPP client or server to connect to the Talk service?
Google Code FAQ - Where can I get more technical information about federating with the Google Talk service?
XMPP Standards Foundation
XMPP Technologies: Overview
XMPP Technologies
XMPP Technologies: Core

 

*2009.04.02 16:36:26 python blog_and_cms palaver xmpp multi_chat
Mozilla Firefox Start Page
twisted vs erlang - Google Search
Erlang: The Twisted Matrix
Erlang vs. Stackless python: a first benchmark « Muharem Hrnjadovic
The Pragmatic Bookshelf | What's all this fuss about Erlang?
Stackless.com - About Stackless
Erlang
New Erlang, Ejabberd, and Twisted Words For Intrepid
Make Your Twisted XMPP Apps Scream
Learn to Make XMPP Powered Web Apps at JSConf 2009
Play Chess Online at Chesspark
StanzIQ - information in real time
Strophe
Palaver
pseudogreen: Erlang vs. Stackless vs. multitask: The Ring Benchmark Showdown
xmpp site:metajack.im - Google Search
An XMPP Microblogging Stack
XEP-0060: Publish-Subscribe
mu-conference - Google Search
MU-Conference - Summary [Gna!]
Install Mu-Conference Using JCR - Chatroom Component | ejabberd Community Site
XMPP Summit 5
Anders Conbere
BearHugCamp For Those Who Missed It
mixin - What's next?

 

*2009.04.02 16:36:07 python blog_and_cms xmpp twisted_words
*2009.04.02 16:35:45 python blog_and_cms xmpp yahoo im
*2009.04.02 16:35:24 python blog_and_cms rss melkjug
*2009.04.02 16:35:03 python blog_and_cms xmpp gozerbot
*2009.04.01 11:07:51 python deployment buildbot
*2009.03.31 17:25:12 python blog_and_cms xmpp erlang twisted jabber
twisted vs erlang - Google Search
Erlang: The Twisted Matrix
Erlang vs. Stackless python: a first benchmark « Muharem Hrnjadovic
The Pragmatic Bookshelf | What's all this fuss about Erlang?
Stackless.com - About Stackless
Erlang
New Erlang, Ejabberd, and Twisted Words For Intrepid
Make Your Twisted XMPP Apps Scream
Learn to Make XMPP Powered Web Apps at JSConf 2009
Play Chess Online at Chesspark
StanzIQ - information in real time
Strophe
Palaver
pseudogreen: Erlang vs. Stackless vs. multitask: The Ring Benchmark Showdown
xmpp site:metajack.im - Google Search
An XMPP Microblogging Stack
XEP-0060: Publish-Subscribe

 

*2009.03.31 17:24:12 python blog_and_cms blog rss
*2009.03.31 15:48:33 python pylons new_pylons_app database

make sure model files have been created cp ../personnel-try1/personnel/model/__init__.py personnel/model/

paster setup-app development.ini

#make sure development.ini is using an open port: vi development.ini

 

*2009.03.31 15:18:54 python pylons new_pylons_app routes

update routes

 

*2009.03.31 14:31:58 python pylons new_pylons_app install egg

python setup.py develop

 

*2009.03.31 13:45:55 python pylons interface

have done this essentially with the main page for contextiskey.com any other modifications should be requested [2008.03.15 10:40] put "hello world" in the middle of the cloud

maybe use inkskape to clean it up a bit? (raster can look cool though)

file:///media/Charles/personal/projects/journal/browser/interface/slice.html

 

*2009.03.31 13:32:52 python pylons new_pylons_app intialize

virtualenv --no-site-packages personnel-virtual

cd personnel-virtual

source bin/activate

easy_install pylons easy_install formalchemy

 

*2009.03.31 13:13:45 python pylons form_alchemy references links
: form_alchemy.txt
formalchemy - Google Code
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
Pylons integration — FormAlchemy v1.2 documentation
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
formalchemy.tables – Rendering collections — FormAlchemy v1.2 documentation
FormAlchemy | Google Groups
Mapper Configuration — SQLAlchemy 0.5.3 Documentation

 

*2009.03.31 13:07:52 python pylons new_pylons_app

paster create -t pylons_fa

cd personnel

hg init cp ../.hgignore .

hg add hg ci -m "new repo for new project"

 

*2009.03.31 11:52:46 python frameworks django pinax
python web framework - Google Search
Pinax
Cloud27 : Welcome
James Tauber : Introducing Pinax
Pinax : Documentation
Introduction — Pinax v0.5.1 documentation
Pinax : Download
django - Google Search
Django | The Web framework for perfectionists with deadlines
django sqlalchemy - Google Search
django-sqlalchemy - Google Code
Replacing Django's ORM with SQLAlchemy @ Irrational Exuberance
context / context / overview — bitbucket.org
django vs pylons - Google Search
Versus: Django vs. Pylons
import this. » Pylons
Careful Web: Django vs. Pylons
Invisible hand - Wikipedia, the free encyclopedia
Byteflow - a Python/Django Blog Engine
The B-List
Python framework design
Django and NIH

 

*2009.03.31 11:51:43 python authentication
pylons openid - Google Search
PylonsHQ - Pastebin
James Gardner » OpenID
pylons authentication - Google Search
Authentication and Authorization - Pylons Cookbook - PythonWeb
django authentication - Google Search
Django | User authentication in Django | Django Documentation
python pylons email verification - Google Search
repoze.who authkit - Google Search
[Baypiggies] Authkit, OpenID, Click Pass, and local accounts... aka AuthMess
Authorization with repoze.what - Pylons Cookbook - PythonWeb
repoze.who – WSGI Authentication Middleware — repoze.who v1.0.10 documentation
Middleware Responsibilities — repoze.who v1.0.10 documentation

 

*2009.03.31 10:53:40 python crud admin
*2009.03.31 10:39:37 python pymedia

pymedia has still not had any new activity better off looking for other media libraries in python

most notably recently is either | http://code.google.com/p/avbin/ | avbin - Google Code

or gstreamer... see notes in gstreamer.txt: | http://localhost:5000/journal/log/media/code/python/gstreamer.txt

 

*2009.03.31 10:38:31 python game pygame rabbyt sprite 2d
pyglet vs pygame - Google Search
Only Python: pyglet and pygame: which one?
Making Games with Python: Which Library To Use, pygame or pyglet? | Leap On!
[visionegg] Re: pyglet vs. pygame - visionegg - FreeLists
Rabbyt: a fast sprite library for Python - matthewmarshall.org
rabbyt.anims - Rabbyt Reference - matthewmarshall.org

 

*2009.03.31 10:29:27 python ctypes swig library wrapper
*2009.03.30 21:03:55 python twisted

was looking at twisted for xmpp today (also wanted to test making a new moment link from a journal view in pose :) )

not sure why this file was empty

 

*2009.03.30 18:41:28 python instant_messaging jabber xmpp
twisted jabber - Google Search
Twisted
FrequentlyAskedQuestions – Twisted
TwistedProject – Twisted
Twisted Documentation: Asynchronous Programming with Twisted
Twisted Documentation: High-Level Overview of Twisted
thetofu: Twisted Words XMPP Component Example
Re: [Twisted-Jabber] Twisted XMPP Roadmap
Documentation/TwistedJabberComponentExample - Butterfat
Get Twisted On XMPP - The Future Of Twisted Words
XMPPIRCTranscript20080903 – Twisted
XMPPServerArchitecture – Twisted
#3407 (twistd xmpp-router command for running an xmpp router) – Twisted
XMPPServerArchitecture – Twisted
SILC Secure Internet Live Conferencing
palaver - Google Search
Palaver

 

*2009.03.30 14:56:06 python ide editor reinteract pygtk wxpython

reinteract is written using pygtk which does not look native on OS X

would be cool to integrate some of the features of reinteract with PsychoPyIDE

 

*2009.03.26 21:42:08 python presentations
creating python presentation S5 - Google Search
Software for Python presentations
crunchy - Google Code
Introduction to Crunchy tutorial video - Crunchy - Learn: programming_tools, demonstration, open-source, cross-platform, interpreter, python, interactive, available, google, http, crunchy, application, html, browser
Easy Slide Shows With reST & S5

 

*2009.03.24 16:53:33 python deployment fabric paver
buildout virtualenv - Google Search
Ian Bicking: a blog :: My Experience Writing a Build System
Where's the Capistrano knock-off for us Python web devs?
Are there any other good alternatives to zc.buildout and/or virtualenv for installing non-python dependencies? - Stack Overflow
Howto install Pylons with buildout - Pylons Community - PythonWeb
Buildout and Virtualenv: A Repeatable Solution for Plone by Josh Kidd and Paul Bugni — Plone TV - screencasts, podcasts and videos about Plone and Zope
buildout/pycon2008 tutorial - PythonInfo Wiki
Welcome to Minitage’s documentation! — Minitage v0.4.1 documentation
About — Minitage v0.4.1 documentation
Managing projects with Buildout — Plone CMS: Open Source Content Management
Python Package Index : zc.buildout 1.1.1
Benjamin Smith : byteflow/django+supervisord+nginx = WIN
Python Package Index : collective.recipe.modwsgi 1.0
Python Package Index : pip 0.3.1
Simple & Easy Deployment with Fabric and Virtualenv | Django Web Development - Lincoln Loop
lincolnloop's lincoln-loop-deploy at master - GitHub
Fabric - index
Vellum: Simple Python Can Build Many Things in Launchpad
Paver: Easy Scripting for Software Projects — Paver v0.8 documentation
paver fabric python - Google Search
[Chicago] Capistrano alternatives
Deploying Python Web Applications » Armin Ronacher

 

*2009.03.24 16:53:11 python deployment supervisor
pylons mod_wsgi virtualenv - Google Search
Label: apache - Labels - PythonWeb
Pylons deployment with daemontools - Pylons Cookbook - PythonWeb
Manage Pylons application with supervisord - Pylons Cookbook - PythonWeb
Scripts for paster serve - Pylons Cookbook - PythonWeb
Python Package Index : collective.lead 1.0
Supervisor
Maintainable Software
Ian Bicking: a blog :: Workingenv is dead, long live Virtualenv!

 

*2009.03.24 11:40:14 python gstreamer

installing gstreamer is not python specific there are many applications that use gstreamer gstreamer requires a native build for a given operating system

Projects utilizing GStreamer include:

https://launchpad.net/elisa/+download Elisa project files | http://groups.google.com/group/comp.lang.python.announce/browse_thread/thread/b355a76c7bb08184 | Elisa Media Center 0.5.31 Release - comp.lang.python.announce | Google Groups | http://elisa.fluendo.com/participate/ | Elisa, the free media player - Participate | http://www.fluendo.com/shop/product/complete-set-of-playback-plugins/ | Fluendo Shop

Songbird Blog » GStreamer Progress
Songbird Blog » GStreamer for all
Songbird Blog » GStreamer now available in Mac and Windows nightlies!
Songbird - Open Source Music Player
Advene project
Downloads - PiTiViWiKi
Whaaw! Media Player - Summary [Gna!]

https://code.fluendo.com/pigment/trac Pigment - Trac | http://www.jokosher.org/ | Jokosher | http://www.jokosher.org/screenshots | Jokosher » Screenshots

Installing GStreamer on Mac OS X:

(not sure if you can use the libraries bundled with songbird somehow?)

gstreamer macosx - Google Search
GstreamerOnMacOSX - gstreamer-java - Build instructions for gstreamer on macosx. - Google Code
gstreamer play quicktime movie - Google Search
Gstreamer version 0.10.21 - How to Download and Install on Mac OS X
GstreamerMac – Tribler
#96 (fluendo-megabundle can't play quicktime video) - Fluendo GStreamer - Trac
GstreamerMacPython – Tribler

FFMPEG

(looks like gstreamer has ffmpeg plugins, so that should allow utilization of both sets of plugins... seems better than locking in to one only) | http://code.google.com/p/pyffmpeg/ | pyffmpeg - Google Code | http://code.google.com/p/wffmpeg/ | wffmpeg - Google Code | http://www.google.com/search?q=gstreamer+ffmpeg&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a | gstreamer ffmpeg - Google Search | http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html | http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html

Other Python Media Playback systems:

python media playback - Google Search
PyMedia - Python module for avi, mp3, dvd, wma, ogg processing - pymedia_tut
PyMedia - Python module for avi, mp3, dvd, wma, ogg processing - pymedia_tut
PyMedia - Python module for avi, mp3, dvd, wma, ogg processing - pymedia
SourceForge.net: PyMedia: pymedia-users

https://www.ogre3d.org/ OGRE - Open Source 3D Graphics Engine | http://mail.python.org/pipermail/python-list/2006-June/559736.html | Python Video processing. | http://www.pygame.org/wiki/gsoc2009ideas | pygame - python game development

 

*2009.03.19 17:35:04 python new_module
$ paster create --list-templates
Available templates: basic_namespace: A project with a namespace package
basic_package: A basic setuptools-enabled package nested_namespace: A project with two nested namespaces. paste_deploy: A web application deployed through paste.deploy

paster create

Enter project name: converter Variables:

System Message: ERROR/3 (<string>, line 11)

Unexpected indentation.
egg: converter package: converter project: converter

System Message: WARNING/2 (<string>, line 14)

Block quote ends without a blank line; unexpected unindent.

Enter version (Version (like 0.1)) ['']: Enter description (One-line description of the package) ['']: A collection of scripts to assist in converting playlists found in one format to another. Also see the medialist module. Enter long_description (Multi-line description (in reST)) ['']: Enter keywords (Space-separated keywords/tags) ['']: playlists medialists conversion converter playlist medialist Enter author (Author name) ['']: Charles Brandt Enter author_email (Author email) ['']: code@contextiskey.com Enter url (URL of homepage) ['']: http://contextiskey.com Enter license_name (License name) ['']: MIT Enter zip_safe (True/False: if the package can be distributed as a .zip file) [False]:

 

*2009.03.18 19:12:09 python community
indypy - Google Search
IndyPy March Meetup - IndyPy Meetup (Indianapolis, IN) - Meetup.com
clayton - IndyPy Meetup (Indianapolis, IN) - Meetup.com
Calvin Hendryx-Parker - IndyPy Meetup (Indianapolis, IN) - Meetup.com
Twitter / calvinhp
Twitter / absenth
tweetie ping.fm - Google Search
Twitter iPhone App eetieas Been Updated! Ping.fm, RT New Theme and More! - The Next Web
Ping.fm / Update all of your social networks at once!

 

*2009.03.18 19:10:48 python authentication
*2009.03.18 19:09:03 python blog_and_cms melkjug
The Open Planning Project
Melkjug | Sign Up
Melkjug Project - OpenPlans
about - Melkjug Project - OpenPlans
DevelopmentGuide â melkjug
DevelopmentGuide â melkjug
Apache CouchDB: The CouchDB Project

 

*2009.03.17 16:20:23 python deployment
*2009.03.17 15:53:19 python deployment

deployment tools seem to boil down to fabric paver vellum buildout

 

*2009.03.17 15:53:01 python deployment comprehensive
buildout virtualenv - Google Search
Ian Bicking: a blog :: My Experience Writing a Build System
Where's the Capistrano knock-off for us Python web devs?
Are there any other good alternatives to zc.buildout and/or virtualenv for installing non-python dependencies? - Stack Overflow
Howto install Pylons with buildout - Pylons Community - PythonWeb
Buildout and Virtualenv: A Repeatable Solution for Plone by Josh Kidd and Paul Bugni — Plone TV - screencasts, podcasts and videos about Plone and Zope
buildout/pycon2008 tutorial - PythonInfo Wiki
Welcome to Minitage’s documentation! — Minitage v0.4.1 documentation
About — Minitage v0.4.1 documentation
Managing projects with Buildout — Plone CMS: Open Source Content Management
Python Package Index : zc.buildout 1.1.1
Benjamin Smith : byteflow/django+supervisord+nginx = WIN
Python Package Index : collective.recipe.modwsgi 1.0
Python Package Index : pip 0.3.1
lincolnloop's lincoln-loop-deploy at master - GitHub
Simple & Easy Deployment with Fabric and Virtualenv | Django Web Development - Lincoln Loop
Fabric - index
Vellum: Simple Python Can Build Many Things in Launchpad
Paver: Easy Scripting for Software Projects — Paver v0.8 documentation
paver fabric python - Google Search
[Chicago] Capistrano alternatives
Deploying Python Web Applications » Armin Ronacher

 

*2009.03.16 17:37:34 python frameworks dabo
*2009.03.16 16:04:28 python virtualenv

using virtualenv on Mac OS X server edition requires downloading and installing Xcode Developer tools in order to gain access to install_name_tool once that is there, everything works just fine.

 

*2009.03.16 11:23:16 python authentication
*2009.03.16 11:13:28 python deployment
*2009.03.16 11:12:10 python deployment memcached
*2009.03.16 11:09:26 python deployment

one of the links below hammers CPU usage

 

*2009.03.16 11:07:17 python deployment
buildout vs virtualenv - Google Search
Buildout and Virtualenv — Jfroche World
Re: buildout vs virtualenv for pylons and/or other wsgi apps?
Buildout and Virtualenv: A Repeatable Solution for Plone — Plone CMS: Open Source Content Management
Buildout and Virtualenv.mov (video/quicktime Object)
python capistrano - Google Search
Where's the Capistrano knock-off for us Python web devs?
Blog of Wheat — bud.ca
Fabric: lightweight Capistrano-like deployment tool written in Python : programming
Fabric - index
vellum python - Google Search
Launchpad Blueprints
robotic thoughts...

https://launchpad.net/vellum/ Vellum: Simple Python Can Build Many Things in Launchpad | http://www.blueskyonmars.com/projects/paver/ | Paver: Easy Scripting for Software Projects — Paver v0.8 documentation

 

*2009.03.06 15:43:26 python pylons forms toscawidgets
toscawidgets - Google Search
ToscaWidgets: Test Driven Modular Ajax - PyCon 2009 - Chicago - A Conference for the Python Community
ToscaWidgets
Tutorials w.forms v0.9.3dev-20090212 documentation
Pylons oscaWidgets v0.9.5dev-20090212 documentation
Building a Form with tw.forms w.forms v0.9.3dev-20090212 documentation
Using tw.forms with Pylons. Part 1 w.forms v0.9.3dev-20090212 documentation
SQLAlchemy & Elixir w.forms v0.9.3dev-20090212 documentation
ToscaWidgets Cookbook G2 v2.0b6 documentation
Adding Captcha to your Form G2 v2.0b6 documentation
reCAPTCHA: Stop Spam, Read Books
OpenLayers Map Widget G2 v2.0b6 documentation
ToscaWidgets - Documentation
Welcome to tw.dynformsdocumentation! w.dynforms v0.9.0 documentation
Tutorial w.dynforms v0.9.0 documentation
sqlalchemy-migrate - Google Code
miruku rac
miruku vs sqlalchemy-migrate - Google Search
urssus - Google Code
Lateral Opinion
rawdog
WidgetBrowserdocumentation idgetBrowser v0.1 documentation
Installing the WidgetBrowser idgetBrowser v0.1 documentation
Using the WidgetBrowser idgetBrowser v0.1 documentation
ToscaWidgets Documentation oscaWidgets v0.9.5dev-20090212 documentation
ToscaWidgets Documentation oscaWidgets v0.9.5dev-20090212 documentation
tw.forms.fields w.forms v0.9.3dev-20090212 documentation
Building a Form with tw.forms w.forms v0.9.3dev-20090212 documentation
SQLAlchemy & Elixir w.forms v0.9.3dev-20090212 documentation
FAQ oscaWidgets rac w.forms
ToscaWidgets Documentation oscaWidgets v0.9.5dev-20090212 documentation
Raw WSGI oscaWidgets v0.9.5dev-20090212 documentation
tw.api oscaWidgets v0.9.5dev-20090212 documentation
toscawidgets date field - Google Search
Using Tosc

 

*2009.02.23 16:04:15 python authentication
PortableContacts - Google Search
Portable Contacts
OAuth - Google Search
OAuth — An open protocol to allow secure API authorization in a simple and standard method from desktop and web applications.
OAuth: Introduction
Open Social - Google Search
OpenSocial - Google Code
OpenSocial - Wikipedia, the free encyclopedia
pylons oauth - Google Search
TurboGears | Google Groups
TurboGears's support for OAuth - TurboGears | Google Groups
repoze.what - Google Search
repoze.what – Authorization for WSGI applications — repoze.what v1.0.4 documentation
repoze.who – WSGI Authentication Middleware — repoze.who v1.0.10 documentation
Middleware Responsibilities — repoze.who v1.0.10 documentation

 

*2009.02.23 15:33:21 python pylons forms
*2009.02.23 15:26:05 python frameworks grok sqlalchemy
Martijn Faassen - Google Search
Zope.org - Martijn Faassen's Page
Python Secret Weblog
Writing Blazing Fast, Infinitely Scalable, Pure-WSGI Utilities - Die in a Fire - Eric Florenzano’s Blog
Still Developing...
grok - Google Search
Grok - A Smashing Web Framework — Grok
Evaluate Grok — Grok
Components — Grok
grok sqlalchemy - Google Search
SQLAlchemy with Grok
Grok for Zope 3 developers — Grok
zope3 sqlalchemy - Google Search
Zope 3 wiki How do I use SQL Alchemy?
zope-alchemist - Google Code

 

*2009.02.23 15:24:26 python blog_and_cms
DISQUS | Terms and Privacy
Generic Code - DISQUS Wiki

 

*2009.02.23 15:23:45 python frameworks zope repoze grok plone
Repoze Components
repoze.bfg Introduction — repoze.bfg v0.6.9 documentation
plope - Inversion of Control In Web Frameworks
Ian Bicking: a blog :: Where Next For Plone Development?
Zope 3 wiki Component Architecture Overview
Topp Engineering » What Bothers Me About The Component Architecture
Zope 3 wiki Zope 3 wiki
Zope 2 wiki Zope 2 or Zope 3 ?

 

*2009.02.23 15:23:22 python frameworks turbogears

1.0/CRUDTemplate - TurboGears Documentation | http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=wzJ&q=turbogears2+catwalk&btnG=Search | turbogears2 catwalk - Google Search | http://docs.turbogears.org/1.0/Catwalk | 1.0/Catwalk - TurboGears Documentation | http://turbogears.org/ | TurboGears: Front-to-Back Web Development | http://www.turbogears.org/2.0/docs/ | TurboGears Documentation: — TG2 v2.0b6 documentation | http://www.turbogears.org/2.0/docs/toc.html#validation-form-handling-and-form-widgets | Getting Started with TurboGears — TG2 v2.0b6 documentation | http://docs.turbogears.org/1.0/Toolbox | 1.0/Toolbox - TurboGears Documentation | http://www.turbogears.org/2.0/docs/index.html | TurboGears Documentation: — TG2 v2.0b6 documentation | http://www.turbogears.org/2.0/docs/main/DownloadInstall.html#installing-the-development-version-of-turbogears-2-from-source | How to install TurboGears 2 — TG2 v2.0b6 documentation | http://www.google.com/search?q=turbogears+2+tg-admin+toolbox&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a | turbogears 2 tg-admin toolbox - Google Search | http://turbogears.org/2.0/docs/main/WhatsNew.html | What’s new in TurboGears 2 — TG2 v2.0b6 documentation | http://turbogears.org/cogbin/ | TurboGears CogBin | http://www.turbogears.org/2.0/docs/main/QuickStart.html | Quickstarting a TurboGears 2 project — TG2 v2.0b6 documentation | http://www.turbogears.org/2.0/docs/main/Wiki20/wiki20.html | The TurboGears 2 Wiki Tutorial — TG2 v2.0b6 documentation | http://docs.turbogears.org/1.0 | 1.0 - TurboGears Documentation | http://www.turbogears.org/2.0/docs/toc.html#session-tracking | Getting Started with TurboGears — TG2 v2.0b6 documentation | http://www.turbogears.org/2.0/docs/toc.html#development-tools | Getting Started with TurboGears — TG2 v2.0b6 documentation | http://www.turbogears.org/2.0/docs/main/Profile.html#installing-repoze-profile | Profiling your app — TG2 v2.0b6 documentation

 

*2009.02.23 15:23:01 python frameworks crud
*2009.02.23 11:09:54 python pylons forms
*2009.02.23 09:43:36 python pylons forms
pylons form generation - Google Search
Jonathan Ellis's Programming Blog - Spyced: My half-baked thoughts on Python web frameworks
techspot.zzzeek.org Blog Archive Better Form Generation with Mako and Pylons
Form generation with Mako - Pylons Cookbook - PythonWeb
techspot.zzzeek.org Blog Archive Better Form Generation with Mako and Pylons
Daylife - A New Way to Explore the World
Jonathan Ellis's Programming Blog - Spyced: FormAlchemy 1.0
Welcome // Werkzeug

 

*2009.02.23 09:36:58 python pylons form_alchemy
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
formalchemy - Google Code
Mapper Configuration — SQLAlchemy 0.5.3 Documentation
Pylons integration — FormAlchemy v1.2 documentation
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
formalchemy render errors - Google Search
formalchemy.tables – Rendering collections — FormAlchemy v1.2 documentation
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
FormAlchemy | Google Groups
Issue 30 in formalchemy: Key Error in AbstractField._validate [with patch] - FormAlchemy | Google Groups
Trouble with second association on a form - FormAlchemy | Google Groups

 

*2009.02.20 15:56:15 python pylons tosca_widgets general form generation
pylons form generation - Google Search
Jonathan Ellis's Programming Blog - Spyced: My half-baked thoughts on Python web frameworks
techspot.zzzeek.org » Blog Archive » Better Form Generation with Mako and Pylons
Form generation with Mako - Pylons Cookbook - PythonWeb
techspot.zzzeek.org » Blog Archive » Better Form Generation with Mako and Pylons
Daylife - A New Way to Explore the World
Jonathan Ellis's Programming Blog - Spyced: FormAlchemy 1.0
Welcome // Werkzeug

 

*2009.02.20 15:54:52 python pylons tosca_widgets

spent a while today looking into tosca widgets, dbmechanics and db sprockets doesn't quite seem to be in the same place that form alchemy is

 

*2009.02.20 15:54:34 python pylons tosca_widgets
PylonsHQ - Blog
View templates Chapter (Pylons Book)
formalchemy - Google Code
Forms - Pylons Cookbook - PythonWeb
Django | Working with forms | Django Documentation
Max Ischenko’ blog » Blog Archive » Using django.newforms with Pylons
Django | Working with forms | Django Documentation
dbsprockets - Google Code
Source Checkout - dbsprockets - Google Code
toscawidgets - Google Search
ToscaWidgets: Test Driven Modular Ajax - PyCon 2009 - Chicago - A Conference for the Python Community
ToscaWidgets
Pylons — ToscaWidgets v0.9.5dev-20090212 documentation
Building a Form with tw.forms — tw.forms v0.9.3dev-20090212 documentation
Tutorials — tw.forms v0.9.3dev-20090212 documentation
SQLAlchemy & Elixir — tw.forms v0.9.3dev-20090212 documentation
ToscaWidgets Cookbook — TG2 v2.0b5 documentation
Adding Captcha to your Form — TG2 v2.0b5 documentation
reCAPTCHA: Stop Spam, Read Books
OpenLayers Map Widget — TG2 v2.0b5 documentation
Using tw.forms with Pylons. Part 1 — tw.forms v0.9.3dev-20090212 documentation

 

*2009.02.20 13:33:16 python pylons tosca_widgets
*2009.02.20 13:30:34 python pylons tosca_widgets

#2009.02.20 13:29:59 admin@one:/c/downloads/python hg clone http://toscawidgets.org/hg/ToscaWidgets/

 

*2009.02.20 11:38:06 python pylons tosca_widgets

downloading and trying out: sudo easy_install -zmaxd . ToscaWidgets sudo easy_install -zmaxd . tw.forms

 

*2009.02.20 10:12:09 python pylons form_alchemy
*2009.02.17 09:57:38 python pylons form_alchemy

 

*2009.02.17 09:31:23 python pylons form_alchemy
formalchemy pylons - Google Search
formalchemy.ext.pylons – Pylons extensions — FormAlchemy v1.1 documentation
Jonathan Ellis's Programming Blog - Spyced: FormAlchemy 1.0
Jonathan Ellis's Programming Blog - Spyced: FormAlchemy 1.1: admin app, composite key support
Forms - Pylons Cookbook - PythonWeb
formalchemy.forms – Form generation — FormAlchemy v1.1 documentation
formalchemy.forms – Form generation — FormAlchemy v1.1 documentation
Jonathan Ellis's Programming Blog - Spyced
formalchemy, no session found - Google Search
formalchemy admin many to many - Google Search
formalchemy - Google Code
QuickTutorial02 - formalchemy - A quick tutorial - Google Code
Faq - formalchemy - Faq - Google Code
formalchemy - Google Code
FormAlchemy | Google Groups
Is it possible to use FormAlchemy without binding a session? - FormAlchemy | Google Groups
Many to many validation - FormAlchemy | Google Groups
formalchemy - Google Code
Pylons integration — FormAlchemy v1.2 documentation
formalchemy.ext.pylons – Pylons extensions — FormAlchemy v1.2 documentation
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
InstallingFormAlchemy - formalchemy - Installing FormAlchemy - Google Code
formalchemy form.mako - Google Search

 

*2009.02.15 22:31:49 python pyjamas

was reading about pyjamas web UI framework for python based on WebKit still reading up on that

 

*2009.02.12 10:51:58 python pylons sqlalchemy

paster setup-app development.ini

 

*2009.02.12 10:26:16 python pylons sqlalchemy
  • The MetaData object Pylons uses is defined in model/meta.py so is accessed here as meta.metadata whereas in the previous chapter it was defined in the same file so the examples just used metadata.
  • Pylons generated the init_model() function when the project was created. It gets called after the engine has been created each time your application starts from config/environment.py to connect the model to the database.

Caution!

Pylons generates a project to use SQLAlchemy 0.4 but many users will want to use the newer SQLAlchemy 0.5 described in Chapter 7. They are very similar but the transactional=True argument to orm.sessionmaker() in init_model() is deprecated. Instead you should specify autocommit=False. This has exaclty the same behaviour but will not generate a deprecation warning.

change: model/meta.py # SQLAlchemy session manager. Updated by model.init_model() Session = scoped_session(sessionmaker(autoflush=True, autocommit=False))

 

*2009.02.12 10:02:42 python pylons sqlalchemy

#then offline in /c/downloads/python sudo easy_install -f . SQLAlchemy

 

*2009.02.11 16:10:18 python pylons sqlalchemy

cd /c/downloads/python/pylons-eggs sudo easy_install -zmaxd . easy_install -zmaxd . "SQLAlchemy >= 0.5, <=0.5.99"

 

*2009.02.04 19:50:06 system python install

nosetests | http://somethingaboutorange.com/mrl/projects/nose/ | sudo easy_install nose

 

*2009.01.21 23:23:44 python testing

Unit testing is a good habit to get into. There are many unit testing frameworks for Python. Pylons uses one called nosetests and I have been very pleased with it. Here are a few notes I've collected on the topic:

 

*2009.01.21 10:23:06 system python install virtualenv

If you are on a shared system, Virtual Env may help isolate your Python instance from other Python instances on the system.

 

*2009.01.21 10:13:12 system python install imaging pil

The other component that you will need to install is the Python Imaging Library (often abbreviated as PIL).

Binaries for windows are available at the main site. Binary packages are much easier to install than from source.

For Mac OS X you can use ports, or find a binary package like the following: | http://pythonmac.org/packages/py25-fat/index.html | This also requires the 2.5 version of Python from python.org. (The one distributed with Leopard won't work)

also [2009.06.26 13:19:06] after installing the python from python.org, make sure that the python in the default path is using the latest python which python python -V should be 2.5.4

sudo rm /usr/bin/python sudo ln -s /usr/local/bin/python /usr/bin/python

sudo rm /usr/bin/pythonw sudo ln -s /usr/local/bin/pythonw /usr/bin/pythonw

See also: | http://code.google.com/appengine/docs/python/images/installingPIL.html

 

*2009.01.21 10:01:51 system python install

Python is included with many operating systems.

An easy way to check if your system already has Python is to open up a terminal / command prompt and type:

python -V

for example: python -V Python 2.5.2

If your operating system does not have Python installed, please visit: | http://www.python.org | For more information on downloading and installing Python for your system.

 

*2009.01.16 02:22:45 python mercurial clone

if there is already an instance that you want to start from, go ahead and grab a copy using whatever version control system you like.

hg clone [source] [destination]

 

*2009.01.15 18:06:21 python mercurial initialize

hg init

 

*2009.01.12 20:02:15 python pylons mako ajax toscawidgets
*2009.01.09 10:54:27 python pylons book
*2009.01.09 10:49:07 python pylons authentication
*2009.01.09 08:45:46 python pylons authentication
pylons authkit - Google Search
AuthKit with Pylons - AuthKit Cookbook - PythonWeb
Authentication and Authorization (Page Not Found) - Pylons Book - PythonWeb
Authentication and authorization Chapter (Pylons Book)
The Pylons Book
Toc Chapter (Pylons Book)

 

*2009.01.09 08:35:33 python google_app_engine maps api
Google Apps for business
Google Apps for business – messaging tools
Google Apps for business – collaboration tools
google maps api - Google Search
Google Maps
Google Maps API - Google Code

 

*2009.01.09 08:30:58 python pylons mako documentation

also downloaded to (see also) /charles/downloads/reference/mako-documentation.html

 

*2009.01.09 08:30:41 python pylons mako caching templates
pylons template cache - Google Search
Caching in Templates and Controllers - Pylons Official Docs - PythonWeb
Mako Documentation - Caching

 

*2009.01.09 08:27:43 python pylons forms file upload
pylons upload - Google Search
Hacking Pylons for handling large file upload - Pylons Cookbook - PythonWeb
A Better Way To Limit File Upload Size - Pylons Cookbook - PythonWeb
File Upload Progress Indicator for Pylons in Launchpad
Home - Pylons Official Docs - PythonWeb
Site Search - PythonWeb
Using twForms with Pylons. Part 1 - ToscaWidgets - PythonWeb
Form Handling - Pylons Official Docs - PythonWeb
ToscaWidgets

 

*2009.01.09 08:19:04 python regular_expression

see also /charles/downloads/reference/Regular Expression HOWTO.html

 

*2009.01.09 08:19:01 python regular_expression
*2008.12.16 16:12:09 python email imap
*2008.12.16 16:11:39 python pylons mako ajax
pylons render output from multiple controllers on one page - Google Search
techspot.zzzeek.org Blog Archive Ajax the Mako Way
View templates Chapter (Pylons Book)
Simplesite tutorial Chapter (Pylons Book)

 

*2008.12.16 16:11:28 python pylons mako
mako template global include - Google Search
Mako Problems
View templates Chapter (Pylons Book)
Mako Documentation - The Mako Runtime Environment

 

*2008.12.14 13:53:59 python package management discussion
*2008.12.10 10:00:49 python testing links
*2008.12.09 11:14:16 python testing

in pylons project directory, should just be able to run nosetests

 

*2008.12.09 08:39:56 python testing

if tests are not being run, be sure that the test_* files do not have the executable permission flag set on the filesystem

nose will IGNORE those!

#2008.12.09 08:38:33 sudo chmod -R 664 pose/tests/functional/*

make sure not to chmod the directory itself to 664... that will prevent the system from being able to browse dir!

 

*2008.12.01 02:05:50 python pylons references

currently reading pylons_book here may want to point pylons-book.txt here

 

*2008.11.27 11:55:09 python pylons
*2008.11.27 11:54:04 python publish_code google_code
*2008.11.26 12:22:47 python blog_and_cms feedparser
*2008.11.26 12:17:48 python facebook
*2008.11.25 10:00:11 python zope
Zope 3 wiki Zope 3 wiki
Ruby Gems, Python Eggs, and the beauty of unittest (dirtSimple.org)

 

*2008.11.25 09:59:32 python instant_messaging jabber xmpp

 

*2008.11.23 20:40:33 python blog_and_cms
*2008.11.23 20:33:44 python unicode
*2008.11.19 21:36:24 python
*2008.11.18 22:22:13 python publish_code

when creating a new template for a module, consider using: paster create

 

*2008.11.18 10:12:48 python unicode
*2008.11.18 10:12:13 python metaclasses py3k
python meta object - Google Search
Metaobject - Wikipedia, the free encyclopedia
A Primer on Python Metaclass Programming | O'Reilly Media
Unifying types and classes in Python 2.2
Python 3.0rc2 Release
What’s New in Python 3.0 — Python v3.0c2 documentation
Overview — Python v3.0c2 documentation
PEP 3000 -- Python 3000
What’s New in Python 3.0 — Python v3.0c2 documentation
PEP 3101 -- Advanced String Formatting
python shell library - Google Search
Projects tagged ‘python’ and ‘shell’ - Ohloh
hotwire
Reinteract
Reinteract - Trac

 

*2008.11.17 18:09:30 python publish_code

going to try out google code should be good for version control

 

*2008.11.17 15:45:38 python unicode
*2008.11.14 19:25 python search index text
*2008.11.13 12:08 python tag_clouds
*2008.11.12 17:46 python pylons content type static_files
*2008.11.11 14:51 python decoding itunes playlists plist
elementPlist - Google Search
Electric Duncan: Export iTunes Playlists as .m3u Files
Electric Duncan: iTunes Playtlist with cElementTree
Blogger: User Profile: Duncan McGreggor
Cog - News
VoodooPC: Blending Art, Innovation and Performance
Duncan McGreggor - Blendix
Twisted Matrix Laboratories
2343277326_6b9985be94_b.jpg (JPEG Image, 1024x576 pixels) - Scaled (99%)
Electric Duncan: Current and Future Happenings

 

*2008.11.09 21:28 python restructured_text
*2008.10.26 13:35 python backslash re forward slash
*2008.10.19 18:14 python media playback
niftyplayer - Google Search
NiftyPlayer - a small and simple Flash MP3 player!
FlashMP3alizer: Simple example
Microformats | Code & Tools
XFN: Introduction and Examples
XSPF Web Music Player (Flash) - Plays MP3 on your website
XSPF A Better Way to Play MP3s on your site
XSPF: XML Shareable Playlist Format: Quick Start
python xspf - Google Search
XSPF: XML Shareable Playlist Format: Applications
Xiph.org

 

*2008.10.19 16:49 python presentations s5 latest version

this is the most up to date version of S5 that I found | http://www.netzgesta.de/S5/references.php | S5 Reloaded • References

 

*2008.10.19 16:46 python presentations s5 pose

s5 presentations are now generated in pose | http://www.google.com/search?q=slide+show&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a | slide show - Google Search | http://www.slide.com/ | Slide - slideshows, slide shows, photo sharing, image hosting, widgets, MySpace codes, web publishing, music - Slide | http://www.codeplex.com/SlideShow | Slide.Show - Home | http://bighugelabs.com/flickr/slideshow.php | Slideshow: Create an online slideshow | http://www.vertigo.com/SlideShow.aspx | Vertigo: Slide.Show | http://en.wikipedia.org/wiki/Slideshow | Slideshow - Wikipedia, the free encyclopedia | http://en.wikipedia.org/wiki/Photo_slideshow_software | Photo slideshow software - Wikipedia, the free encyclopedia | http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=Vxv&q=s5+full+screen&btnG=Search | s5 full screen - Google Search | http://meyerweb.com/eric/tools/s5/ | S5: A Simple Standards-Based Slide Show System | http://meyerweb.com/eric/tools/s5/primer.html | A Basic Primer in Using S5 | http://meyerweb.com/eric/tools/s5/structure-ref.html | S5 1.1 Reference | http://meyerweb.com/eric/tools/s5/structure-min.html | Minimal S5 Structure | http://meyerweb.com/eric/tools/s5/filemap.html | S5 File Map | http://meyerweb.com/eric/tools/s5/faq.html | S5 FAQ | http://dsandler.org/wp/archives/2006/03/08/s5-fullscreen-on-os-x | S5 fullscreen on OS X? | http://docutils.sourceforge.net/docs/user/slide-shows.html | Easy Slide Shows With reST & S5 | http://www.google.com/search?q=s5+autoplay&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a | s5 autoplay - Google Search | http://www.netzgesta.de/S5/references.php | S5 Reloaded • References | http://s5project.org/ | S5 Project | http://en.wikipedia.org/wiki/S5_(file_format) | S5 (file format) - Wikipedia, the free encyclopedia

 

*2008.10.17 12:43 python graphic_libraries

shoes is one for ruby

seems like I saw another one of these recently, can't remember where though

 

*2008.10.17 12:42 python graphic_libraries

see also wxpython

 

*2008.10.17 12:41 python

both of these have been completed at some point #2008.08.19 15:36 should be able to install everything offline via USB since ubuntu systems won't always have access

will also need good reference material available offline

#2008.07.07 09:11 virtualenv configure a virtualenv (and in this case install pylons)

 

*2008.10.17 11:30 python media playback
*2008.10.16 17:06 python media playback
open source flash media player - Google Search
Flowplayer / Downloads
XSPF Web Music Player (Flash) - Plays MP3 on your website
XSPF A Better Way to Play MP3s on your site
Where is Webjay? - Music

 

*2008.09.30 09:08 python pylons administration rename move app

Jonathan Vanasco Wed, 24 Sep 2008 08:20:09 -0700

I've had to do this before...

you'll want to rename the appropriate files / directories , and then replace all the module name instances in your project

ie: if your project is named ASDFGHJK , then you'll need to rename: /ASDFGHJK /ASDFGHJK/asdfhjk /ASDFGHJK/asdfhjk.egg-info

then do a s/ASDFGHJK/? on the files

there are lots of
import ASDFGHJK from ASDFGHJK import

if you're using a mac, TextWrangler has a great find/replace function that works on directories

if you're using subversion for version control, i generaly like to do it like this: 1- rename files 2- commit 3- find/replace text 4- commit

if you're using git or mercurial, i think you can do the commits in one step. svn needs them in two though.

 

*2008.09.22 21:23 python database
*2008.09.20 21:44 python jpeg

seems like the best way to do lossless image (jpeg) rotation in python is to use the commands jpegtrans and jhead, both open source, but command line. easy enough to wrap in a system call of sorts (subprocess.Popen)

see simple browser gallery for examples.

 

*2008.09.17 09:52 python blog_and_cms
*2008.09.16 21:09 python pylons administration

see also dreamhost pylons-deploy.txt

 

*2008.09.15 20:38 python pylons template models persistence sqlalchemy

forms are closely related to models

you'll need a way to persist the data.

if it's not tied to a specific directory of content, then it should probably be stored in a database of sorts to allow data lookup.

with pylons that probably means using sqlalchemy

if you didn't enable it in your project to begin with, you'll need to do so now following: | http://wiki.pylonshq.com/display/pylonsdocs/Using+SQLAlchemy+with+Pylons

set up meta.py set up model

init_model in __init

configure database string in config (development.ini) sqlalchemy.url = sqlite:///%(here)s/jb-dev.sqlite

environment.py websetup.py

don't forget! paster setup-app development.ini

 

*2008.09.15 20:38 python pylons new_pylons_app models persistence sqlalchemy

forms are closely related to models

you'll need a way to persist the data.

if it's not tied to a specific directory of content, then it should probably be stored in a database of sorts to allow data lookup.

with pylons that probably means using sqlalchemy

if you didn't enable it in your project to begin with, you'll need to do so now following: | http://wiki.pylonshq.com/display/pylonsdocs/Using+SQLAlchemy+with+Pylons

set up meta.py set up model

init_model in __init

configure database string in config (development.ini) sqlalchemy.url = sqlite:///%(here)s/jb-dev.sqlite

environment.py websetup.py

don't forget! paster setup-app development.ini

 

*2008.09.15 13:44 python pylons template forms

to start working with forms, you will new to methods to a class... one to show the form, one to handle the form.

you will also need to import the validate code. (formencode)

layouts and other form validation can be stored with other model code (I'm torn if that is more UI or model validation... pylons seems to go with model validation).

Pylons comes with an easy to use validate decorator, imported by default in your lib/base.py. Using it in your controller is pretty straight-forward:

#this gets the validate decorator. from pylons.decorators import *

 

*2008.09.15 13:44 python pylons new_pylons_app forms

to start working with forms, you will new to add methods to a class... one to show the form, one to handle the form.

you will also need to import the validate code. (formencode)

layouts and other form validation can be stored with other model code (I'm torn if that is more UI or model validation... pylons seems to go with model validation).

Pylons comes with an easy to use validate decorator, imported by default in your lib/base.py. Using it in your controller is pretty straight-forward:

#this gets the validate decorator. from pylons.decorators import *

 

*2008.09.12 09:52 python pylons template

once you have a basic pylons instance created, there are a few things that need to be configured for most sites to get started.

This seems beyond the scope of a basic installation document, but nonetheless should be documented.

from root of project:

 

*2008.09.11 18:02 python pylons template

paster controller name-of-new-controller

start with a main controller:

for simple sites this may be enough. (i.e. sites with only one level deep) for these sites it seems like over kill to make a separate controller for each page if there is really only an index page for each one.

some might argue to just stick with a templating system for a simple site, but just incase needs grow in the future, it is nice to have a framework in place. Pylons doesn't add a lot of bloat to even a simple site... so why not. Also keeps things consistent across projects.

make images and css directories in public:

remove public index.html (otherwise it will be default)

add standard templates

update routes

 

*2008.09.11 18:02 python pylons new_pylons_app controllers

paster controller name-of-new-controller

start with a main controller:

for simple sites this may be enough. (i.e. sites with only one level deep) for these sites it seems like over kill to make a separate controller for each page if there is really only an index page for each one.

It may be adequate to stick with a template system (i.e. manual static, sphynx, webby) for a simple site. On the other hand, if you're comfortable with python and needs grow in the future, it is nice to have a framework in place. Pylons doesn't add a lot of bloat to even a simple site. A framework keeps things consistent across projects.

 

*2008.09.11 17:59 python google_app_engine app engine
google app engine - Google Search
Google App Engine - Google Code
Google App Engine FAQs - Google App Engine - Google Code
What Is Google App Engine? - Google App Engine - Google Code

 

*2008.09.11 10:20 python wxpython
*2008.09.11 10:18 python pyroom
*2008.09.08 09:08 python presentations
*2008.09.08 09:07 python xml
*2008.09.08 09:06 python graphs_trees_hierarchy
*2008.09.07 13:03 python turbogears
turbo gears - Google Search
TurboGears: Front-to-Back Web Development
turbo gears pylons - Google Search
TurboGears - Wikipedia, the free encyclopedia
Planet Turbogears
Turbogears now based on Pylons! - pylons-discuss | Google Groups
Contributing - TurboGears Documentation
1.0 - TurboGears Documentation
1.0/GettingStarted/BigPicture - TurboGears Documentation

 

*2008.09.04 16:41 python blog_and_cms pybloxsom
Double Dose
publish to word press via atom - Google Search
publish to wordpress via atom - Google Search
posting to wordpress via ruby and atompub « processi
python atom publish - Google Search
atomixlib: A Python Atom generator
Atom + python - SWiK
Ian Bicking: a blog :: Atom Publishing Protocol: Atompub
Atom Protocol Exerciser
amplee - deFuze.org - Trac
amplee/Tutorial-0.6.x - deFuze.org - Trac
Python Package Index : Amara 1.2.0.2
4suite.org
atom-protocol-python | Google Groups
Microblogging in Python... some ideas and code - atom-protocol-python | Google Groups
atompub - Google Search
Atom
The Atom Publishing Protocol
pybloxsom on dreamhost - Google Search
The Geekess - Linux, bicycling, open source, gardening, amateur rockets, and other seemingly unrelated hobbies.
Re: tagging for dummies?
PyBlosxom - main site
PyBlosxom - main site
PyBlosxom - main site
PyBlosxom - main site
Advogato: Personal info for murrayc
Munich Blogs

 

*2008.09.04 12:55 python md5 du stat
*2008.09.04 12:54 python open_erp
*2008.09.04 12:53 python element_tree
*2008.09.04 12:52 python element_tree
python element tree - Google Search
ElementTreeOverview
Elements and ElementTrees
XPath Support inElementTree
XML Path Language (XPath)
python hierarchical - Google Search
PyTables - Hierarchical Datasets in Python
XML Matters: Process XML in Python with ElementTree
The ElementTree iterparseFunction
The cElementTreeModule
python iterator - Google Search
3.5 Iterator Types
Property List Programming Guide for Cocoa: XML Property Lists
Namespaces in XML 1.0 (Second Edition)
XML Namespaces
Shared hosting plans - WebFaction
Python 101 -- Introduction to Python

 

*2008.08.27 22:16 python virtualenv

instructions for using virtualenv.py in cur directory

C:>C:Python25python.exe "C:Documents and SettingsAdministratorDesktopvirt ualenv-1.0virtualenv.py" sandbox New python executable in sandboxScriptspython.exe Installing setuptools...............................done.

virtualenv.py [virtualenv-name] virtualenv.py tiny

cd [virtualenv-name] cd tiny source bin/activate

 

*2008.08.26 12:26 python media playback

ultimately, for media playback, probably just want to focus on generating playlists that can be used in any player (m3u) and the mechanisms to send/synchronize data.

this way it shouldn't matter what the user has installed.

 

*2008.08.26 12:24 python game pygame

after doing some exhaustive searches looks like the tools used in subcircuit are still some of the best available as far as mp3 decoding is concerned pymad

other options include: pymedia pygame

streaming media - Google Search
Streaming media - Wikipedia, the free encyclopedia
List of streaming media systems - Wikipedia, the free encyclopedia
FFmpeg - Wikipedia, the free encyclopedia
python streaming media - Google Search
Open Source P2P Video Streaming Software
Streaming audio over TCP with python-gstreamer - Lone Wolves - Web, game, and open source development
Fabrice Bellard - Wikipedia, the free encyclopedia
python play mp3 - Google Search
a pure python mp3 player?
PyMedia - Python module for avi, mp3, dvd, wma, ogg processing - pymedia_tut
SourceForge.net: PyMedia
sources
PyMedia - Python module for avi, mp3, dvd, wma, ogg processing - pymedia_tut
PyMedia - Python module for avi, mp3, dvd, wma, ogg processing - pymedia
pymedia osx - Google Search
pydfb - Google Search
pygame - python game development
comp.lang.python: Re: play mp3 files from python
Re: [pygame] MP3 and pygame :: ASPN Mail Archive :: pygame-users
mixer - Pygame Documentation
movie - Pygame Documentation
MPlayer - Wikipedia, the free encyclopedia
pygame - python game development
Pygame Installation
pygame - python game development
Simple DirectMedia Layer
Simple DirectMedia Layer
Simple DirectMedia Layer
August Black
Simple DirectMedia Layer
Simple DirectMedia Layer
Ubuntu -- Package Search Results -- pygame
Ubuntu -- Details of package python-pygame in gutsy

 

*2008.08.26 11:29 python pymedia

pymad instead:

download unpack make sure libmad and libmad-dev are installed

./config_unix.py

sudo python setup.py install

 

*2008.08.26 11:10 python pymedia

giving this a try since pygame sounded so bad for audio

downloaded source file:

extracted

tried: sudo python setup.py build

Using UNIX configuration...

OGG : not found VORBIS : not found FAAD : not found MP3LAME : not found VORBISENC : not found ALSA : not found

libogg-dev - Ogg Bitstream Library Development libogg0 - Ogg Bitstream Library libvorbis-dev - The Vorbis General Audio Compression Codec (development files) libvorbis0a - The Vorbis General Audio Compression Codec libvorbisenc2 - The Vorbis General Audio Compression Codec liblame-dev - LAME Ain't an MP3 Encoder liblame0 - LAME Ain't an MP3 Encoder libfaad2-0 - freeware Advanced Audio Decoder - runtime files libfaad2-dev - freeware Advanced Audio Decoder - development files libalsaplayer-dev - PCM player designed for ALSA (interface library, development files) libalsaplayer0 - PCM player designed for ALSA (interface library)

libvorbisfile3 - The Vorbis General Audio Compression Codec

libogg-dev - Ogg Bitstream Library Development libogg0 - Ogg Bitstream Library libvorbis-dev - The Vorbis General Audio Compression Codec (development files) libvorbis0a - The Vorbis General Audio Compression Codec libvorbisenc2 - The Vorbis General Audio Compression Codec liblame-dev - LAME Ain't an MP3 Encoder liblame0 - LAME Ain't an MP3 Encoder libfaad2-0 - freeware Advanced Audio Decoder - runtime files libfaad2-dev - freeware Advanced Audio Decoder - development files libalsaplayer-dev - PCM player designed for ALSA (interface library, development files) libalsaplayer0 - PCM player designed for ALSA (interface library)

 

*2008.08.25 12:23 python ipython

cd charles_b/external/python/ cd ipython-0.9.beta3 sudo python setup.py install ipython

 

*2008.08.25 12:22 python ipython

downloaded last weekend

Index of /dist/testing
Documentation - IPython
IPython Documentation — IPython v0.9.beta3 documentation
Quick IPython tutorial — IPython v0.9.beta3 documentation
FAQ - IPython
ONLamp.com -- Enhanced Interactive Python with IPython

 

*2008.08.18 15:07 python game pygame

pygame, custom interface write language to enable tests

interface should show different USBs... can see last known state of them

 

*2008.08.18 10:52 python blog_and_cms microblogging
*2008.08.18 10:51 python authentication openid
*2008.07.24 11:14 python pylons administration
*2008.07.23 14:30 python pylons references book
pylons display message if exists - Google Search
Authentication and Authorization - Pylons Cookbook - PythonWeb
Simplesite tutorial Chapter (Pylons Book)
#405 ([Patch] Split up @validate) – Pylons – Trac
Toc Chapter (Pylons Book)
Javascript and ajax Chapter (Pylons Book)
Getting started Chapter (Pylons Book)
Urls routing and dispatch Chapter (Pylons Book)

 

*2008.07.17 11:52 python restructured_text

#http://docutils.sourceforge.net/docutils/examples.py def html_parts(input_string, source_path=None, destination_path=None,

System Message: ERROR/3 (<string>, line 3)

Unexpected indentation.
input_encoding='unicode', doctitle=1, initial_header_level=1):

System Message: WARNING/2 (<string>, line 4)

Block quote ends without a blank line; unexpected unindent.

""" Given an input string, returns a dictionary of HTML document parts.

Dictionary keys are the names of parts, and values are Unicode strings; encoding is up to the client.

Parameters:

  • input_string: A multi-line text string; required.
  • source_path: Path to the source file or object. Optional, but useful for diagnostic output (system messages).
  • destination_path: Path to the file or object which will receive the output; optional. Used for determining relative paths (stylesheets, source links, etc.).
  • input_encoding: The encoding of input_string. If it is an encoded 8-bit string, provide the correct encoding. If it is a Unicode string, use "unicode", the default.
  • doctitle: Disable the promotion of a lone top-level section title to document title (and subsequent section title to document subtitle promotion); enabled by default.
  • initial_header_level: The initial level for header elements (e.g. 1 for "<h1>").

System Message: WARNING/2 (<string>, line 26)

Bullet list ends without a blank line; unexpected unindent.

""" overrides = {'input_encoding': input_encoding,

System Message: ERROR/3 (<string>, line 28)

Unexpected indentation.
'doctitle_xform': doctitle, 'initial_header_level': initial_header_level}

System Message: WARNING/2 (<string>, line 30)

Block quote ends without a blank line; unexpected unindent.
parts = core.publish_parts(
source=input_string, source_path=source_path, destination_path=destination_path, writer_name='html', settings_overrides=overrides)

System Message: WARNING/2 (<string>, line 34)

Definition list ends without a blank line; unexpected unindent.

return parts

def html_body(input_string, source_path=None, destination_path=None,
input_encoding='unicode', output_encoding='unicode', doctitle=1, initial_header_level=1):

System Message: WARNING/2 (<string>, line 39)

Block quote ends without a blank line; unexpected unindent.

""" Given an input string, returns an HTML fragment as a string.

The return value is the contents of the <body> element.

Parameters (see html_parts() for the remainder):

  • output_encoding: The desired encoding of the output. If a Unicode string is desired, use the default value of "unicode" .

System Message: WARNING/2 (<string>, line 48)

Bullet list ends without a blank line; unexpected unindent.

""" parts = html_parts(

System Message: ERROR/3 (<string>, line 50)

Unexpected indentation.
input_string=input_string, source_path=source_path, destination_path=destination_path, input_encoding=input_encoding, doctitle=doctitle, initial_header_level=initial_header_level)

System Message: WARNING/2 (<string>, line 54)

Block quote ends without a blank line; unexpected unindent.

fragment = parts['html_body'] if output_encoding != 'unicode':

System Message: ERROR/3 (<string>, line 56)

Unexpected indentation.
fragment = fragment.encode(output_encoding)

System Message: WARNING/2 (<string>, line 57)

Block quote ends without a blank line; unexpected unindent.

return fragment

def text2html(content):

""" not sure if there is a way to do this with docutils, but just want to have html line breaks where there are new lines (n -> <br />n) """ #http://docutils.sourceforge.net/docs/user/rst/quickref.html new = '' for line in content.split('n'):

#s matches whitespace #S matches alphanumeric # #if it has characters, make it a 'line block' #http://docutils.sourceforge.net/docs/user/rst/quickref.html if re.search('S', line):

System Message: ERROR/3 (<string>, line 74)

Unexpected indentation.
new += "| " + line + 'n'

System Message: WARNING/2 (<string>, line 75)

Block quote ends without a blank line; unexpected unindent.

html = html_body(new) return literal(html)

 

*2008.07.17 08:25 python decorators

 

*2008.07.16 12:13 python pylons administration
paster server apache - Google Search
Paste Script — Paste Script v1.6.3 documentation
Deployment Chapter (Pylons Book)

 

*2008.07.16 12:12 python pylons database elixir
*2008.07.16 12:09 python pylons sqlalchemy sqlite
Instance is not persisted sqlalchemy - Google Search
SQLAlchemy 0.4 Documentation - module sqlalchemy.orm.session
sqlite show tables - Google Search
sqlite3: A command-line access program for SQLite databases

 

*2008.07.16 12:09 python pylons database sqlite
Instance is not persisted sqlalchemy - Google Search
SQLAlchemy 0.4 Documentation - module sqlalchemy.orm.session
sqlite show tables - Google Search
sqlite3: A command-line access program for SQLite databases

 

*2008.07.16 11:22 python pylons administration

paster serve --stop-daemon

 

*2008.07.16 09:51 python pylons administration
paster make-config "SimpleSite==0.3.0" production.ini
paster make-config "ffm" production.ini

 

*2008.07.16 09:49 python pylons administration

this picks up where installation leaves off

overlap is in starting server:

paster serve --reload development.ini

 

*2008.07.14 17:32 python pylons administration paster daemon server serve

figure out how to run server as a daemon pass --deamon to paster serve: paster serve --daemon --reload development.ini paster serve --daemon --reload production.ini

 

*2008.07.14 16:33 python testing debugging

import pdb; pdb.set_trace()

in pylons import nose; nose.tools.set_trace() or nosetests --nocapture --with-pylons=test.ini from comments in: http://wiki.pylonshq.com/display/pylonsdocs/Unit+Testing or python setup.py nosetests

 

*2008.07.14 14:10 python blog_and_cms pyblosxom
*2008.07.14 11:25 python restructured_text
restructuredtext add line breaks - Google Search
Python Package Index : Index of Packages Matching 'templates'
Python Package Index : rest2web 0.5.0 Final
README: Docutils
Docutils Front-End Tools
Docutils Front-End Tools
The Docutils Publisher
The Docutils Publisher
Docutils Front-End Tools
Writing HTML (CSS) Stylesheets for Docutils
Docutils FAQ (Frequently Asked Questions)
Docutils FAQ (Frequently Asked Questions)
Docutils FAQ (Frequently Asked Questions)
Quick reStructuredText
python regular expressions - Google Search
4.2 re -- Regular expression operations
Regular Expression HOWTO

 

*2008.07.14 08:02 python restructured_text

adding in helpers to memory/web/browser/lib/helper.py

 

*2008.07.13 09:46 python restructured_text
*2008.07.11 09:38 python blog_and_cms
python blog software - Google Search
PythonBlogSoftware - PythonInfo Wiki
Python blogging software
Baltimore Squirrels
Byteflow Blog Engine - Trac
WordPress › Blog Tool and Weblog Platform
blogmaker - Google Code
Pylogger - Python Blogging Software
Frog - Python web logging software
midtoad’s mess.ages » Python programmers don’t (all) blog with python
Python powered blogging software - Python Ireland | Google Groups
Firedrop2 the Python Blog Client
rest2web - The Site Builder
PyBlosxom - main site

 

*2008.07.10 20:05 python virtualenv
pylons virtualenv - Google Search
Python Package Index : virtualenv 1.1
Using a Virtualenv Sandbox - Pylons Cookbook - PythonWeb
pylons controller - Google Search
Welcome to Pylons’ documentation! — Pylons v0.9.7 documentation
Pylons
Bel-EPA :: Welcome

 

*2008.07.10 20:03 python pylons mako
Pylons Python Web Framework
Pylons Python Web Framework - Docs
Home - Pylons Official Docs - PythonWeb
Mako for people in a hurry - Pylons Cookbook - PythonWeb
Mako Templates for Python
welcome to Mako!
Mako Documentation - Syntax
Form Handling - Pylons Official Docs - PythonWeb
WebHelpers -- Module Reference
FormEncode -- Module Reference
Introducing HInclude

 

*2008.07.10 20:02 python blog_and_cms
turbogears CMS - Google Search
blog.brianbeck.com, RTA Schedule 2.0 - brian's blog
Pagoda CMS: Using Python to build a CMS that doesn't suck.
pagoda cms - Google Search
Pagoda: A first-class plugin-based content management system
/pagoda/trunk/Pagoda/pagoda/plugins - PagodaCMS - Trac
Brian Beck's Text Adventure
techspot.zzzeek.org
blog.reddit -- what's new on reddit: reddit goes open source

 

*2008.07.10 10:25 python pylons references
pylons sqlalchemy - Google Search
Home - Pylons Official Docs - PythonWeb
Home - Pylons Cookbook - PythonWeb
Making a Pylons Blog - Pylons Cookbook - PythonWeb
Accessing your model outside of Pylons - Pylons Cookbook - PythonWeb
Using SQLAlchemy with Pylons - Pylons Official Docs - PythonWeb
What's new in Pylons 0.9.7? - Pylons Cookbook - PythonWeb

 

*2008.07.10 10:22 python pylons database migrations
*2008.07.09 11:46 python blog_and_cms
*2008.07.07 18:32 python pylons REST controller
paster restcontroller - Google Search
ROTR » Blog Archive » Pylons controller template for REST
Representational State Transfer - Wikipedia, the free encyclopedia
How map.resource enables controllers as services - Pylons Cookbook - PythonWeb
pylons.commands – Command line functions — Pylons v0.9.7 documentation

 

*2008.07.07 14:12 python pylons sqlalchemy elixir
*2008.07.06 12:31 python pyroom
*2008.07.06 11:38 python restructured_text

restructured text is part of the docutils library

in that library, there are scripts to do conversions in examples:

#2008.07.06 11:43:02 ubuntu@ubuntu:~ sudo easy_install docutils

edit: /usr/bin/rst2html.py # EASY-INSTALL-SCRIPT: 'docutils==0.4','rst2html.py' __requires__ = 'docutils==0.4' import pkg_resources pkg_resources.run_script('docutils==0.4', 'rst2html.py')

/usr/lib/python2.5/site-packages/ cd /usr/lib/python2.5/site-packages/docutils-0.4-py2.5.egg/docutils/

from docutils.core import publish_cmdline, default_description

description = ('Generates HTML from standalone reStructuredText '
'sources (for testing purposes). ' + default_description)

publish_cmdline(writer_name='html', description=description)

vi core.py

 

*2008.07.05 11:10 python blog_and_cms turbogears cms blog
*2008.07.03 13:05 python blog_and_cms aggregators
python aggregator - Google Search
List of blogging terms - Wikipedia, the free encyclopedia
Aggregator - Wikipedia, the free encyclopedia
Simple Python Aggregator
SpycyRoll
Blogging in the wind: Planet Express 0.1
Planet Feed Reader
OPML Parser python - Google Search
[Python / OPML] Jaeger's OPML Parser « Ranting and Roaring
Onaswarm
Python Package Index : opml 0.5
OPML to HTML: Parsing a list of feeds | Field Guide to Programmers

Docutils System Messages

System Message: ERROR/3 (<string>, line 11); backlink

Unknown target name: "planet_express".

 

*2008.07.03 13:04 python pylons advanced tools references best_practices
*2008.07.03 13:02 python blog_and_cms pylons blog references
turbogears based blog - Google Search
Blog, CMS, and Wiki software - Pylons Projects - PythonWeb
Site Search - PythonWeb
Making a Pylons Blog - Pylons Cookbook - PythonWeb
Concepts of Pylons - Pylons Cookbook - PythonWeb
Blogging with Django/Turbogears? « dreamcatching
Frog - Python web logging software
About « dreamcatching

 

*2008.06.30 15:19 python new_module setuptools egg create module package
*2008.06.30 07:13 python pylons

pylons informational links | http://www.google.com/search?hl=en&q=pylons+based+blog&start=20&sa=N | pylons based blog - Google Search | http://blog.micampe.it/articles/2006/11/26/a-tale-of-pylons-python-and-fastcgi-on-dreamhost | A tale of Pylons, Python and FastCGI on Dreamhost | http://blog.micampe.it/ | Michele Campeotto | http://diffle-history.blogspot.com/2007/12/pylons-and-django.html | Diary of a Failed Startup: Pylons and Django | http://my.opera.com/WebApplications/blog/index.dml/tag/Pylons | Pylons - Web Applications Blog | http://truefalsemaybe.com/2008/06/authorization-in-pylons-with-repozewho-part-1-htaccess/ | Authorization in Pylons with Repoze.who (Part 1 - HTAccess) | http://mgratzer.topmind.at/2007/07/04/pylons-framework-as-ruby-on-rails-opponend/ | mgratzer’s Blog » Blog Archive » Pylons Framework as Ruby on Rails opponend | http://www.rexx.com/~dkuhlman/pylons_quick_site.html#creating-an-application | Pylons Quick Site Development | http://www.pylonscasts.com/ | Welcome :: Pylons Screencasts | http://swik.net/pylons | pylons - SWiK | http://www.devchix.com/2007/08/16/restful-thoughts-on-a-web-20-python-project/ | » RESTful Thoughts on a Web 2.0 Python Project - DevChix - Blog Archive | http://wiki.pylonshq.com/display/pylonscookbook/A+Pylons+Controller+with+Trac+as+WSGI+Callable | A Pylons Controller with Trac as WSGI Callable - Pylons Cookbook - PythonWeb | http://wiki.pylonshq.com/display/pylonsdocs/Form+Handling | Form Handling - Pylons Official Docs - PythonWeb

 

*2008.06.29 07:17 python pylons restcontroller

looking in to a CRUD like scaffolding generation script for pylons. didn't see much out there. maybe it's best just to create manually, so you don't have to weed out unnecessary code.

pylons admin generator - Google Search
pails-admin - Google Code
pails-admin - Google Code
crud and dbsprockets problem on tg2 - TurboGears Trunk | Grupos de Google
Paste Script — Paste Script v1.6.3 documentation
News: Paste Script — Paste Script v1.6.3 documentation
URL Parsing With WSGI And Paste — Paste v1.7.1 documentation
Misapplying book terms, Pylons, and the 'end-user'
Django | Weblog | Quote of the day

 

*2008.06.07 16:47 python buildout recipies
static files plone - Google Search
plone PLoneExFile - Google Search
Buildout Plone Python Zope Deployment — Blogs, Pictures, and more on WordPress
iw.recipe.fss : a recipe to install File System Storage « Carpet Python
Managing projects with zc.buildout — Plone CMS: Open Source Content Management
Python Package Index : Index of Packages Matching 'recipe'
Python Package Index : iw.recipe.fss 0.1c
Python Package Index : plone.recipe.apache 0.1.0
Python Package Index : iw.recipe.cmd 0.3

 

*2008.06.07 15:51 python deliverance
Deliverance Introduction - deliverance - OpenPlans
Specification for Deliverance - deliverance - OpenPlans

 

*2008.05.29 20:01 python presentations

presentation

 

*2008.05.12 23:23 python presentations research todo

learn to give presentations better

<A HREF="http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&channel=s&hl=en&q=mac+screen+capture&btnG=Google+Search" ADD_DATE="1210649097013"> mac screen capture - Google Search</A> <A HREF="http://www.dummies.com/WileyCDA/DummiesArticle/id-2485.html" ADD_DATE="1210649097014"> Taking Screenshots with Screen Capture in Mac OS X Panther - For Dummies</A> <A HREF="http://www.google.com/search?q=python+slideshow&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a" ADD_DATE="1210649097014"> python slideshow - Google Search</A> <A HREF="http://groups.google.com/group/showmedo/browse_thread/thread/e1bb106ca9b18f93" ADD_DATE="1210649097014"> How Do You Make A Python Slideshow? - ShowMeDo | Google Groups</A> <A HREF="http://www.python.org/doc/slideshows/" ADD_DATE="1210649097014"> Slideshow Collections for Instructional Use</A> <A HREF="http://www.python.org/doc/slideshows/preparing-for-screencasting.txt" ADD_DATE="1210649097015"> | http://www.python.org/doc/slideshows/preparing-for-screencasting.txt</A> | <A HREF="http://www.python.org/doc/slideshows/5min-reST-demo.txt" ADD_DATE="1210649097015"> | http://www.python.org/doc/slideshows/5min-reST-demo.txt</A> | <A HREF="http://www.python.org/doc/slideshows/5min-imaging.txt" ADD_DATE="1210649097016"> | http://www.python.org/doc/slideshows/5min-imaging.txt</A> | <A HREF="http://www.showmedo.com/videos/video?name=970000;fromSeriesID=97" ADD_DATE="1210649097016"> | Preparing for Screencasting tutorial video - Casting Your Knowledge, With Style - Learn: beginners, screencasting, office_skills, planning, capture, process, make, system, aims, recording, screencasts, studio, virtual, tools, linux, talks, talk, tips, producing, types, postprocessing</A>

 

*2008.04.24 11:44 python presentations mac screencapture

Okay, you probably already know the ol’ Command-Shift-3 shortcut for taking a screen capture of your entire screen, and you may even know about Command-Shift-4, which gives you a crosshair cursor so you can choose which area of the screen you want to capture. But perhaps the coolest, most-secret hidden capture shortcut is Control-Command-Shift-3 (or 4), which, instead of creating a file on your desktop, copies the capture into your Clipboard memory, so you can paste it where you want. (I use this to paste screen captures right into Photoshop.)

Also don't forget Ctl + 2 finger scroll to zoom in!!

 

*2008.04.24 11:04 python presentations research

figure out keynote or other presentation software... plone?? google python slide show presentation

 

*2008.03.15 10:41 python pylons
*2008.03.15 10:40 python pylons
*2007.12.11 13:35 python zope

need to migrate any zope settings over to auralex so it can be worked on there too.

 

*2007.11.09 15:20 python

from journal_parser import * [l, j] = main()

 

*2007.11.09 15:15 python update osx config

need to update interpreter, a lot seems to have changed since then <A HREF="http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&channel=s&hl=en&q=python+mac+osx&btnG=Google+Search" ADD_DATE="1194639595666"> python mac osx - Google Search</A> <A HREF="http://wiki.python.org/moin/MacPython" ADD_DATE="1194639595666"> MacPython - PythonInfo Wiki</A> <A HREF="http://www.python.org/download/mac/" ADD_DATE="1194639595666"> Python on the Macintosh</A> <A HREF="http://www.pythonmac.org/packages/py25-fat/index.html" ADD_DATE="1194639595666"> Mac OS X Python Packages for Universal Python 2.4 on Mac OS X 10.3.9 and later (Intel and PPC)</A>

 

*2007.11.09 11:54 python ipython end
*2007.11.09 11:30 python ipython

Please read the sections 'Initial Configuration' and 'Quick Tips' in the IPython manual

looks like ipython requires readline library too... grrr. To build/install readline 5.1:

gnutar xfvzp readline-5.1.tar.gz cd readline-5.1 ./configure --disable-shared --enable-static sudo make install cd ../readline-0.0.0 sudo python setup.py install

that got it!

 

*2007.11.09 11:28 python ipython osx config command_history

installing iPython for better interactive shell.

python setup.py build sudo python setup.py install

found references to iPython and installed that

<A HREF="http://www.friday.com/bbum/2006/03/06/python-mac-os-x-and-readline/" ADD_DATE="1194625594444"> bbum’s weblog-o-mat » Blog Archive » Python, Mac OS X, and Readline.</A> <A HREF="http://ipython.scipy.org/moin/Donload" ADD_DATE="1194625594444"> Download - IPython</A> <A HREF="http://ipython.scipy.org/dist/" ADD_DATE="1194625594445"> Index of /dist</A> <A HREF="http://ipython.scipy.org/dist/ipython.el" ADD_DATE="1194625594445"> | http://ipython.scipy.org/dist/ipython.el</A>

 

*2007.11.09 11:00 python ipython config command_history

wanted interpreter history in python.

after looking, it didn't look like there was a simple way to get command history on the mac using built in interpreter.

<A HREF="http://www.google.com/search?hl=en&client=firefox-a&channel=s&rls=org.mozilla%3Aen-US%3Aofficial&hs=NfB&q=python+interpreter+history+mac+osx&btnG=Search" ADD_DATE="1194625594442"> python interpreter history mac osx - Google Search</A> <A HREF="http://kdl.cs.umass.edu/proximity/" ADD_DATE="1194625594442"> Proximity Software</A> <A HREF="http://my.opera.com/alecmg/blog/2007/03/30/add-history-and-completion-to-python-in" ADD_DATE="1194625594442"> Add history and completion to python interpreter - Alec's page - by Alec</A> <A HREF="http://my.opera.com/alecmg/blog/2006/10/25/adjust-your-monitor-brightness" ADD_DATE="1194625594442"> Adjust your monitor brightness - Alec's page - by Alec</A> <A HREF="http://www.google.com/search?q=python+readline&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a" ADD_DATE="1194625594443"> python readline - Google Search</A> <A HREF="http://www.peterbe.com/To-readline-or-readlines" ADD_DATE="1194625594443"> To readline() or readlines() - Peterbe.com (Peter Bengtsson on Python, Zope, Kung Fu, London and photos)</A> <A HREF="http://docs.python.org/lib/module-rlcompleter.html" ADD_DATE="1194625594443"> 15.8 rlcompleter -- Completion function for GNU readline</A>

 

*2007.11.08 09:10 python end
*2007.11.08 09:06 python frameworks bookmarks
*2007.11.08 08:51 python turbogears bookmarks
*2007.11.08 08:48 python pylons wsgi bookmarks
*2007.11.07 17:48 python end
*2007.11.07 17:45 python end
*2007.11.07 17:41 python tags

this specific entry is now on the subcircuit profile, but it should be noted that this is actually a todo list for the python profile now... ah... maybe there should be a python todo

 

*2007.11.07 17:24 python complete mode mac

not emacs... mac laptop it is currently named subcircuit, need to rename it to python switched into this mode... see todo's there for further detail [link in]

 

*python google_app_engine setup THEN