Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

8 total results found

Content Management Systems

Applications/Software

Content Management Systems (CMS) are web programs that make it easier to add and update content on web sites. Instead of learning HTML, FTP and web server commands, once a CMS is set up and a template “look” is defined, others can usually add material very eas...

CMS
asp
MySQL
open source
PHP
Python
SQL
web development

Python Resources

Programming and Web Development

Python is an object-oriented programming language where indenting is important. It is used in web programming, among other things, and the very popular Plone Content Management System is built on Zope, which is built with Python. Research Buzz Article on Sear...

programming
Python

Django

Programming and Web Development

What is Django?According to the Django website “Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.” Django is sometimes compared to Ruby on Rails. The two frameworks have somewhat similar philosophies. ...

CMS
web
django
programming
Python

Plone and Zope Screencasts

Programming and Web Development Plone

Collection of screencasts demoing Plone functionality and ease of development in Zope 3.

Plone
demo
how to
Python
screencast
Zope

Python and SOAP

Programming and Web Development

Python isn’t especially known for its support of soap functionality, but that’s usually not a problem as most folks needing that sort of functionality are using REST or XML-RPC. However, in case where you need SOAP functionality, such as using UCLA’s ISIS ser...

ISIS
SOAP
Python
web services

How to create a Python class from a SOAP WSDL

Programming and Web Development

Using Python and SOAP to attach to a Web ServiceYou can create a Python class from a SOAP WSDL in 4 steps, in about 20 minutes. Create your Python Project Download and install a SOAP library for Python (this how-to will use ZSI’s soap library) Create a base Py...

ISIS
Python
web services

What is SQLAlchemy

Programming and Web Development

SQLAlchemy is an open-source Python Database toolkit, which provides the following functionality: It maps relational databases into objects It manages an applications database connections It can create/alter a database layout if it is allowed toThe most powerf...

pylons
Python
SQL

Installing Plone v3.2 on Mac OS X 10.5

Programming and Web Development Plone

Installing Plone v3.2 on Mac OS X 10.5Instructions to install Plone v3.2 on Mac OS 10.5 Server and client.Plone is a Python-based, multi-platform content management system.  If you’ve stumbled on this document not knowing what Plone is, please take a look at t...

10.5
MAC
OS X
Plone
install
Python