Skip to main content

Sitemap

Comments

Popular posts from this blog

Top 3 YouTube Videos Downloader

Top YouTube Video Downloader YouTube is the largest website within the world. It is owned by Google. There are 1.3 billion peoples who use Youtube. Almost 5 Billion videos are watched every day all over the world. 30 Million viewers get information from YouTube per day. But there's a drag that we will not download YouTube video on Desktop/Computer.  So during this post i'm talking about top YouTube video downloader. Savefrom.net Y2Mate Freemake Savefrom.net This Website is fastest YouTube video downloader. On this site, you'll download videos in diffrent types of video format like MP4, MP3, WEBM, 3GP, 480p,360p etc. How to download videos on Savfrom.net  There is a green Download button. Click on it and select you desired video format and save it on your desired folder. Savefrom.net gives you extension for Chrome, Firefox and Opera which will help you for easy life.          Y2Mate.guru Y2mate is my second option for video download. If save...

Create a File Sharing Website in Django

Django is a popular web framework of Python for Web developers. It is used for Backend work. We can create a large project using the Django framework. Most companies like Instagram, Spotify, Mozilla, Pinterest, Disqus, etc are using Django for their Backend. It helps to create a Complex website. In this post, I will create a File Share Website using the Django framework. Let's Go. Our Project structure:- Follow these steps to create & configure our project:- Step 1 - Create a project using this command ( django-admin startproject filesharing  ) Step 2 - Go inside to our project and create an app in this project ( python manage.py startapp main ) Step 3 - Open project's settings.py file and add the main app in INSTALLED_APPS section. Step 4 - Create an urls.py file in our main app and add it to project's urls.py file , like this from django . contrib import admin from django . urls import path , include urlpatterns = [     path ( 'admin/' , admin . site ...

How to use Indian Micro Blogging Site 'Koo'?

How to use Indian Micro Blogging Site 'Koo' In the previous, Blog post I have discussed about Indian Micro Blogging Site 'Koo' where I discuss about Self-Reliant App Challenge in India and Koo is the winner of this challenge. But now I am discussing how to use 'Koo' app in this post. Koo is micro blogging site and it is alternative of Twitter. We cover very important points in this post:-- What is Koo? Who is the creator of Koo? Why the Koo app was created? How to use Koo app? See Also:-- Indian Programmers created Twitter's alternative named KOO  What is KOO? KOO is a micro blogging site like Twitter. It is available in 4 languages Hindi, Kannada, Tamil and Telugu. And some of the indian languages will be include soon.  Creators choose KOO as name of this app because KOO is the voice of Loyal bird which is very sweet. Who is the creator of KOO? Koo app has been created by Aprameya Radhakrishna and Mayank Bidawatka back in March. They are winner...