Skip to content

Commit

Permalink
Merge pull request #145 from bhavin192/summaries
Browse files Browse the repository at this point in the history
Add summaries for November, December 2020 and January 2021 meetup
  • Loading branch information
bhavin192 authored Feb 2, 2021
2 parents 5b10b4d + 47ee43a commit 523f392
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 3 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,23 @@ during the meetup as well.
## Summary of past events
This is the index of summaries of past events.

<details>
<summary>2021</summary>

* [January](./content/2021/January/README.md)
<!-- * [February](./content/2021/February/README.md) -->
<!-- * [March](./content/2021/March/README.md) -->
<!-- * [April](./content/2021/April/README.md) -->
<!-- * [May](./content/2021/May/README.md) -->
<!-- * [June](./content/2021/June/README.md) -->
<!-- * [July](./content/2021/July/README.md) -->
<!-- * [August](./content/2021/August/README.md) -->
<!-- * [September](./content/2021/September/README.md) -->
<!-- * [October](./content/2021/October/README.md) -->
<!-- * [November](./content/2021/November/README.md) -->
<!-- * [December](./content/2021/December/README.md) -->
</details>

<details>
<summary>2020</summary>

Expand All @@ -53,8 +70,8 @@ This is the index of summaries of past events.
* [August](./content/2020/August/README.md)
* [September](./content/2020/September/README.md)
* [October](./content/2020/October/README.md)
<!-- * [November](./content/2020/November/README.md) -->
<!-- * [December](./content/2020/December/README.md) -->
* [November](./content/2020/November/README.md)
* [December](./content/2020/December/README.md)
</details>

<details>
Expand Down
32 changes: 32 additions & 0 deletions content/2020/December/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "December PythonPune meetup 2020"
date: 2021-01-31T22:44:16+05:30
event_date: 2020-12-19T11:00:00+05:30
url: event/december-pythonpune-meetup-2020
author: Bhavin Gandhi
featured_image:
categories:
- Event
tags:
- Python Internals
---

* [Event page on meetup.com](https://www.meetup.com/PythonPune/events/274919127/)
* [Community Newsletter](./community_news.md)
* [Recording](https://youtu.be/hmrA6uz030M)

## Memory Management in Python
* **Speaker**: Jatin Goel
([Twitter](https://twitter.com/_JatinGoel))
* **Description**: In this talk Jatin does a deep dive into Python's
memory management. He covers things like how variables, objects
are actually stored in memory, how references work, interning,
garbage collection. The talk is concludes with ways to optimize
memory utilization and interesting questions from the audience.
* **References**:
* [Slides](https://drive.google.com/file/d/1RMFPtWGk-0mlTJr5hlntkau_ek-2Ygic/view)
* [Video recording](https://youtu.be/f5u4B74G6aU)
* [Proposal](https://github.com/pythonpune/meetup-talks/issues/135)

> ***NOTE**: You can reach out to the speaker on the proposal page if
> you want to discuss anything about this talk.*
2 changes: 1 addition & 1 deletion content/2020/March/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stream. *Read more about our live streaming setup
around how one should design things by following these patterns
etc.
* **References**:
* [Slides](# "Link to the slides will be added soon.")
* [Slides](https://drive.google.com/file/d/1A7JoIbPWxWKWn_3lx05R9M5zFNuLAUyU/view)
* [Video recording](https://youtu.be/Py_3SRITFEA)
* [Proposal](https://github.com/pythonpune/meetup-talks/issues/82)

Expand Down
36 changes: 36 additions & 0 deletions content/2020/November/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: "November PythonPune meetup 2020"
date: 2021-01-31T22:03:16+05:30
event_date: 2020-11-28T11:00:00+05:30
url: event/november-pythonpune-meetup-2020
author: Bhavin Gandhi
featured_image:
categories:
- Event
tags:
- Design patterns
---

* [Event page on meetup.com](https://www.meetup.com/PythonPune/events/274505116/)
* [Community Newsletter](./community_news.md)
* [Recording](https://youtu.be/Sd_zW4lNa_w)

## Design Patterns and Python: Structural Design Patterns
* **Speaker**: A.P. Rajshekhar
([blog](https://aprajshekhar.wordpress.com/),
[Twitter](https://twitter.com/aprajshekhar))
* **Description**: This is the second talk related to design
patterns by A.P. This talk covered structural design patterns with
more focus on Facade and Proxy patterns. It basically talks about
how to compose different components when it comes to developing
applications.
* **References**:
* [Part I: Design Patterns and Python: Creational
Patterns](https://pythonpune.in/event/march-pythonpune-meetup-2020/#design-patterns-and-python-creational-patterns)
* [Slides](https://drive.google.com/file/d/11IzsTSiMQiyb-1XL7HSlMFz-qwKz0N2T/view)
* [Martin Fowler's blog](https://martinfowler.com/)
* [Video recording](https://youtu.be/sugBwS2Aflo)
* [Proposal](https://github.com/pythonpune/meetup-talks/issues/122)

> ***NOTE**: You can reach out to the speaker on the proposal page if
> you want to discuss anything about this talk.*
33 changes: 33 additions & 0 deletions content/2021/January/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: "January PythonPune meetup 2021"
date: 2021-01-31T23:16:07+05:30
event_date: 2021-01-23T11:00:00+05:30
url: event/january-pythonpune-meetup-2021
author: Bhavin Gandhi
featured_image:
categories:
- Event
tags:
- Python Internals
---

* [Event page on meetup.com](https://www.meetup.com/PythonPune/events/275599702/)
* [Community Newsletter](./community_news.md)
* [Recording](https://youtu.be/cEYwfeAXGwQ)

## Context Managers: Manage your resources smartly
* **Speaker**: Pradhvan Bisht ([blog](https://pradhvanbisht.in),
[Twitter](https://twitter.com/BishtPradhvan))
* **Description**: In this talk Pradhvan sheds light on the context
managers in Python. He covers things like the `with` statement,
creating your own context manager and the ` @contextmanager`
decorator. He also shows some real-life examples of context
managers.
* **References**:
* [Slides](http://bit.ly/ContextManagersSlides)
* [Blog post](https://pradhvan.scrollstack.com/post/2771/Context-Managers-in-Python)
* [Video recording](https://youtu.be/6x1AoF8yq8o)
* [Proposal](https://github.com/pythonpune/meetup-talks/issues/139)

> ***NOTE**: You can reach out to the speaker on the proposal page if
> you want to discuss anything about this talk.*

0 comments on commit 523f392

Please sign in to comment.