This tutorial will cover in great detail steps, to add user registration to your Python Django web application. You will need a Django Project – to work with. If not, follow this Tutorial to get started with Django. Also read: Django Website Tutorial, creating a django project from scratch User Registration Process A user registration...
Author: Zatosh Nakamoto (Zatosh Nakamoto)
Django Website Tutorial: Creating a Django Project From Scratch
Django Website Tutorial – all the basics, getting started and all you need to know, even as a beginner. Django is an open-source web framework that runs on python. It was initially released in 2005 as a framework to simplify web application development. It has since grown to be one of the best and most...
Create a Blockchain from scratch using Python
Blockchain Technology has taken the world by storm – since being introduced in 2009 – 2010. In this article we are going to cover how one would go about creating a peer to peer, proof of work blockchain from scratch using Python programming language. Blockchain Origins We were first introduced in to the concept of...
Python Flask Web Application Tutorial 2020: Display Coinmarketcap API Data
In this tutorial, we are going to build a python flask web application from scratch – that will display coinmarketcap data for the top 10 coins. You can use the principles learned from this web application to build similar apps that get data from a real-time hosted API. But before we get started – we...
Google Shopping Merchant Ads Tutorial
In this article – I will show you how to create a google shopping merchant ads – for your online WordPress WooCommerce store. Google shopping ads are the most efficient way to advertise your eCommerce products online in my experience. Google is a master of advertising and have fine-tuned their algorithm and engine to be...
Set up Facebook Instagram Shop with WooCommerce
In this article, I will take you through the tutorial to set up a facebook instagram shop with WooCommerce platform – based on WordPress. WooCommerce is an ecommerce plugin that transforms any WordPress website in to an ecommerce store. It adds all the functionality of an online store such as the shopping cart, checkout process,...
What is Blockchain Technology: The basics
What is a blockchain Technology? – in its core, a blockchain is a database. It is a system for storing and retrieving data. However a blockchain is different from your typical databases. The main differentiating factor for a blockchain from typical databases is – distribution. A blockchain is a distributed database, distributed across the many...
What is the difference between Web Application and Website
Often as a developer, I come across clients who do not quite understand the difference between web application and website. This article will explain in a simple non-technical way the main differences and similarities. Next time you will understand why your developer can charge R5 000 for a website and R40 000 for another website....
SEO Checklist Cheat Sheet – On-Page and Technical SEO
In this article we are going to share our on-page SEO checklist cheat sheet. We will show you all our best practices in on-page SEO and deliver it in an easy to navigate cheat sheet. On-page SEO is the practice of optimising website pages directly for SEO. In contrast to off-page SEO which is the...