{{ city }} PyLadies {{ month }} {{ year }} Digest
Have a topic you'd like to see in the monthly digest or an event / opportunity we missed? Email us at {{ city }}@pyladies.com
{% if events != None %}
Upcoming {{ city }} Python Events:
{% endif %}
{% if conferences != None %}
Upcoming Python Conferences (and CFPs!):
{% endif %}
{% if career != None %}
{{ city }} Python Career Opportunities:
{% endif %}
{% if volunteer != None %}
{{ city }} Python Volunteer Opportunities:
{% for v in volunteer %}
{{ v.get('text') }} {{ v.get('contact_text') }}
{% endfor %}
{% endif %}
{% if miscellaneous != None %}
Miscellaneous:
We are working on developing a "ladies tech brunch". If you would like to participate - drop us a line!
{% for m in miscellaneous %}
{{ m.get('text') }}{{ m.get('contact_text') }}.
{% endfor %}
{% endif %}
|