Pylenin Weekly #4
Don't forget the short survey at the end!

Hello everyone,
Welcome to Issue #4 of Pylenin Weekly. We are coming to the end of January and with this, we have finished our entire blog series on Python Exceptions.
This week, I have published articles on all the different exception classes that you may deal with and how to handle them using the try-except block.
Below are the different Exception classes in Python.
- KeyError Exception
- OverflowError Exception
- ArithmeticError Exception
- IndexError Exception
- LookupError Exception
- StopIteration Exception
- TypeError Exception
- NameError Exception
- FileNotFoundError Exception
- ZeroDivisionError Exception
Click on any of the above articles to learn more about that particular exception with examples.
This week, at work, I had a discussion with my technical managers about how to build better code and more importantly, build it faster! We came to the conclusion that, continuous progress is always more important than trying to reach for an ideal destination from the first moment itself.
I have tried to summarize my feelings in this tweet.
First, build a solution!
— PyLenin (@pylenin) January 23, 2022
Then, make it better!
And only then, make it faster!
Don't run for the end goal from the first day. You will never reach your goal!#scrum #100DaysOfCode
Do join my Twitter family!
I am constantly trying to provide you with new articles that could be helpful in your Python learning journey. Let me know if there are any other topics I could help you with. Take the short survey.