Author: Aniruddha Chaudhari

linux

5 Free Linux screenshot tools | How to take a screenshot in Linux?

Free and Best Linux screenshot tool. How to take a screenshot in Linux (Ubuntu)? Linux screenshot commands. (built-in tool, Shutter, ImageMagick, Gimp and Flameshot)

Python

How to Check Backlink in Python | Reading URL Page and Status Code

How check backlink in Python? How to read the data and HTTP status from internet URL? Develop backlink checker.

WFH

[7 Tips] Boost Internet Speed while Working From Home?

How to improve internet speed while working from home? Tips for stable internet connection. How much Internet Speed is required to Work From Home?

Python

[Solved] Convert Nested Dictionary into Flattened in Python

How to convert nested dictionary into flattened in Python? This questions was asked in Juniper coding interview. Algorithm and program explained.

Python

[Solved] Find First Duplicate Character in String in Python

How to find first duplicate character in string in Python? Best way to write a program to check fist repeated character using O(n) time.

Python

What is the Difference between r+ and w+ in Python | Example

What is the difference between r+ and w+ in Python? Create, Read, write file content with coding examples.

coding challenge

[Solved] Hailstone Sequence in Python (With or Without Recursion)

[Solved] Hailstone Sequence in Python with and without recursion. Find the Maximum Length of Hailstone Sequence for the Range of Given Numbers.

[4 Steps] Django Social Login with Facebook

[Simple 4 steps] How to create django social login with Facebook using social-auth-app-django? Complete code to develop user authentication for Django.

Python

[4 Steps] Create User Defined Exception in Python with Example

How to create user defined exception in python? Write steps involved in creation of a user defined exception.