September Meetup
September 22, 2015
Date & Time
- 26th September
- 3:00pm to 5:30pm
Venue
Ramanujan Auditorium,
IMSc,
C.I.T Campus, 4th Cross Street,
Tharamani, Chennai.
Location map: http://www.google.com/maps?q=12.994337,80.247170
Schedule
- Getting started with Django (20 min) 
- Django Rest Framework (20 min) 
- Networking Tea Break (30 min) 
- G-code Visualization Tools (20 min) 
- Building a sublime package/plugin using python (20 min) 
- Lightning Talks (20 min) 
- Discussion (20 min) 
Talks
Getting started with Django
Speaker: Rajkumar
The talk will cover the following: Introduction to Django, Installing Django, Creating the first project, Structure & Workflow of a Django project and ideas on best practices.
Django Rest Framework
Speaker: Jagadish Kumar
The talk will cover the following topics:
- Frameworks Available 
- Why Django Rest Framework 
- Getting started & basics 
- Basic authentication & json web tokens 
- Bulk Operations 
- Simple application which demos the above 
G-code Visualization Tools
Speaker: Shakthi Kannan
G-codes [1] are a set of instructions given to machine tools to perform actions. We shall explore the usage, and implementation of free and open source Python based G-code visualization tools. For example: yagv [2].
References:
[1] G-code
[2] yagv
Building a sublime package/plugin using python
Speaker: Gaurav
Sublime is pretty famous sophisticated editor for code, markup and prose. This talk will help you to build a sublime package and leverage your coding and development skills. Talk will further dive in Sublime editor . One more reason to go with python :)