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

5 total results found

I'm an instructor. How can I reserve an electronic classroom for a class?

UCLA Tech Resources

Many campus computer classrooms serve the needs of specific departments or give priority to their division, so you’ll need to check to see who will best serve your class. Once you find which department or division can help you, you should note what their poli...

Questions about developing content for UCLA's CCLE Website

CCLE and Moodle

What skills do I need to write webpages for UCLA’s CCLE site?: TBDWill someone review my changes? What if I need help?: TBDAre my changes owned by me? Will anyone make changes to my content without telling me?: TBDIs UCLA free to distribute my content to oth...

Moodle
CCLE
Moodle unanswered

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