|
| 1 | +--- |
| 2 | +title: "PyCon India Flames | Python Mega Meetup" |
| 3 | +date: 2020-11-21T18:48:04+05:30 |
| 4 | +event_date: 2020-09-19T10:00:00+05:30 |
| 5 | +url: event/pycon-india-flames-python-mega-meetup |
| 6 | +author: Bhavin Gandhi |
| 7 | +featured_image: |
| 8 | +categories: |
| 9 | +- Event |
| 10 | +tags: |
| 11 | +- Design patterns |
| 12 | +- Datasketches |
| 13 | +--- |
| 14 | + |
| 15 | + |
| 17 | + |
| 18 | +This was a first ever event where all the Python user groups across |
| 19 | +India collaborated together. *As this meetup was not conducted |
| 20 | +according to our regular work flow, we don't have proposals, recording |
| 21 | +etc.* |
| 22 | + |
| 23 | + * [Event page on meetup.com](https://www.meetup.com/PythonPune/events/273162438/) |
| 24 | + |
| 25 | +## Understanding SOLID design principles |
| 26 | + * **Speaker**: Prakash Tripathi |
| 27 | + ([Twitter](https://twitter.com/Prakash_MANIT)) |
| 28 | + * **Description**: Prakash explained SOLID principles with very |
| 29 | + simple examples. |
| 30 | + |
| 31 | +## The website story |
| 32 | + * **Speaker**: Arjoonn Sharma |
| 33 | + * **Description**: Arjoonn started with explaining basics of a |
| 34 | + socket connection. The discussion covered DNS, static sites and |
| 35 | + different components of a big website. |
| 36 | + |
| 37 | +## Approximation Techniques for multidimensional queries using Datasketches library |
| 38 | + * **Speaker**: Srimathi Harinarayanan |
| 39 | + * **Description**: This talk covers details about different types of |
| 40 | + queries on data, use cases of querying real time data. Srimathi |
| 41 | + also covered details about the Sketch proof and the Datasketches |
| 42 | + library. |
| 43 | + |
| 44 | +## The Twelve Factor Snake |
| 45 | + * **Speaker**: Nabarun Pal |
| 46 | + * **Description**: In this talk Nabarun covers details about the |
| 47 | + Twelve factor principles along with example implementations. |
| 48 | + * **References**: |
| 49 | + * [Slides](https://www.nabarun.in/talk/2020/pyconindia/12-factor-snake/) |
| 50 | + * [Source](https://github.com/palnabarun/12factor-todo) |
| 51 | + * [The Twelve-Factor App](https://12factor.net) |
| 52 | + * [PyCon India 2020 Proposal](https://in.pycon.org/cfp/2020/proposals/the-twelve-factor-snake~egJJG/) |
| 53 | + |
| 54 | +## Documenting your next Python Project |
| 55 | + * **Speaker**: Vipul Gupta |
| 56 | + * **Description**: Vipul talks about the MIXTER documentation |
| 57 | + initiative. He covers different stages of a project and how to |
| 58 | + document the project while working on it. |
| 59 | + * **References**: |
| 60 | + * [Slides](https://slides.com/vipulgupta2048/writing-open-source-documentation-at-scale-that-isn-t-terrible-879091) |
| 61 | + |
| 62 | +## How I submitted my first Core Python patch |
| 63 | + * **Speaker**: Abhijeet Kasurde |
| 64 | + ([Twitter](https://twitter.com/Pyro46)) |
| 65 | + * **Description**: Abhijeet talks about his experience contributing |
| 66 | + to Python. He covers the details about the bug tracking system, |
| 67 | + triaging bugs. He shows the work flow of creating bugs, making |
| 68 | + changes, contributing patch etc. |
| 69 | + * **References**: |
| 70 | + * [Slides](https://github.com/Akasurde/shared_contents/blob/master/slides/contributing_to_core_python.pdf) |
| 71 | + * [Video recording](https://youtu.be/lSE0K_kpCCU) |
| 72 | + * [Proposal](https://github.com/pythonpune/meetup-talks/issues/112) |
| 73 | + |
| 74 | +> ***NOTE**: You can reach out to the speaker on the proposal page if |
| 75 | +> you want to discuss anything about this talk.* |
0 commit comments