Skip to content

Commit 6e955d4

Browse files
authored
Merge pull request #17 from pythonpune/june_talk
Update June meetup talks
2 parents 09b7033 + 199263b commit 6e955d4

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

2019/June/README.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
1-
# talk links and description
1+
# June Python Pune meetup 2019
2+
3+
## Logging in Python
4+
* **Speaker**: Akshay Gaikwad
5+
* **Description**: In simple term, logging is a way to understand
6+
what is going on inside an application. It can help programmer to
7+
understand flow of a program. With logging, it is easy to
8+
constantly look at the flow that an application going
9+
through. Python has simple and powerful logging module as standard
10+
library from 2.3, which described in PEP-282.
11+
12+
* [Slides](https://gitlab.com/akshay196/slides/blob/master/logging/presentation.org)
13+
* [Source](https://github.com/pythonpune/meetup-talks/issues/10)
14+
15+
## Web app to control my AC over the internet
16+
* **Speaker**: Chaitanya Mathkar
17+
* **Description**: An overview of the raspberry-pi project in which,
18+
a web app used to control the air conditioner in the room from
19+
anywhere. Flask, the micro web framework are used to build the
20+
app. Celery, python module to run asynchronous tasks. MQTT
21+
protocol and paho-MQTT module to send data to multiple devices.
22+
23+
* [Source](https://github.com/pythonpune/meetup-talks/issues/13)
24+
25+
## GNU Emacs - tool for all your editing needs
26+
* **Speaker**: Bhavin Gandhi
27+
* **Description**: We spend most of our time writing things, be it
28+
code, documentation, blog post, emails etc. The tool that one uses to
29+
write things should be something which is highly configurable and
30+
focuses more on productivity. This talk will cover reasons why one
31+
should use GNU Emacs, it will cover various things Emacs can do out of
32+
the box. How it's possible to extend it for various programming
33+
languages and editing needs.
34+
35+
* [Slides](https://bhavin192.gitlab.io/talks/2019/june-python-pune-meetup/gnu-emacs-talk.html)
36+
* [Slides with notes](https://gitlab.com/bhavin192/talks/raw/master/2019/june-python-pune-meetup/gnu-emacs-talk.org)
37+
* [Source](https://github.com/pythonpune/meetup-talks/issues/11)

0 commit comments

Comments
 (0)