Hosting Your Django Website on a CentOS VPS
Hosting any website/web application on a live server can sometimes become difficult if proper steps are not taken while deploying it. There are mainly 3 different types of hosting:...
read more
Create a Simple Sentiment Analysis WebApp using Streamlit
In this article, we will see how we can create a simple Sentiment Analysis webApp using with the help of Streamlit Module in Python....
read more
Setup API for GeeksforGeeks user data using WebScraping and Flask
Prerequisite: WebScraping in Python, Introduction to Flask...
read more
Integrating Facebook Like & Share Plugin Using Django
Django is a Python-based web framework that allows you to quickly create efficient web applications. It is also called batteries included framework because Django provides built-in features for everything including Django Admin Interface, default database – SQLlite3, etc.  In this article we will learn to integrate facebook comment plugin in django....
read more
Environment setup for CherryPy
CherryPy is a popular framework of Python. Using CherryPy, web applications can be built in a faster and more reliable way. It is also called a web application library. It is known for its simplicity as it is based on object-oriented Python programming, resulting in smaller source code in less time....
read more
Project Idea | C.A.R.T (CROWD ANALYTIC in REAL TIME)
Project Title: CART(CROWD ANALYTICS in REAL TIME)...
read more
Joke Application Project Using Django Framework
Django is a high-level Python-based Web Framework that allows rapid development and clean, pragmatic design.  It is also called batteries included framework because Django provides built-in features for everything including Django Admin Interface, default database SQLlite3, etc. Today we will create a Joke app in Django....
read more
Django vs Laravel: Top differences
They are both effective, with Django depending on Python, and Laravel depending on PHP and taking a parcel from another effective system: Symfony. Expecting that the client does not care what language or system we utilize, let me compare the two: Laravel does not give a backend by default, but Django does. So in the event that a client needs an online site with a backend, well, Django wins, since its backend could be small and less complex than that of Joomla or WordPress, but it is still very great. Of course, we may continuously program a backend for Laravel, but Django has one by default....
read more
Python program to find GSoC organisations that use a Particular Programming Language
Currently, it’s not possible to sort GSoC participating organizations by the programming languages they use in their code. This results in students spending a lot of time going through each organization’s page and manually sorting through them....
read more
Integrating Facebook Comments Plugin in Django Project
Django is a Python-based web framework that allows you to quickly create efficient web applications. It is also called batteries included framework because Django provides built-in features for everything including Django Admin Interface, default database – SQLlite3, etc.  In this article, we will learn to integrate the Facebook comment plugin in Django....
read more
5 Effective Productivity Hacks For Programmers
Every developer wants to have a productive day of coding where they come up with an optimized solution easily, they are able to write clean code that runs on the first time, the project doesn’t break because of that, and they get appreciation by the fellow team-members....
read more
Integrating a ML Model with React and Flask
Here, we have a task of how to integrate a machine learning model with React, and Flask. In this article, we will see how to integrate a machine-learning model with React and Flask....
read more