Pytest - A Guided Series - Part 1

Testing is a major inevitable part of Software development. As the technology and standard gets updated every now and then, testing f...

In Python, Coding, Jan 23, 2023

Django - Create your first project

Django is  a high-level web application frame work with loads of features in it. Actually there are endless web frameworks out t...

Read More

My First bot - Telegram bot | python

Telegram bots are simply accounts operated by software – not people. They will be coded with AI intelligence, so that they can do an...

Read More

All Stories

Pytest - A Guided Series - Part 1
Testing is a major inevitable part of Software development. As the technology and standard gets updated every now and then, testing for such complex codes demanded a framework to ensure...
Read more 23 Jan 2023
Pytest - A Guided Series - Part 1

Debugging in Python - Logging module
Whenever we do programming, print statements are very helpful for debugging/conveying the code status to the user. Let’s say now our code is in production and all these print statements...
Read more 15 Oct 2022
Debugging in Python - Logging module

Pickle your Python Code
Pickling is one of the modules in python that helps us in serialization and de-serialization process. In this post, we are going to talk in detail about this module and...
Read more 15 May 2022
Pickle your Python Code

Automatic Code Documentation with Doxygen
Documenting your code is a form of art! A well documented code could save you in various scenarios. Even if a new member starts going through an already available code...
Read more 12 Oct 2021
Automatic Code Documentation with Doxygen

Customize your terminal in 3 Steps
Everytime I run up with coding/pen-testing kind of videos in youtube, I see cool patterns or texts at the top of terminal. I had wondered how this is done? I...
Read more 15 Jul 2021
Customize your terminal in 3 Steps