Introduction to Penetration Testing AWS Using Kali Linux

How to use penetration testing AWS using Kali Linux? 10 Tools for testing cloud services.

interview questions

7 PyTest Interview Questions and Answers | Python Framework for Testing

PyTest interview questions and answers. Unit testing Python framework explained with coding examples.

git

Remove Files from Git Commit using Reset Command

How to remove files from git commit? Simple git reset command.

Django

12 Django Default User Model Fields You Should Know

List of Django default user model fields. How to extend Django user model to save other profile information.

Code

How to Check if a Given Number is Fibonacci Number in Python?

Write a program to check if a given number is Fibonacci number in Python?

Bootstrap

How to add Margin and Padding in Bootstrap?

How to add margin and padding in bootstrap? Example- margin-top, margin-bottom, padding-left and padding-right.

Django

How to Create Custom Template Filters in Django?

How to create custom template filters in Django? Explained with examples.

Python

How to Get Next Element in Python List using next()?

Write a program to get Next Element in Python List using next(). Example with iterator, cycle() and next() in for-loop.

Python

Reverse Range in Python | Print Second Element in Decreasing Order

How Reverse Range in Python? Print every second element in decreasing order from the given range in Python.