#python
Read more stories on Hashnode
Articles with this tag
Regular expression (regex) is a sequence of characters that define a search pattern, usually used for text search, text manipulation, and input...
In Python, a map() refers to the process of applying a function to each item in an iterable (like a list, tuple, or dictionary) and returning a new...
how to use Django internalization for your project ยท The world as a global village is comprising of different language, ethnicity and gender. In this...
(a step-by-step approach on getting hired as a Dev) ยท In the late quarter of 2022, I received a mail asking for my application for an internship...
A CKEditor is a WYSIWYG HTML editor that can fit a wide range of use cases: from word-like documents with large toolbars to simple toolbars. WYSIWYG...
Django hitcount is a python library that allows you track the number of hits/views on a particular objects by detecting the IP address of each click...