[Chennaipy] Talks for December Meetup

Shrayas rajagopal shrayasr at gmail.com
Fri Dec 5 19:36:17 CET 2014


On Thu, Dec 4, 2014 at 11:30 PM, Shrayas rajagopal <shrayasr at gmail.com> wrote:
> Talk title: A quick introduction to decorators
> Short description: Decorators are a interesting way of doing higher
> order functions in python. They are intensively used these days in
> frameworks and this talk proposes to give a quick introduction to
> using and understanding decorators.

Hi All,

Had a discussion with Vijay on if i'll be able to incorporate this in
the 10 minute interval. I think not. I have a re-proposal. Here it is.

# Talk 1
Talk Title: Python and its Functions
Short Description: Functions in python are First class. They can be
passed to and from functions. They can be created inside other
functions and a lot more. This talk proposes to introduce this
concept.

# Talk 2 (If time permits)
Talk Title: Application of Talk 1 - Decorators
Short Description: Decorators are an interesting way of doing some
magic with functions in Python. Talk 1 will set the base for this. If
time permits and people are interested, we can see an application of
Talk 1 VIZ Decorators. Decorators are a concept that is gaining
widespread use in Python because it is just that easy to read. This
talk proposes to give an introduction to them.

Regards,
Shrayas


More information about the Chennaipy mailing list