Author: SSWUG Research

Community

The Next Web?

(Simon St. Laurent) The only things more annoying than the broken tools of today are the better tools of tomorrow which aren’t here yet. Technologists often pass quickly through cycles of delight with a new toy and frustration with its limitations, looking for the next new thing as soon as they’ve f

Community

Service Oriented Architecture

(Joydip Kanjilal) Service Oriented Architecture is one of the most popular architectural paradigms today, but without any standardized reference model. It is an architecture that provides seamless Enterprise Information Integration between loosely coupled distributed applications or services over th

Community

Types and Objects in Python

(David M. Beazley) All the data stored in a Python program is built around the concept of an object. Objects include fundamental data types such as numbers, strings, lists, and dictionaries. It’s also possible to create user-defined objects in the form of classes or extension types. This chapter des