What is MVC ?“Imagine having the power to design complex software systems with ease, and having the ability to simplify and organize your code into…Feb 6, 2023Feb 6, 2023
An Introduction to Python DecoratorsPython decorators are a powerful tool for modifying functions and methods. They allow you to wrap another function in order to extend the…Jan 10, 2023Jan 10, 2023
How To Get The Maximum Of Two Numbers Using Python?In This Story I’ll show you how to get the maximum between 2 numbers using python in 5 different ways.Sep 14, 2022Sep 14, 2022
How To Become A Software Engineer From Scratch In 2022A step-by-step guide on how to become a software engineer from zero to hero.Sep 12, 2022Sep 12, 2022
Display Date and Time on the screen using PythonIn this tutorial I will show you how to create a Python program that displays current date and time on the screen.Apr 2, 2022Apr 2, 2022
What are comments in Python?Sometimes when you are writing Python code, you feel like you want to explain the code that you are writing, by writing comments on it. In…Nov 11, 2021Nov 11, 2021