Effective Estimation Techniques for Software Engineering Teams · Let me start by answering the most frequently asked question in a Software Engineer's...
Hello there! As I look back on my 20s, I realize I've gone through a lot, and it's a great opportunity to reflect and gather the lessons that have...
This is one aspect of Python that may not be straightforward, particularly for beginners. When passing a parameter to a function, is it passed by...
Throughout your career as a Software Engineer, working with the Shell (Command Line) is a daily routine and an essential skill. You will encounter...
Writing Python code is easy, but writing good, maintainable, readable Python code is not as such. · TLDR; Avoid these 3 mistakes for clearer Python code:...
Background I have been writing Python code professionally for over half a decade (about 7 years). I have used it in various companies and products,...