Things You Can Do When You Can't Find A Job [8 Activities To Use Time Wisely]

Things You Can Do When You Can’t Find A Job [8 Activities To Use...

0
In due of the current Covid-19 pandemic, many people lost their jobs. Not only that, many fresh graduates find it difficult to find their very first job as well....

Understanding and Using Django Templates

0
Hey fellas, we’re back again and this time I want to kick things off by talking about a challenge I faced while building Django Templates: I had already built...

Using Custom Tags to Display Dashboard in Django Admin

0
Small talk about Django Admin Django Admin is a Django feature that enables the user to manage the contents of the site. It is recommended that this feature is only...

How to Set Up Your Homepage with Django

0
Pre-requisite: Set up Django and linked database of choice After having installed Django, there are various folders that have been automatically created for you. At this point, your web application has...

Logistic Regression: A Primer II. The Cost Function

0
From our earlier post, we delved into the reasons behind using a Sigmoid function for the Logistic Regression rather than a normal linear function. In this post, we will continue...

Django Periodic Task with Celery Task Queue

0
Task Queue? Periodic Tasks? What are they? Task Queue is a way of organizing work or tasks in programs asynchronously, without a user’s request, and distribute them to some threads...