Fetch Api Usage in Javascript
The Fetch API interface allows web browser to make HTTP requests to web servers. It works asynchronously. JQuery.ajax() and XMLHttpRequest can be used instead of the Fetch API. But fetch api is both easier to use and comes with window object. If
How to Make Dynamic Dropdown List with Ajax in Python Django?
In Django projects, we may have data like categories and subcategories. We can present this data in forms with drop-down lists in the user interface. In this post, I will explain how to dynamically get subcategories from server with ajax
Map, Filter and Reduce Functions in Python
When we write programs in the Python language, we constantly do operations on lists and loops. While doing these operations, python offers us three useful functions that enable us to write our codes in a simple, readable and short way.
Data Visualisation on Top of Choropleth Map Using Python Folium
While analyzing data, we can enrich our visuals by using Maps along with our charts. We will see how we can visualize our data on Top of Choropleth Map using the Folium package in Python. The Folium package uses the
Creating Custom 404 Page in Python Django
When we develop a web application with Django, the user may enter a url that does not exist. In this case, Django will present the user with a standard 404 page that is not stylish. Instead, we can create custom
Adding Extra Fields to the Django User Model Using a One-to-One Relationship
In the ready-made model structure that comes in the Django Framework, if new fields are needed in the User model, we can solve it in two ways. One of them is extending the AbstractBaseUser model. The second is to create
Copy the Content from the Original Post When Using WordPress Polylang Plugin
If we have a website built with WordPress and we want to add multi-language support to it, one of the best free plugins we can use in WordPress is Polyang. When using the free version of the Polylang plugin, we
Angular DataTables Installation
We will integrate DataTables to our Angular project. I will explain about how we can integrate it into our project easily and without difficulty. Documentation website of DataTables, which we will integrate; https://l-lin.github.io/angular-datatables/#/welcome Due to some lack of the documentation
HOW IS DASH PLOTLY DATA VISUALIZATION FRAMEWORK USED IN DJANGO?
Dash is open source web application framework to create interactive web-based visualizations. It was developed based on Flask, Plotly.js, and React.js libraries. We may also want to use the power of this web framework in Django projects. I will explain
Creating Interactive Visualizations with Plotly’s Dash Framework
1. What is DASH? Dash is a Python framework developed for building web applications. However, it is more suitable for data visualization applications. Dash was developed based on Flask, Plotly.js, ve React.js libraries. Interactive tables, graphs and data visualizations can