8000 September2015 PythonPune Event Report by surajssd · Pull Request #33 · pythonpune/pythonpune.github.com · GitHub
[go: up one dir, main page]

Skip to content

September2015 PythonPune Event Report #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 30, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions _posts/2015-09-26-pythonpune-event-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
layout: entry
title: September Python Pune Meetup 2015
category: meeting-notes
---

[PythonPune](http://www.meetup.com/PythonPune/) [September meetup](http://www.meetup.com/PythonPune/events/225424060/) was conducted at [Thumbworks Technologies Pvt. Ltd., Aundh, Pune](https://www.facebook.com/getwalnutapp) on 26th September.

Meetup started with workshop on **IPython-Notebook** by [me](https://twitter.com/surajssd009005). I explained what [IPython](http://ipython.org/) and [IPython notebook](http://ipython.org/notebook.html) are, the basic layout and usage of notebook, architecture of IPython, various basic usages of IPython, features of IPython, additional things that default python interpreter does not provide, etc.

<iframe src="http://nbviewer.jupyter.org/format/slides/github/surajssd/blog_post/blob/master/talks/IPython_20150926_python_pune.ipynb#/" width="700" height="500" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"
style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px"
allowfullscreen="true"> </iframe> <div style="margin-bottom:5px"> <strong> <a href="http://nbviewer.jupyter.org/format/slides/github/surajssd/blog_post/blob/master/talks/IPython_20150926_python_pune.ipynb#/" title="IPython-Notebook" target="_blank">IPython-Notebook</a> </strong> by <strong><a href="https://deshmukhsuraj.wordpress.com/" target="_blank">Suraj Deshmukh</a></strong> </div>

Further also discussed how IPython has been transformed into a language agnostic tool and now is renamed as **[Jupyter](https://jupyter.org/)**. The workshop was from *Programmer's perspective*, IPython Notebook as a learning, documentation and teaching tool, rather than a *Data scientist perspective*(Data scientist exclusively use IPython-Notebook for graphical and visual representation).

<img src="https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-xfp1/v/t1.0-9/12043071_1197620480255522_4106031076764588781_n.jpg?oh=ddf27765bf92d6992f0cbf7b3367cc58&oe=56A38C17&__gda__=1452898375_dc9653ce2f13bc2f6593a5fbba86f1a9" width="700"
height="400" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px">


Then was short talk by [Chandan Kumar](https://twitter.com/ciypro/) on **[Stay Updated with python programming Language](https://etherpad.openstack.org/p/meetup_notes)**. He explained solution to a problem which every *Python programmer* has faced, as a matter of fact every programmer has faced this issue, when you learn any language you are transitioning from beginner to intermediate to advanced, at every stage what should you do to go to next higher stage? He mentioned books to read, places to ask questions, python related video tutorials, importance of meetups and conferences and contributing to open source projects.

<img src="http://photos4.meetupstatic.com/photos/event/9/f/9/9/highres_442360857.jpeg" width="700"
height="400" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px">


At last was a talk cum demo by [Girish Joshi](https://twitter.com/girish946) on **Internet of things using Raspberry Pi**. He talked about what [Raspberry Pi](https://www.raspberrypi.org/) is, what board he has. Also he explained its default stack of programming is now in python. Further he demoed controlling Raspberry Pi using RF remote controller and various applications he built around it.

<img src="https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-xft1/v/t1.0-9/12032170_1197620436922193_1478401118298070032_n.jpg?oh=60ba795a0a6f35da51da9b7679ddece5&oe=565E5A9B&__gda__=1453042682_82eb6f96a06163c75bead00caf30193d" width="700"
height="400" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px">


Finally we had a group photo, some discussion of upcoming [Pycon India 2015](https://in.pycon.org/2015/). Finally thanks to [Aditya Laghate](https://twitter.com/thinrhino) and folks at [Thumbworks](http://maps.google.com/maps?f=q&hl=en&q=18.555851,73.809420) for hosting this meetup. Thanks to those who attended the meetup and helped keeping the encouragement in the community.

<img src="http://photos1.meetupstatic.com/photos/event/9/f/8/4/highres_442360836.jpeg" width="700"
height="500" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px">
0