Skip to content

Commit d81019a

Browse files
committed
Merge pull request #28 from chkumar246/blog
Added minutes notes for may python pune meetup 2015
2 parents 4e02247 + 64ba487 commit d81019a

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is the content for the PythonPune website.
77

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

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

1212
Note on changing themes
1313
========================
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: entry
3+
title: May Python Pune meetup 2015
4+
category: meeting-notes
5+
---
6+
7+
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.
8+
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/).
9+
He started with How a general web framework works, followed by:
10+
11+
- Installation of flask
12+
- How to create a Hello world flask Application
13+
- What is route and How it is used
14+
- Database abstraction layers
15+
- How ORM interacts with database using sqlalchemy
16+
- Use mysql database with sqlalchemy
17+
- How to render templates and store static file
18+
19+
To explain these above things,he had created a simple zomato app showing some restaurants and their menu items.
20+
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.
21+
During the workshop, [Kushal Das](http://kushaldas.in/) explained the doubts of attendees related to flask and if __name__ == '__main__':
22+
23+
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.
24+
He started with :
25+
26+
- Introduction to robotframework
27+
- How to install and invoke it.
28+
- How to write simple keyword driven, data driven tests.
29+
30+
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.
31+
Here is the [code](https://github.com/narendrapetkar/codebase/tree/master/robotframework/meetupFramework) link.
32+
33+
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.
34+
35+
Finally, the meetup ended by 02:30 P.M.
36+
We planned to continue the flask workshop in next meetup and with some more new awesome talks.
37+
38+
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.
39+
40+
Here is the [group photo](http://www.meetup.com/PythonPune/photos/26170236/) from meetup.
41+
Stay tuned to [Python Pune mailing list](https://groups.google.com/forum/#!forum/pythonpune) for the next meetup announcement.

0 commit comments

Comments
 (0)