BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//HasGeek//NONSGML Funnel//EN
DESCRIPTION:A conference on the Python programming language
X-WR-CALDESC:A conference on the Python programming language
NAME:PyCon Pune 2017
X-WR-CALNAME:PyCon Pune 2017
REFRESH-INTERVAL;VALUE=DURATION:PT12H
SUMMARY:PyCon Pune 2017
TIMEZONE-ID:Asia/Kolkata
X-PUBLISHED-TTL:PT12H
X-WR-TIMEZONE:Asia/Kolkata
BEGIN:VEVENT
SUMMARY:Keynote by Honza Král
DTSTART:20170216T033000Z
DTEND:20170216T042500Z
DTSTAMP:20260421T113842Z
UID:session/EDVPvtfA9wSmJg2Vg49AGz@hasgeek.com
SEQUENCE:2
CATEGORIES:Beginner
CREATED:20170211T124131Z
DESCRIPTION:Keynote by Honza Král\n\n### Speaker bio\n\nHonza is a Python
  programmer and Django core developer – since he is scared of the bright
  and shiny world of browsers\, designers\, and users he prefers to stay bu
 ried deep in the infrastructure code and just provides others with tools t
 o do the actual site-building. Since 2008 Honza has been building content 
 web sites for fun and profit. During this time he discovered Elasticsearch
  which lead to him joining the company behind it in 2013 to work on the Py
 thon drivers.\n
LAST-MODIFIED:20230810T072606Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
URL:https://hasgeek.com/pyconpune/2017/schedule/keynote-by-honza-kral-EDVP
 vtfA9wSmJg2Vg49AGz
BEGIN:VALARM
ACTION:display
DESCRIPTION:Keynote by Honza Král in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Coffee break
DTSTART:20170216T043000Z
DTEND:20170216T044500Z
DTSTAMP:20260421T113842Z
UID:session/KzzjnGFjbu7AhVMB9agEP@hasgeek.com
SEQUENCE:0
CREATED:20161220T094636Z
DESCRIPTION:\n
LAST-MODIFIED:20161220T123311Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
BEGIN:VALARM
ACTION:display
DESCRIPTION:Coffee break in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Writing Beautiful Code
DTSTART:20170216T044500Z
DTEND:20170216T052500Z
DTSTAMP:20260421T113842Z
UID:session/QNZAdBUTw3zoWQ84wmbKDv@hasgeek.com
SEQUENCE:2
CATEGORIES:Beginner
CREATED:20161220T094740Z
DESCRIPTION:Choose meaningful variable names\nAvoid generic names\nGive na
 mes to magic numbers\nAvoid too many nested levels\nAvoid too many branche
 s\nUse "telephone test" for readability\nUse idioms of the language\nAvoid
  superficial comments\nAdd comments to explain complex piece of software\n
 Avoid writing comments by writing code clearly\nAvoid side effects\nTry to
  make functions stateless\nLet one function do one thing well\nWrite small
 er functions - the 7 plus or minus 2 rule\nSeparate "what" from "how"\nDon
 't sacrifice clarity for efficiency\nThe Zen of Python\n\n### Speaker bio\
 n\n[Anand Chitipothu][] is co-founder of [Pipal Academy][]. He has been us
 ing and teaching Python for about a decade. He is co-author of [web.py][]\
 , a micro web framwork in Python.\n\nAnand has worked at Internet Archive 
 and Stand Life Sciences.\n\n[Anand Chitipothu]: http://anandology.com/\n[P
 ipal Academy]: https://pipal.in/\n[web.py]: http://webpy.org/\n
LAST-MODIFIED:20230810T072606Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
URL:https://hasgeek.com/pyconpune/2017/schedule/writing-beautiful-code-QNZ
 AdBUTw3zoWQ84wmbKDv
