python 2

TwitterFacebook
Get flash to fully experience Pearltrees
django 1

blog

django 2

stj / pyflakespanel / wiki / Home — Bitbucket

Use this script to identifying common errors in your code quickly. Install https://bitbucket.org/stj/pyflakespanel/wiki/Home
http://code.google.com/p/gdata-python-client/

gdata-python-client - Google Data APIs Python Client Library - Google Project Hosting

The Google Data APIs ( Google Data ) provide a simple protocol for reading and writing data on the web. Though it is possible to use these services with a simple HTTP client, this library provides helpful tools to streamline your code and keep up with server-side changes. Each of the following Google services provides a Google Data API: The Google Data Python Client Library provides a library and source code that make it easy to access data through Google Data APIs.
http://blog.ianbicking.org/a-conservative-metaclass.html

A Conservative Metaclass

I use metaclasses in several of the projects I've written.
Last Updated on Sunday, 19 September 2010 04:58 Written by Ioannis Lalopoulos Sunday, 19 September 2010 02:27 I have added to the downloads page two distributions of the mysql-python module 1.2.3 for python 2.7 The distributions are: MySQL-python-1.2.3.win32-py2.7.exe (1,023.1 KiB) MySQL-python-1.2.3.win-amd64-py2.7.exe (1.0 MiB) Some quick notes: http://www.codegood.com/archives/129

MySQL-python 1.2.3 for Windows and Python 2.7, 32bit and 64bit versions | codegood

Package Index : bbfreeze 0.97.2

https://pypi.python.org/pypi/bbfreeze/ create standalone executables from python scripts bbfreeze creates stand-alone executables from python scripts. It's similar in purpose to the well known py2exe for windows, py2app for OS X, PyInstaller and cx_Freeze (in fact ancient versions were based on cx_Freeze.
winpaths is a Python module for retrieving common path names for Windows. It relies only on ctypes , and retrieves the path names as Unicode strings. winpaths is licensed under the MIT license.

GITS :: Code :: winpaths

http://ginstrom.com/code/winpaths.html
Welcome to Google's Python Class -- this is a free class for people with a little bit of programming experience who want to learn Python.

s Python Class - Google's Python Class - Google Code

https://developers.google.com/edu/python/
http://twistedmatrix.com/trac/ Twisted is an event-driven networking engine written in Python and licensed under the open source MIT license . Twisted makes it easy to implement custom network applications. Here's a TCP server that echoes back everything that's written to it: from twisted.internet import protocol , reactor class Echo ( protocol . Protocol ): def dataReceived ( self , data ): self . transport . write ( data ) class EchoFactory ( protocol .

Twisted

http://www.pythonware.com/daily/ Daily Sporadic news from the Python universe, presented by your friends at PythonWare . Steve Holden: People Using Python [ "The Python Software Foundation has embarked on a mission to find out more about Python users. We want to know as much about the organizations that use Python as possible. If you want to give us information about any Python usage at all (even organizations other than the one you work for) please fill out this form. We don't even need your details, and we'll filter for duplicates." ] # Thomas Guest: Longest common subsequence [ "In this episode we’ll discuss an elegant algorithm which solves our particular problem as a special case.

Daily Python-URL

http://www.crummy.com/software/BeautifulSoup/

Beautiful Soup: We called him Tortoise because he taught us.

You didn't write that awful page. You're just trying to get some data out of it. Beautiful Soup is here to help. Since 2004, it's been saving programmers hours or days of work on quick-turnaround screen scraping projects. If you have questions, send them to the discussion group . If you find a bug, file it .
FormAlchemy is now hosted on GitHub The full documentation is here FormAlchemy greatly speeds development with SQLAlchemy mapped classes (models) in a HTML forms environment. FormAlchemy eliminates boilerplate by autogenerating HTML input fields from a given model. FormAlchemy will try to figure out what kind of HTML code should be returned by introspecting the model's properties and generate ready-to-use HTML code that will fit the developer's application. Of course, FormAlchemy can't figure out everything, i.e, the developer might want to display only a few columns from the given model.

formalchemy - Project Hosting on Google Code

Pympler is a set of Python modules that can assist in profiling memory usage, or debugging memory leaks.

Profiling Django object size and memory usage with Pympler

MapPoint Programming: Using Python to Control MapPoint

Python is an easy to use but powerful scripting language. Python is ideal for processing data and text.