#best-practices
Read more stories on Hashnode
Articles with this tag
Exception and Logs for troubleshooting · We are all familiar with exceptions. We love and we hate them. But after all we will use it in different ways in...
Exponential Growth ! · So lets say we have the following code: def several_scenarios_method(val): if eval_condition1(val) or eval_condition2(val: ...