Tag: Django Python

How to create Weather App in Django?

Last updated on 13th July 2022 by Labdh Purohit | Category: Django Tutorial

In this Tutorial, We will create Weather app in Django using OpenWeatherMap’s Weather API(Application Programming Interface). This API is free and fastest API from OpenWeatherMap. This API will give us the access of Weather Data. Weather API’s free plan allow users up to 60 calls per minute. For GitHub Repository Scroll Down. Installation First, We […]

Read more 

How to Integrate Highcharts.js with Django?

Last updated on 4th July 2022 by Labdh Purohit | Category: Django Tutorial

Highcharts.js is a pure JavaScript charting Library. Highcharts.js provide variety of charts like line charts, spine charts, pie charts and many more. And on the other hand, Django is high level web framework of python with clean and rapid development. In this Tutorial we are going to learn how to Integrate Highcharts.js with Django. For GitHub […]

Read more 

How to download Videos from YouTube using Python?

Last updated on 28th June 2022 by Labdh Purohit | Category: Django Tutorial

YouTube is an very popular online video sharing and social media website which was launched on February 14, 2005. Video downloading from YouTube is pretty tough. From Python we can easily download Videos from YouTube using Python library Pytube.Pytube is a lightweight, Pythonic, dependency-free, library where we can download videos from YouTube.Pytube is not a […]

Read more 

Translator App using Django

Last updated on 12th June 2021 by [email protected] | Category: Django Tutorial

Hey guys!! As you all know we can make small projects with Django very easily and very fast. So in this blog we are going to build a small project using Python and Django in no time and we are going to learn a new python library i.e Translate. In this blog we are going […]

Read more