BEGIN:VALARM
ACTION:display
DESCRIPTION:Writing Beautiful Code in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Hacking Mailing Lists - The Mailman 3 API Ecosystem
DTSTART:20170216T053000Z
DTEND:20170216T061000Z
DTSTAMP:20260421T113842Z
UID:session/TwP6v1UenuXjc2Sk4uPSMu@hasgeek.com
SEQUENCE:2
CATEGORIES:Intermediate
CREATED:20161220T094843Z
DESCRIPTION:In this talk you will learn:\n\n- About Mailman 3's basic arch
 itecture and which LMTP-\, REST- and Python-based APIs are available\n- Ho
 w Mailman 3 uses its APIs internally for its management web UI (Postorius)
  and archiver (HyperKitty)\n- How you can use Mailman 3's REST API to prog
 ramatically create new lists\, subscribe users\, change settings and prefe
 rences and much more\n- How you can access list posts for further processi
 ng before they leave the system\n- Learn about some interesting new sub pr
 ojects that use and enhance these APIs\n\nI'll sprint on Mailman at the de
 veloper sprints - come hack with me!\n\n### Speaker bio\n\nFlorian has bee
 n part of the Mailman dev team since 2009\, working mainly on the new Mail
 man 3 web UI and the Python API bindings. He works for Red Hat on their Op
 enStack team.\n
LAST-MODIFIED:20230810T072606Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
URL:https://hasgeek.com/pyconpune/2017/schedule/hacking-mailing-lists-the-
 mailman-3-api-ecosystem-TwP6v1UenuXjc2Sk4uPSMu
BEGIN:VALARM
ACTION:display
DESCRIPTION:Hacking Mailing Lists - The Mailman 3 API Ecosystem in 5 minut
 es
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Create an impact with "Good Documentation"
DTSTART:20170216T061500Z
DTEND:20170216T065500Z
DTSTAMP:20260421T113842Z
UID:session/jA3jc6EFaDyA1dsNcQD4v@hasgeek.com
SEQUENCE:2
CATEGORIES:Beginner
CREATED:20161220T094915Z
DESCRIPTION:-Why documentation? What is in it for me?\n-How to plan\, star
 t\, structure and write an effective document?\n-Use cases  \n-Tips and Tr
 icks for making an everlasting impact and immediate connect with the user\
 n\n### Speaker bio\n\nVidya Iyengar is a Content Author at Red Hat. She ha
 s over 11 years of experience in Technical Writing. She has worked with se
 veral MNCs as a documentation expert on various domains. Her role allows h
 er to collaborate with several project stakeholders like engineers\, teste
 rs\, technical support staff\, end users\, and marketing team (to name a f
 ew). Working with such a wide range of personas provide her a rich experie
 nce of how each of these stakeholders use project documentation and what w
 orks best for the project.\n
LAST-MODIFIED:20230810T072606Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
URL:https://hasgeek.com/pyconpune/2017/schedule/create-an-impact-with-good
 -documentation-jA3jc6EFaDyA1dsNcQD4v
