Software Engineering Duck Typing in Python Critical aspect of dynamic binding process in Python is its independence of the type of object which is known as duck typing
Software Engineering Introduction to use Sass Sass is a CSS preprocessor that helps developers to write cleaner and easier to understand CSS code. In this article, we introduce Sass with an example
Software Engineering Typing in Python, Go and JavaScript compared In this article, we compared the typing system in Python, Go and JavaScript. You will learn commonly used concepts like static, dynamic, strong and weak typing and more.