Author: Aniruddha Chaudhari

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?

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.

coding challenge

35+ Competitive Coding Questions with Solutions | asked in Interviews

Competitive coding questions with solutions asked in Interviews 2022 for product based companies. Coding challenges are solved in programming languages like C, C++, Java, Python…

Python

How to Convert List of Tuples to Dictionary Python?

Write a program to convert list of tuples to dictionary Python?

nodejs

Node.js vs Python | Which Backend Technology to Select

Node.js vs Python. Which is the best backend programming language to use considering syntax, performance and library support

Python

How to Convert String Representation of List to List in Python?

Simplest way to convert string representation of list to list in Python using split(), json.loads() and ast.literal_eval().