December Meetup


Details
Schedule
• Lightning Talks (40 min)
• Networking over Tea sponsored by Kagrana Software (http://kagrana.com/) (20 min)
• Lightning Talks (40 min)
• Discussions (20 min)
Talk Details
Python and its Functions
Speaker: Shrayas Rajagopal (https://www.meetup.com/Chennaipy/members/31218952/)
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.
IPython Notebook: http://nbviewer.ipython.org/github/shrayasr/talks/blob/master/py-functions-chennaipy-dec2014/Functions.ipynb
How Python Changed My View of Programming
Speaker: Rengaraj (https://www.meetup.com/Chennaipy/members/153069272/)
My journey into programming started with Python. The talk is about how Python made me to dive into programing which I never liked at college. Example programs which I have backup of, and my first Python project.
Contributing to Shaape
Speaker: Babu Subash Chandar (https://www.meetup.com/Chennaipy/members/177868122/)
Shaape is a Python based tool to generated images from ASCII text. This talk will cover how we contributed to Shaape by setting up continuous integration using TravisCI. We would also like to invite other people to contribute to Shaape.
Breaking Free with Rope
Speaker: Vijay Kumar (https://www.meetup.com/Chennaipy/members/147018982/)
Embedded systems have crazy restrictions. And one embedded Python interpreter I happened to work on, had a restriction that you couldn't have more that 500 distinct variable names in your application! We quickly hit this limit. This talk will cover how we overcame this restriction using Rope, a refactoring library for Python and some Python scripting hackery.
Slides: http://www.slideshare.net/VijayKumarBagavathSi/breaking-free-with-rope
Introduction to Sage
Speaker: Amritanshu Prasad (https://www.meetup.com/Chennaipy/members/182681977/)
Sage is a free open-source mathematics software system licensed under the GPL. It builds on top of many existing open-source packages: NumPy (http://numpy.scipy.org/), SciPy (http://www.scipy.org/), matplotlib (http://matplotlib.sourceforge.net/), Sympy (http://code.google.com/p/sympy/), Maxima (http://maxima.sourceforge.net/), GAP (http://www.gap-system.org/), FLINT (http://www.flintlib.org/), R (http://www.r-project.org/) and many more (http://www.sagemath.org/links-components.html). This talk will be an introduction to Sage.
Slides: https://dl.dropboxusercontent.com/u/15301461/sage.pdf
Sentiment Analysis using Python
Speaker: Venkatesh (https://www.meetup.com/Chennaipy/members/121391002/)
On a Sunday afternoon, you are bored. You want to watch a particular movie, but you know there are mixed reviews for the movie. You want to know the overall feeling on the movie, based on their reviews and not just based on their ratings. We will show you how to use a machine learning model to classify the sentiment of a review automatically, all with Python!!
Slides: http://vumaasha.github.io/pychennai-sentiment-analysis/
Code: https://github.com/vumaasha/pychennai-sentiment-analysis
Solving graph problems using NetworkX
Speaker: Krishna Sangeeth (https://www.meetup.com/Chennaipy/members/182939340/)
NetworkX is a python package which can be used for handling graphs. Through the talk I want to touch on how we see problems which can be solved by graph all around and how we can leverage the NetworkX module to solve challenging problems.
Slides: http://www.slideshare.net/kskrishnasangeeth/solving-graph-problems-using-networkx
Building a Website Using Static Site Generators
Speaker: Gaurav Sherawat (https://www.meetup.com/members/73333582/)
Static site generator is a software/framework which outputs html files by combining text and templates, thus generating a website/blog. This talk will focus on how to use few of them & host the site on github.
Decorators
Speaker: Shrayas Rajagopal (https://www.meetup.com/Chennaipy/members/31218952/)
Decorators are an interesting way of doing some magic with functions in Python. Talk 1 (Python and its Functions) 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.
If you are interested in giving a lightning talk (10 min duration), please send a mail to chennaipy@python.org with your talk title and a short description.

December Meetup