Author: Aniruddha Chaudhari

Python

45+ Mini Python Project Ideas for College Students | Topics List

What are the Interesting mini Python project ideas for students. Python Project topics for Web Scraping, Developing Web Applications and Game.

Django

[Django] AttributeError: ‘module’ object has no attribute ‘TextField’

AttributeError: ‘module’ object has no attribute ‘TextField’. How to Create TextField and CharField in Django Model and Form respectively?

Python

How to check the SQLite version used by Python?

How to check SQLite version used by Python? Command to check SQLite version.

Programming

Best Chair for Programmers and Software Developers for Home Office

Which is the best chair for programmers and software developer? Amazon Ergonomic chair to work from home.

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.