Tags

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 ensu...

In Python, Coding, Jan 23, 2023

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 statemen...

In Python, Coding, Oct 15, 2022

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 glance on some ...

In Python, Coding, May 15, 2022

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 or the author(hi...

In Coding, Oct 12, 2021

Decorators in Python

Recently we came across this catchy concept in python and we thought it would be helpful on writing some basic stuffs about this. So lets dive in!!!

In Python, Sep 07, 2020

Dmitry - Information Gathering Tool

Networking got bunch of advanced information gathering tools like nmap. But yet dmitry satisfies some criteria that forms foundation of information gathering.

In Kali, May 26, 2020

Make your terminal sessions interactive

Sometimes,working with the terminals black & white screen is little boring. Creating new interactive dialog/interactive boxes in our terminal will be little fun and interesting. H...

In Linux, tips & tricks, Jun 21, 2019

sticky

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 there in world !! Then why Django ?  

In python, Jan 25, 2020

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 anything like teach, play, search, broadcast, remind...

In Python, Sep 27, 2019