BEGIN:VALARM
ACTION:display
DESCRIPTION:Create an impact with "Good Documentation" in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Lunch Break
DTSTART:20170216T070000Z
DTEND:20170216T080000Z
DTSTAMP:20260421T113842Z
UID:session/WiYm72ivqnMXPVQBPFAAvZ@hasgeek.com
SEQUENCE:0
CREATED:20161220T094933Z
DESCRIPTION:\n
LAST-MODIFIED:20161220T123259Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
BEGIN:VALARM
ACTION:display
DESCRIPTION:Lunch Break in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:i18n-ise Django Apps  
DTSTART:20170216T080500Z
DTEND:20170216T084500Z
DTSTAMP:20260421T113842Z
UID:session/HrJMYNFrdyhmimWeqLPKPu@hasgeek.com
SEQUENCE:2
CATEGORIES:Intermediate
CREATED:20161220T095054Z
DESCRIPTION:1) demystify i18n\n2) enable django i18n/l10n\n3) manage trans
 lations\n4) fullstack i18n view\n5) i18n related modules\n6) demo - django
 app i18n/l10n\n\n### Speaker bio\n\nSoftware Engineer with i18n Eng Team\,
  Red Hat. Has experience of 5+ years in i18n. Interests include i18n softw
 are development\, web and devops. Contributes in Ansible and Zanata projec
 ts. Active in community and speaks at FOSSASIA\, FUEL\, PythonPune confere
 nces/meetups. Blogs at [sundeep.co.in](http://sundeep.co.in)\n
LAST-MODIFIED:20230810T072606Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
URL:https://hasgeek.com/pyconpune/2017/schedule/i18n-ise-django-apps-HrJMY
 NFrdyhmimWeqLPKPu
BEGIN:VALARM
ACTION:display
DESCRIPTION:i18n-ise Django Apps   in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Keynote by John 'warthog9' Hawley
DTSTART:20170216T085000Z
DTEND:20170216T094500Z
DTSTAMP:20260421T113842Z
UID:session/RGxY39qSYuZhTF8GjfzLv8@hasgeek.com
SEQUENCE:2
CATEGORIES:Beginner
CREATED:20170211T124221Z
DESCRIPTION:Keynote by John 'warthog9' Hawley\n\n### Speaker bio\n\nAn inf
 rastructure and systems software programmer/architect turned to the dark s
 ide\, now building hardware and embedded software systems that run on them
 \, and a Perl guy\, declared a Python programmer.\n
LAST-MODIFIED:20230810T072606Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
URL:https://hasgeek.com/pyconpune/2017/schedule/keynote-by-john-warthog9-h
 awley-RGxY39qSYuZhTF8GjfzLv8
BEGIN:VALARM
ACTION:display
DESCRIPTION:Keynote by John 'warthog9' Hawley in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Coffee break
DTSTART:20170216T095000Z
DTEND:20170216T100500Z
DTSTAMP:20260421T113842Z
UID:session/MTHXjGatp7cxa2BJc5Wgji@hasgeek.com
SEQUENCE:0
CREATED:20161220T095234Z
DESCRIPTION:\n
LAST-MODIFIED:20161220T123254Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
BEGIN:VALARM
ACTION:display
DESCRIPTION:Coffee break in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Building trust in releases
DTSTART:20170216T100500Z
DTEND:20170216T104500Z
DTSTAMP:20260421T113842Z
UID:session/Q4bEj8MCws4RH5iwKa2kNg@hasgeek.com
SEQUENCE:2
CATEGORIES:Intermediate
CREATED:20161220T095257Z
DESCRIPTION:* Trust and importance of trust in releases\n* What not to do.
 \n* Importance of publically visible tests: Linting\, Unit tests\, Functio
 nal tests\, API tests.\n* Everything cannot be tested\, some things may ne
 ed to be manually done. Build your pipeline so you *only* test what cannot
  be automated.\n* The need for Release notes and Upgrade guides. \n* Remem
 ber to create a good experience for all your consumers - end users\, sysad
 mins\, and developers.\n* Lessons from `requests` for developer experience
 .\n* Lessons from `ansible` for for sysadmin experience.\n* Lessons from G
 errit for user experience and upgrade experience.\n\n### Speaker bio\n\nNi
 gel is the [Gluster](https://www.gluster.org/) CI architect working out of
  India.\n\nHe loves open source as it enables him to contribute to an ever
 -growing intellectual pool of knowledge. In the past\, he contributed to M
 ozilla as a [Tree Sheriff](https://wiki.mozilla.org/Sheriffing) and when h
 e isn't working he likes to cook or run long distances. Nobody is sure if 
 he actually ever sleeps. He writes occassionally on his [blog](https://nig
 elb.me/) and [opensource.com](https://opensource.com/users/nigelb).\n
LAST-MODIFIED:20230810T072606Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
URL:https://hasgeek.com/pyconpune/2017/schedule/building-trust-in-releases
 -Q4bEj8MCws4RH5iwKa2kNg
BEGIN:VALARM
ACTION:display
DESCRIPTION:Building trust in releases in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Keynote by Praveen Patil
DTSTART:20170216T113500Z
DTEND:20170216T123000Z
DTSTAMP:20260421T113842Z
UID:session/No9Jtp41b3n9K5CQ4NFDbZ@hasgeek.com
SEQUENCE:2
CATEGORIES:Beginner
CREATED:20170211T124327Z
DESCRIPTION:Keynote by Praveen Patil\n\n### Speaker bio\n\nPraveen has bee
 n Google Summer of Code alumnus (GSoC 2014\, 2015 and 2016). He is also me
 ntor for Google Code-In and proud Fedora volunteer. Actively involved in E
 xpEYES project (http://expeyes.in)\, teacher training programs and in the 
 free time develops e-content for National Repository of Open Educational R
 esources (NROER). Experimenting and exploring the use of Python to activel
 y engage the students and help them visualize the concepts of science and 
 maths and have better understanding.\n
LAST-MODIFIED:20230810T072606Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
URL:https://hasgeek.com/pyconpune/2017/schedule/keynote-by-praveen-patil-N
 o9Jtp41b3n9K5CQ4NFDbZ
BEGIN:VALARM
ACTION:display
DESCRIPTION:Keynote by Praveen Patil in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Keynote by Katie Cunningham
DTSTART:20170217T033000Z
DTEND:20170217T042500Z
DTSTAMP:20260421T113842Z
UID:session/AbxhEbv6CxWM2WDArXMx4d@hasgeek.com
SEQUENCE:2
CATEGORIES:Beginner
CREATED:20170211T124115Z
DESCRIPTION:Keynote by Katie Cunningham\n\n### Speaker bio\n\nKatie Cunnin
 gham is a Python developer who is also a regular speaker\, teacher\, and w
 riter of technical books. When she's not cursing at computers\, Keynote\, 
 or poorly formatted chapters\, she knits\, sews\, and secretly writes fant
 asy books. She is the CTO of Speak Agent\, a company focused on helping ki
 ds learn English through games. There\, she creates iPad apps\, websites\,
  and curses English grammar on a regular basis. Katie lives in the DC area
  with her husband\, two kids\, and two dogs. You can follow her on Twitter
  at @kcunning.\n
LAST-MODIFIED:20230810T072606Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
URL:https://hasgeek.com/pyconpune/2017/schedule/keynote-by-katie-cunningha
 m-AbxhEbv6CxWM2WDArXMx4d
BEGIN:VALARM
ACTION:display
DESCRIPTION:Keynote by Katie Cunningham in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Coffee break
DTSTART:20170217T043000Z
DTEND:20170217T044500Z
DTSTAMP:20260421T113842Z
UID:session/PVq9SL32YqTffgZ4SvxMC7@hasgeek.com
SEQUENCE:0
CREATED:20161220T095442Z
DESCRIPTION:\n
LAST-MODIFIED:20161220T123224Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
BEGIN:VALARM
ACTION:display
DESCRIPTION:Coffee break in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:You can help develop Python - and you should!
DTSTART:20170217T044500Z
DTEND:20170217T052500Z
DTSTAMP:20260421T113842Z
UID:session/BSDwGxuGtzcAi1brqLc4HF@hasgeek.com
SEQUENCE:2
CATEGORIES:Beginner
CREATED:20161220T095621Z
DESCRIPTION:1. A brief history of the Python language and development comm
 unity\n2. The evolution of the development process\n3. Channels\, PEPs\, p
 atches\, review\n4. Developer development: Code of Conduct\, core-mentorsh
 ip\, diversity and inclusion\n5. Opportunities for participation\n\n### Sp
 eaker bio\n\nStephen Turnbull is a devotee and teacher of\, and researcher
  in\, the Dismal Science of Economics. His research treats game theory and
  the software industry. He has helped develop open source software such as
  Ghostscript\, XEmacs\, Python\, and  GNU Mailman. In Python he has worked
  on standards conformance\, internationalization\, and infrastructure (rep
 ositories and channels).\n
LAST-MODIFIED:20230810T072606Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
URL:https://hasgeek.com/pyconpune/2017/schedule/you-can-help-develop-pytho
 n-and-you-should-BSDwGxuGtzcAi1brqLc4HF
BEGIN:VALARM
ACTION:display
DESCRIPTION:You can help develop Python - and you should! in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Pagure: Past\, Present and Future
DTSTART:20170217T053000Z
DTEND:20170217T061000Z
DTSTAMP:20260421T113842Z
UID:session/7P4QkWvFXkynbck1cVEJkT@hasgeek.com
SEQUENCE:2
CATEGORIES:Intermediate
CREATED:20170216T004248Z
DESCRIPTION:#Flow\n    \n- What is pagure ?\n- How did it start ?\n- Progi
 t: Initial days of pagure\n- Why pagure ?\n\n\n#Present\n- Awesome Feature
 s in Issue Tracker\n    - Custom Closed Status\n    - Custom Fields\n    -
  Blocking/Depending issues\n    - Priorities\n    - Roadmaps\, Milestones 
 and More...\n- Awesome Features in Pull Request Integration\n    - Assigne
 e of Pull Request\n    - Minimum score to merge Pull Request\n    - Enforc
 e to Sign-off commits\n    - Feature to allow only the assignee to merge t
 he PR\n    - Block Non-Fast Forward Pushes and More...\n- Other Awesome Fe
 atures\n    - Watch Repo\n    - Project ACL\n    - Pagure CI\n    - Heat M
 aps\n    - Docs Hosting\n    - Tools built for Pagure\n        - Libpagure
  - A python library for pagure api\n        - Gopagure - A go library for 
 pagure api\n        - Pag - A command line tool to use pagure.io\n        
 - Pagure Importer - A command line tool to import issues/PRs to pagure\n\n
 #Future\n- Private Repo\n- Code Search\n- Saved Replies\n\n### Speaker bio
 \n\n#Vivek Anand\n\nI am currently based in Allahabad\, India. I'm an unde
 rgraduate student from IIIT Allahabad. My favorite language is Python and 
 i have been working on it for about 2 years now. I am an open source enthu
 siast and currently i am contributing to fedora. I have experience in both
  Flask and Django\, have worked with Sqlalchemy\, Redis. I have also done 
 fair amount of web scraping using Scrapy. Like every indian\, i love playi
 ng\, watching\, discussing ... or basically anything related to Cricket. h
 ave worked on Pagure as a part of my GSoC project which I was successfully
  able to finish.\n\n#Farhaan Bukhsh\n\nI am an undergrad student\, I have 
 been contributing to various FOSS projects now I primarily contribute code
  to Fedora (Pagure)\, I have been working on Pagure from past 1 year now. 
 I am a pythoniast and love python because of its ease to accompalish task.
  I have worked on Pagure as a part of my GSoC project which I was successf
 ully able to finish.\n
LAST-MODIFIED:20230810T072606Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
URL:https://hasgeek.com/pyconpune/2017/schedule/pagure-past-present-and-fu
 ture-7P4QkWvFXkynbck1cVEJkT
BEGIN:VALARM
ACTION:display
DESCRIPTION:Pagure: Past\, Present and Future in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Testing native binaries using CFFI
DTSTART:20170217T061500Z
DTEND:20170217T065500Z
DTSTAMP:20260421T113842Z
UID:session/TPbv4ymKYHQeZV623E6ZsB@hasgeek.com
SEQUENCE:2
CATEGORIES:Intermediate
CREATED:20161220T095717Z
DESCRIPTION:I've been working a native cross platform library to gather sy
 stem information. The long term intention is to make bindings for it in va
 rious languages. The whole thing is written in C and it's somewhat hard to
  write unit tests for these kinds of libraries.\n\nThis talk is about usin
 g a combination of cffi and py.test to write unit tests for the library in
  Python.\n\nThe talk will cover some basics of writing python bindings usi
 ng CFFI and then writing unit tests using these. As a bonus\, a small py.t
 est plugin which can be used to measure the unit tests coverage of the C l
 ibrary will be presented. \n\nThe presentation is and outline are at https
 ://github.com/nibrahim/presentation-cffi/blob/master/outline.org\nI might 
 tweak it a little for stlyistic purposes but this is what I'll be presenti
 ng\n\n### Speaker bio\n\nI'm the founder of PyCon India and have been invo
 lved with the Indian Python community for quite a while now. I mostly work
  in infrastructure and automation projects. I'm the founder of the technol
 ogy services company [Hamon](https://hamon.in)\n
LAST-MODIFIED:20230810T072606Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
URL:https://hasgeek.com/pyconpune/2017/schedule/testing-native-binaries-us
 ing-cffi-TPbv4ymKYHQeZV623E6ZsB
BEGIN:VALARM
ACTION:display
DESCRIPTION:Testing native binaries using CFFI in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Lunch Break
DTSTART:20170217T070000Z
DTEND:20170217T080000Z
DTSTAMP:20260421T113842Z
UID:session/8VezpJjgcfTw1D4Zr6JdoX@hasgeek.com
SEQUENCE:0
CREATED:20161220T094946Z
DESCRIPTION:\n
LAST-MODIFIED:20161220T123232Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
BEGIN:VALARM
ACTION:display
DESCRIPTION:Lunch Break in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Keynote by Nick Coghlan
DTSTART:20170217T085000Z
DTEND:20170217T094500Z
DTSTAMP:20260421T113842Z
UID:session/Lq8LEoUDxY2xbKDcK5M2f1@hasgeek.com
SEQUENCE:2
CATEGORIES:Beginner
CREATED:20170211T124229Z
DESCRIPTION:Keynote by Nick Coghlan\n\n### Speaker bio\n\nNick Coghlan wor
 ks on software supply chain management tools for Red Hat\, and has been a 
 CPython core developer since 2005. Prior to joining Red Hat in June 2011\,
  Nick spent over 12 years working as a software developer\, system integra
 tor and system architect in Australia's aerospace & defence sector.\n
LAST-MODIFIED:20230810T072606Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
URL:https://hasgeek.com/pyconpune/2017/schedule/keynote-by-nick-coghlan-Lq
 8LEoUDxY2xbKDcK5M2f1
BEGIN:VALARM
ACTION:display
DESCRIPTION:Keynote by Nick Coghlan in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Coffee break
DTSTART:20170217T095000Z
DTEND:20170217T100500Z
DTSTAMP:20260421T113842Z
UID:session/AxKVhghPqVxLRG6R9ubE36@hasgeek.com
SEQUENCE:0
CREATED:20161220T095804Z
DESCRIPTION:\n
LAST-MODIFIED:20161220T123238Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
BEGIN:VALARM
ACTION:display
DESCRIPTION:Coffee break in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Django on Steroids -- Lessons from Scale
DTSTART:20170217T100500Z
DTEND:20170217T104500Z
DTSTAMP:20260421T113842Z
UID:session/5iohFbE5paPBqLB1LPABen@hasgeek.com
SEQUENCE:2
CATEGORIES:Intermediate
CREATED:20161220T095813Z
DESCRIPTION:### The Usual Suspects\n* Tuning your web server configuration
  (using Nginx and Gunicorn as example)\n* Caching whatever you can\, but n
 o more\n* How to write Django ORM queries that scale\n* When NOT to write 
 Django ORM queries\n* Async tasks while maintaining data consistency\n\n##
 # The Non-usual Suspects\n* Using Django with an SPA front-end\n* Scaling 
 Postgres while scaling Django\n* Optmizing async task runners\n(more stuff
  to be added)\n\nThe talk will include real-world code examples while illu
 stating the points above -- explaining what we faced in production\, and h
 ow we solved it (and then realized that's what we should have done in the 
 first place). I plan to have a bit longer Q&A session\, due to the nature 
 of this talk.\n\n### Speaker bio\n\nSanket ([@sanketsaurav](https://twitte
 r.com/sanketsaurav)) is co-founder and Chief of Geeks at [DoSelect](https:
 //doselect.com). He's 50% developer and 50% designer. He's been dabbling w
 ith computers since the age of 10\, and had started his first venture at 1
 8. He loves the Web and likes building cool stuff that matter. His languag
 es of choice are Python\, Go and JavaScript\, and he's been building produ
 ction apps using these for the past two years. He's also spoken at more th
 an 50 events and hackathons across the country on open source technologies
  including Python\, HTML5 and web applications in general.\n
LAST-MODIFIED:20230810T072606Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
URL:https://hasgeek.com/pyconpune/2017/schedule/django-on-steroids-lessons
 -from-scale-5iohFbE5paPBqLB1LPABen
BEGIN:VALARM
ACTION:display
DESCRIPTION:Django on Steroids -- Lessons from Scale in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Keynote by Terri Oda
DTSTART:20170217T105000Z
DTEND:20170217T115000Z
DTSTAMP:20260421T113842Z
UID:session/TgDeESQdDyDefrNrTVVaiK@hasgeek.com
SEQUENCE:2
CATEGORIES:Beginner
CREATED:20170211T124344Z
DESCRIPTION:Keynote by Terri Oda\n\n### Speaker bio\n\nTerri Oda gets paid
  to break things and tell people that they're wrong\, all in the name of m
 aking open source software more secure. Her work on GNU Mailman helps open
  source developers communicate\, her work with the Python Software Foundat
 ion helps introduce students to open source as part of Google Summer of Co
 de\, and her work in web security earned her a PhD.\n
LAST-MODIFIED:20230810T072606Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
URL:https://hasgeek.com/pyconpune/2017/schedule/keynote-by-terri-oda-TgDeE
 SQdDyDefrNrTVVaiK
BEGIN:VALARM
ACTION:display
DESCRIPTION:Keynote by Terri Oda in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
BEGIN:VEVENT
SUMMARY:Feedback session
DTSTART:20170217T115000Z
DTEND:20170217T123000Z
DTSTAMP:20260421T113842Z
UID:session/7bhntMtd7W8WshLxrDJzaL@hasgeek.com
SEQUENCE:0
CREATED:20161220T095945Z
DESCRIPTION:\n
LAST-MODIFIED:20161220T123242Z
LOCATION:AMANORA THE FERN HOTELS AND CLUB\, Pune
ORGANIZER;CN="PyCon Pune":MAILTO:no-reply@hasgeek.com
BEGIN:VALARM
ACTION:display
DESCRIPTION:Feedback session in 5 minutes
TRIGGER:-PT5M
END:VALARM
END:VEVENT
END:VCALENDAR
