Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Talk Proposal] Let's dive into "logging in Python" #10

Closed
akshay196 opened this issue May 28, 2019 · 2 comments
Closed

[Talk Proposal] Let's dive into "logging in Python" #10

akshay196 opened this issue May 28, 2019 · 2 comments
Assignees
Labels
talk-proposal New talk of Python Pune meetup

Comments

@akshay196
Copy link
Contributor

Title of the talk
Let's dive into logging in Python

Description
In simple term, logging is a way to understand what is going on
inside an application. It can help programmer to understand flow of a
program. With logging, it is easy to constantly look at the flow that
an application going through. If error occurs, logger can provide more
insights like state of application before it arrived to the error line
than only giving trace backs.

The logging module is part of the standard Python library since version
2.3. It is described thoroughly in PEP-282. This session is going to
be talk cum basic tutorial that introduce about logging system in
Python.

Prerequisites
It is necessary that you should have Python basic knowledge. If you
are beginner, feel free to join this meet-up as there are people to
assist you if you need help in learning Python.

It is preferable that you have GNU/Linux powered laptop with Python
installed if you are wiling to get your hands dirty in Python logging
system.

And most important, hunger to learn. 😃

Keel calm and Read the logs.

@akshay196 akshay196 added the talk-proposal New talk of Python Pune meetup label May 28, 2019
@bhavin192
Copy link
Contributor

@akshay196 thank you for a detailed proposal.
This talk is scheduled in https://www.meetup.com/PythonPune/events/261809068/

@bhavin192 bhavin192 self-assigned this Jun 7, 2019
@bhavin192
Copy link
Contributor

#17 is merged.

@bhavin192 bhavin192 added the talk-proposal New talk of Python Pune meetup label Jan 22, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
talk-proposal New talk of Python Pune meetup
Projects
None yet
Development

No branches or pull requests

2 participants