Kivy Crash Course – Kivy Design Language Introduction

Kivy Language Introduction

This is our second article on Kivy Crash Course, in this article we are going to talk about Kivy Design Language Introduction. Kivy provides a design language specifically geared towards easy and scalable GUI Design. The language makes it simple to separate the interface design from the application logic, also it is called KVlang.  It … Read more Kivy Crash Course – Kivy Design Language Introduction

Kivy Crash Course Introduction & Installation

Kivy GUI Development Crash Course

This is our first article on Kivy Crash Course, in this article we are going to talk about Kivy Introduction & Installation. Kivy is an open source, cross-platform Python framework for the development of applications that make use of innovative, multi-touch user interfaces. The aim is to allow for quick and easy interaction design and rapid … Read more Kivy Crash Course Introduction & Installation

Pyside2 Print Preview Dialog

Create Print Preview Dialog In Pyside2

In this Pyside2 article i want to show you creating Print Preview Dialog , so for this purpose we are going to use QPrinter and QPrintPreviewDialog from QPrintSupport class. so Pyside2 provides extensive cross-platform support for printing. Using the printing systems on each platform, Pyside2 applications can print to attached printers and across networks to … Read more Pyside2 Print Preview Dialog

Django Social Login Authentication Example

Django Social Login Authentication Example

In this article we are going to talk about Django Social Login Authentication Example, especially we are going to create Django login authentication with Facebook, Github, Linkedin.       Check the complete video for this article         Also you can read more django articles 1: Django Pagination Complete Example 2: Django Sending Email … Read more Django Social Login Authentication Example

Django User Authentication Complete Example

Django User Authentication Complete Example

In this Django article iam going to talk about Django User Authentication Complete Example, so Django comes with a user authentication system. It handles user accounts, groups, permissions and cookie-based user sessions. the Django authentication system handles both authentication and authorization. Briefly, authentication verifies a user is who they claim to be, and authorization determines … Read more Django User Authentication Complete Example

C++ Tutorial – How to Get User Input

How to Get User Input in C++

In this C++ Tutorial, i want to show you How to Get User Input, so in the previous articles we have  simply printed simple values on screen using standard libraries.  but the standard library provides many additional ways to interact with the user via its input/output features. basically in this article we are going to … Read more C++ Tutorial – How to Get User Input

How to Use Aggregation in Django

How to Use Aggregation in Django

In this article i want to show you How to Use Aggregation in Django , so the meaning of aggregation is “the collection of  related items of content so that they can be  displayed or linked to”. there are different situations that you will need to use Aggregation in Django, for example:   for finding … Read more How to Use Aggregation in Django

Page 2 of 32
1 2 3 4 32