How to create a blog website in Django – Beginner tutorial

By Aayush Gupta

In this Django tutorial, we are going to understand step by step how to make an introductory basic Django blog application in order to understand the few intricacies of Python-base.... Read More

Delete random item from a list in Python

By Saruque Ahamed Mollick

This Python tutorial will focus on How to delete random item from a list in Python. We will show you an easy way to pick a random item from a list and remove random item or eleme.... Read More

Generating a QR Code in Python 3.x. or earlier

By Pavitra Walia

In this tutorial, we will learn about how to generate QR code in Python 3.x. or earlier using “pyqrcode” module. Generate QR Code in Python You can generate QR code in.... Read More

Understanding Artificial Neural network (ANN)

By Harsh

In the following tutorial, we will be understanding about artificial neural network.which is the backbone of machine learning and deep learning. in this fast-moving world, humans a.... Read More

Map, Reduce and Filter Operations in Python

By Pavitra Walia

In this tutorial, we will learn about 3 inbuilt functions in Python. These functions are very versatile. They frequently used in Python language to keep the code more readable and .... Read More

How to host your Web Application on PythonAnywhere.com

By Aayush Gupta

In this tutorial, we are going to learn how to host your local Python web application on an online server provider. We are going to use pythonanywhere.com in this tutorial. Python .... Read More

How to draw various shapes in Java Swing

By Mayank Garg

In this program, we will learn how to draw various types of shapes in Java swing using AWT. Java AWT package provides many methods of displaying the graphics. They are a few method.... Read More

Django Template tags: Add Dynamic data through Django Template Tags? (Part XIII)

By Aayush Gupta

In this tutorial, we are going to learn what Django template tags and how to use it to display the dynamic data we have stored in the database on the main website, rather than just.... Read More

Related Posts