Django

Welcome to my Django blog! Find easy-to-follow tutorials and exciting projects to improve your Django skills and build your own web applications.

How to Get Google Search Suggestions Using Python and Django

How to Get Google Search Suggestions Using Python and Django

Introduction In this tutorial, we will be building a Django app that gets Google search suggestions from Google using Python. For this tutorial, we will be using Django as our web server for building the web app and requests library to make HTTP requests. Library Installation To install the above-mentioned libraries run the commands below …

How to Get Google Search Suggestions Using Python and Django Read More »

How to Build A Language Translator App Using Django

How to Build A Language Translator App Using Django

Introduction In this tutorial, we will be building a Django application that translates text to any language you may prefer. For this tutorial, we will be using a few libraries such as Django which will be our primary web server, and Google Translator.Django language translater app. Install modules To install the modules mentioned above run …

How to Build A Language Translator App Using Django Read More »

rock paper scissors game using python

How to Build a Rock Paper Scissors Game Using Django

Introduction Rock-paper-scissors is a hand game played between two people, whereby each player simultaneously forms one of three shapes with their hand: a closed fist representing “rock,” an open hand representing “paper,” and a hand with the index and middle fingers extended representing “scissors.” The objective of the game is to outwit your opponent by …

How to Build a Rock Paper Scissors Game Using Django Read More »