---
layout: default
---
PythonPune
- Message for first time visitors to the site
Projects
- Pune Startup Directory (Proposed group project)
Recent Meetings
{% for post in site.posts %}
{% if post.categories contains 'meeting-notes' %}
- {{ post.title }}
{% endif %}
{% endfor %}
Recent Blog Posts
{% for post in site.posts %}
{% if post.categories contains 'blog' %}
- {{ post.title }}
{% endif %}
{% endfor %}
Recent Discussions