Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is the content for the PythonPune website.

On pushing any changes to github, the same are automatically processed by jekyll and published.

To run locally, checkout the project and run "jekyll --serve".
To run locally, checkout the project and run "jekyll serve".

Note on changing themes
========================
Expand Down
41 changes: 41 additions & 0 deletions _posts/2015-06-04-may-python-pune-meetup_event_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: entry
title: May Python Pune meetup 2015
category: meeting-notes
---

We hosted [May Python Pune meetup 2015](http://www.meetup.com/PythonPune/events/222551743/) at [John Deere India Pvt. Ltd.](https://www.deere.co.in/en_IN/regional_home.page), Pune (India) on 30th May, 2015.
About 35 people attended the meetup. It had started around 10:45 A.M. with [flask](http://flask.pocoo.org/) workshop by [Ankit Rana](http://www.meetup.com/PythonPune/members/69768862/).
He started with How a general web framework works, followed by:

- Installation of flask
- How to create a Hello world flask Application
- What is route and How it is used
- Database abstraction layers
- How ORM interacts with database using sqlalchemy
- Use mysql database with sqlalchemy
- How to render templates and store static file

To explain these above things,he had created a simple zomato app showing some restaurants and their menu items.
Here is the [code](https://github.com/Ankit-rana/flask-mini-zomato) and [slide](https://github.com/Ankit-rana/flask-mini-zomato/blob/master/zomato/FLASK.pdf) link.
During the workshop, [Kushal Das](http://kushaldas.in/) explained the doubts of attendees related to flask and if __name__ == '__main__':

Around 12:50 P.M., [Narendra Petkar](http://www.meetup.com/PythonPune/members/158684872/) presented a talk on [robotframework](http://robotframework.org/) (generic test automation framework) written in Python.
He started with :

- Introduction to robotframework
- How to install and invoke it.
- How to write simple keyword driven, data driven tests.

To explain it, he had created a test scenario where the test can open Firefox, open an url and search for unable to connect keyword.
Here is the [code](https://github.com/narendrapetkar/codebase/tree/master/robotframework/meetupFramework) link.

After a short break, we again started with [Excel Made Easy with Python using Pandas](https://drive.google.com/file/d/0B8YXqyJ4f0BhRTY2aFZZMGZpWlpjaDUwLUs2ZzJKR1VicmpZ/view?usp=sharing) by [Sudarshan Gadhave](http://www.meetup.com/PythonPune/members/178709522). He started with basics of python, followed by introduction to pandas, then he had taken a excel data set of Titanic Passengers to perform operations using pandas like reading an excel file, taking out specific data and representing it, perform selection on those data based on column names, filtering it and adding a new column. He also explained how we can join two excel files and how to plots graphs based on extracted data.

Finally, the meetup ended by 02:30 P.M.
We planned to continue the flask workshop in next meetup and with some more new awesome talks.

Thanks to John Deere India Pvt. Ltd and Sudarshan Gadhave for the venue and event hosting and also to speakers and attendees for making the event successful.

Here is the [group photo](http://www.meetup.com/PythonPune/photos/26170236/) from meetup.
Stay tuned to [Python Pune mailing list](https://groups.google.com/forum/#!forum/pythonpune) for the next meetup announcement.