Skip to content

Commit 2e4ee27

Browse files
authored
add 2024 Jan blog entry (#63)
1 parent 0a0fd8b commit 2e4ee27

3 files changed

Lines changed: 40 additions & 1 deletion

File tree

_authors/abhilash.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
username: nvs-abhilash
3+
name: NVS Abhilash
4+
logo: https://avatars.githubusercontent.com/u/15072945
5+
description: "NVS Abhilash"
6+
---

_posts/2023-12-16-dec-meetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors:
66
description: "Dec Meetup at Gojek"
77
categories: [ meetup, talks]
88
image: "https://secure.meetupstatic.com/photos/event/3/e/0/3/highres_518055875.webp"
9-
featured: true
9+
featured: false
1010
---
1111

1212
We had our final meetup of 2023 at Gojek, Indiranagar Bangalore. About 25 people turned up to the [event](https://www.meetup.com/bangpypers/events/297574806).

_posts/2024-01-20-jan-meetup.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: post
3+
title: "January 2024 Meetup"
4+
authors:
5+
- nvs-abhilash
6+
description: "January Meetup at Microsoft Reactor Bengaluru"
7+
categories: [ meetup, talks]
8+
featured: true
9+
image: https://secure.meetupstatic.com/photos/event/6/1/4/a/highres_518604906.webp
10+
---
11+
12+
BangPypers commenced its 2024 journey with the first meetup of the month on January 20, 2024, at Microsoft Reactor, Bangalore. The meetup was attended by 40 people who were a mix of new faces and returning members. We had a diverse lineup of three talks involving [MicroPython](https://micropython.org), [Poetry](https://python-poetry.org), and [Dunderhell](https://github.com/tusharsadhwani/dunderhell) (writing Python code using only dunders).
13+
14+
We started with [Md Moinuddin](https://twitter.com/noobyco) presenting the talk [MicroPython - Python for Microcontrollers](https://github.com/bangpypers/meetup-talks/issues/20). Moinuddin provided an introduction and history of MicroPython, followed by a short demo on how to execute Python code on a microcontroller, and explained his project [Gamex](https://github.com/noobyco/gamex). Finally, he explained some differences (and similarities) between CPython and MicroPython to answer the question, "Will my Python code run on MicroPython?"
15+
16+
![Md Moinuddin presenting MicroPython - Python for Microcontrollers](https://secure.meetupstatic.com/photos/event/6/1/4/b/highres_518604907.webp "Md Moinuddin presenting MicroPython - Python for Microcontrollers")
17+
18+
Our second talk was presented by [Pratik Pathak](https://twitter.com/zpratikpathak) on ["Time to Ditch requirements.txt and VENV, Start using Poetry now"](https://github.com/bangpypers/meetup-talks/issues/21). Pathak started by demonstrating an issue on why using a simple `requirements.txt` file for our Python projects is not enough. He then explained how using [Poetry](https://python-poetry.org) can simplify Python's packaging and dependency management.
19+
20+
![Pratik Pathak presenting Time to Ditch requirements.txt and VENV, Start using Poetry now](https://secure.meetupstatic.com/photos/event/6/1/4/e/highres_518604910.webp "Pratik Pathak presenting Time to Ditch requirements.txt and VENV, Start using Poetry now")
21+
22+
We took a short 5-minute break and then gathered back for our final talk.
23+
24+
Finally, [Tushar Sadhwani](https://twitter.com/tusharisanerd) presented his talk ["How I made Dunderhell, the Ugliest Python Minifier"](https://github.com/bangpypers/meetup-talks/issues/22). Tushar explained how he wrote a tool called [Dunderhell](https://github.com/tusharsadhwani/dunderhell), which converts Python code to only contain dunder (or magic) methods! Although seemingly fun(ny) project, Sadhwani used it to explain the "Visitor design pattern," which is what is being used in formatters like [black](https://black.readthedocs.io/en/stable/index.html) and other transpilers.
25+
26+
![Tushar Sadhwani presenting How I made Dunderhell, the Ugliest Python Minifier](https://secure.meetupstatic.com/photos/event/6/1/5/0/highres_518604912.webp "Tushar Sadhwani presenting How I made Dunderhell, the Ugliest Python Minifier")
27+
28+
We meet every 3rd Saturday of the month to discuss such cool ideas around Python. To not miss out on such sessions, don't forget to follow us here:
29+
30+
- On Twitter/X - [@__bangpypers__](https://x.com/__bangpypers__)
31+
- On our very active Discord server using this [invite](https://discord.com/invite/5hanJnWf9m)
32+
- Follow our meetup schedules on Meetup [here](https://www.meetup.com/BangPypers/)
33+
- Do join our mailing list [here](https://mail.python.org/mailman/listinfo/bangpypers)

0 commit comments

Comments
 (0)