I'm a full-stack web developer with Django(Python) and React js as my main stack. I'm also a beginner writer, who loves to write tutorials for different purposes.
I am available for collaborating on anything with python and django.
Python is an incredibly versatile language, and one of its strengths is its ability to work with data. With various libraries available, Python makes it easy to manipulate, analyze, and visualize data in a way that is both intuitive and powerful. The...

A basic python script is some code in python that you directly run through the command line and it gives you an output. For example, if you want to print "hello world" print("hello world") You can also save the script in a file and run it through t...

As we all know, python can do both structural and object-oriented programming. As part of its OOP, it follows one key concept that is inheritance. To use the inheritance concept, python uses the super() function to refer to the parent class' methods...
