By Roytuts · Django
Introduction Here in this tutorial I am going to show you how to setup Python based Django framework and MySQL database server to execute SQL statement in Windows…
By Roytuts · Flask, Python
Introduction I will discuss here how to work with parent and child templates in flask framework. In other words it is said template (Jinja) inheritance. So I will…
By Roytuts · Flask, Python
Introduction I will explain here about the context processors in Python based web Flask API. Flask is a light-weight framework with a set of rich features for creating…
By Roytuts · Flask, Python
Introduction I am going to discuss about working with static resources such as css, js, images in flask template. This tutorial will show you how to use css…
By Roytuts · Django, Python
Introduction Here I will show you how to create photo gallery with Django. Django is a Python based framework used to build complete web applications. Photo gallery also…
By Roytuts · Django, Python
Introduction This tutorial will show you working with media files in Python based Django templates. Media files, such as, images, videos etc. are frequently loaded into your web…
By Roytuts · Django, Python
Introduction Here I will show you how to working with template inheritance in Django or on other words, working with parent and child templates in Django framework. Being…
By Roytuts · Codeigniter, PHP
Introduction This tutorial will show you an example on how to use template in Codeigniter 3. In an web application a template is recommended because there are certain…
By Roytuts · Codeigniter
Introduction This tutorial will show you an example on how to separate front-end and back-end in Codeigniter 3. Front-end which is mainly used by public users who navigate…
By Roytuts · Codeigniter, PHP
This tutorial will show you an example on how to use template in Codeigniter. In an web application a template is recommended because there are certain regions or…