|
| 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 | + |
| 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 | + |
| 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 | + |
| 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