#python
Read more stories on Hashnode
Articles with this tag
We will learn to build a user sign-up and log-in system in Django with django-allauth package and a custom user model. · Create a new Django Project and...
django-allauth is an integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social)...
In this article, you will learn to build an artificial intelligent API to detect toxic comment · Introduction Toxicity is anything rude, disrespectful,...
Learn to build APIs · Introduction We will build a to-do API backend using Django Rest Framework. We will be able to create, read, update and delete...
In this article, you will learn what Software Testing is, the Importance of Software Testing, How to implement a Unit Test for your Software · Software...
Learn to use Git and GitHub to carry out Version Control on your Project · Since we know Git helps to save versions of our project(code) so that we can...