Monthly Meetup

Details
@staticmethod vs @classmethod
Most methods defined in a Python class are called on instances of the class. However, methods wrapped by @staticmethod and @classmethod do not require instances; they are called on the class itself. I will talk about the differences between staticmethods and classmethods and discuss when to use these special methods.
-
Franklin
-
a brief introduction to Redis
-- what is Redis
-- Redis data types -
programming using the redis-py package
-- working with a single server
-- working with a HA Redis configuration -
very brief intro to configuring a Redis server
-
Arne
An intro to "how to release a project the right way". Future specifics will likely be done by several people.
- Kurt
Food is being graciously supplied by David McKeone via his employer Arts Management Systems.

Monthly Meetup