|
| 1 | +--- |
| 2 | +layout: entry |
| 3 | +title: April Python Pune Meetup 2017 |
| 4 | +category: meeting-notes |
| 5 | +--- |
| 6 | + |
| 7 | +The [April PythonPune Meetup](https://www.meetup.com/PythonPune/events/239079298/) was held on 30th April at [Red Hat, Pune](http://www.redhat.com/en). |
| 8 | +The meetup was scheduled at 10:30 am and by the time it was 11 am it was house full! and |
| 9 | + about 70 attendees were present at the meetup. |
| 10 | + |
| 11 | +### The Agenda of the meetup was: |
| 12 | + |
| 13 | + * All about virtualenv - by [Poruri Sai Rahul](https://github.com/rahulporuri) |
| 14 | + * Deep Learning using Keras - by [Prakash Anand](https://www.meetup.com/PythonPune/members/222517572/) |
| 15 | + * Game Theory and Iterated Prisoner's Dilemma - by [Sourav Sing](https://twitter.com/MrSouravSingh) |
| 16 | + * Introduction to Ansible - by [Abhijeet Kasurde](https://github.com/Akasurde) |
| 17 | + |
| 18 | +### The first talk of the meetup was presented by [Poruri Sai Rahul](https://github.com/rahulporuri) and he spoke about: |
| 19 | + |
| 20 | + - What is a virtual environment? |
| 21 | + - How to set up a virtual environment using Python virtualenv? |
| 22 | + - What is the importance of virtualenv? |
| 23 | + - How important is the placement of the virtualenv folder? |
| 24 | + |
| 25 | +The talk was an **interactive one** and many questions were asked like : |
| 26 | + |
| 27 | + - What is the difference between a stand-alone program and a virtual environment? |
| 28 | + - Is Docker a substitute for virtual environments? |
| 29 | + |
| 30 | +The slides to [Poruri Sai Rahul](https://github.com/rahulporuri) talk are present [here](https://github.com/rahulporuri/talks/blob/master/virtualenvs_runtimes.pdf). |
| 31 | + |
| 32 | +### The second talk of the meetup was presented by [Prakash Anand](https://www.meetup.com/PythonPune/members/222517572/) and he spoke about: |
| 33 | + |
| 34 | + - What is deep learning? |
| 35 | + - The importance of deep learning. |
| 36 | + - What is the difference between deep Learning and machine learning? |
| 37 | + - Basics of Keras. |
| 38 | + - Deep learning using Keras. |
| 39 | + |
| 40 | +### The third talk of the meetup was presented by [Sourav Sing](https://twitter.com/MrSouravSingh) and he spoke about: |
| 41 | + |
| 42 | + - What is game theory? |
| 43 | + - What is Prisoner's Dilemma? |
| 44 | + - What is payoff matrix? |
| 45 | + - Also, he gave a demo session in which many graphs were simulated using IPD in Python. |
| 46 | + |
| 47 | +The slides to [Sourav Sing's](https://twitter.com/MrSouravSingh) talk are present [here](https://gitpitch.com/souravsingh/IPD-presentation/master). |
| 48 | + |
| 49 | +### The last talk of the meetup was presented by [Abhijeet Kasurde](https://github.com/Akasurde) and he spoke about: |
| 50 | + |
| 51 | + - Introduction to Devops. |
| 52 | + - Introduction to Ansible. |
| 53 | + - Why is Ansible better than other configuration management tools? |
| 54 | + - He spoke extensively about provisioning, configuration management and application continuous delivery. |
| 55 | + |
| 56 | +The meetup was very informative and interactive. Not to forget we were served with tasty food also. |
| 57 | +I would like to thank the organizers of the meetup for arranging such events where we always get to learn something new. |
0 commit comments