4 followers
Just a human who loves to write code...
Uncover the Secrets of Python's Memory Management System ยท The Basics Python manages memory using a private heap space. When a program runs, Python first...
So before I begin talking, I have a question for you, just don't scroll below & look at the code snippet given below and try to answer this question...
Liskov's substitution principle is a part of the S.O.L.I.D design principle where L is for Liskov's substitution principle. You might be wondering if...
Have you ever pushed your code or created a PR and then you realized that you forgot to remove that print statement or that your code formatting is...
So software engineers have to work with various technologies & frameworks while creating new pieces of software. Often times we work on some...
I was going through Django's source code & I found some fascinating details for loaddata command which provides initial data in your application using...