Social media is one of the biggest tools for growing digital presence and engagement. If you google any list for top ten most visited websites in a specific location, 80% of that list will include social media pages like Facebook, Instagram and Twitter. In this tutorial we are going to cover everything you need to...
Tag: python
Python Web and PDF Scrapping for a Django Web Application
In this tutorial we continue with our Python Django web app development tutorial. We look in to Python web and PDF scrapping techniques that we can use to collect data for our web app. Data can come in many formats, mostly in HTML from other websites – but in some cases you get lists of...
Python Django User Registration Emails – Send HTML Emails from Django
In this article we will continue with Python Django user registration emails – showing you how to send system/app emails from you Django app. At this stage – you should have a running Django Application, with a user profile registration process already designed. Check out our previous articled on this: Create Django Project from scratch...
Creating Complex Django Models and Model Forms with Custom HTML and SlugField
We continue with our Python Django Tutorial series, this lecture we focus on creating complex Django models and model forms with custom HTML and SlugField. In addition we will be learning how to override the save method in a Django Model – in order to add in some code that will be run before the...
Add User Registration to Python Django Web Application, Login, Logout
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...
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...
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...






