19 followers
Engineering enjoyer. Having fun with Python and software architecture. Reading a lot of fantasy and nonfiction. Love to share my knowledge with others.
Python generators are a crucial feature with multiple uses, from lazy iteration to continuous data streaming. They are heavily adopted in popular...
Debugging is an essential part of software development. It can be a time-consuming and frustrating process. There is nothing wrong with putting print...
One of the most interesting and useful features of Python are decorators, which are callable objects that modify the behavior of other pieces of code...
TUI stands for "text user interface". It refers to a type of user interface that relies primarily on text and symbols to interact with users, rather...
Saying "you must know it" in pretty much any field of science can be quite contentious. There is no exception in software development. You may...
It should not be innovative to say that writing software is not merely about writing code - it is about solving a particular problem. Even though it's...