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
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
JUPYTER NOTEBOOK SHORTCUTS AND MOST USED CODE SNIPPETS FOR BEGINNERS
I have summarized the Jupyter Notebook shortcuts and the most used code snippets below that will save your time while using Jupyter notebook. Shortcuts These shortcuts are for Jupyter Notebook version 5.6.0. Command mode and Edit mode When using