How To Use GitHub
1 - What is git what is github ? GitHub is a code sharing plate-forme, on which you can publish projects whose code is managed with the Git…
Python Courses & Exercises with solutions !
1 - What is git what is github ? GitHub is a code sharing plate-forme, on which you can publish projects whose code is managed with the Git…
We will see in this tutorial, how to deploy a django application on Heroku in step by step details. To start, you must: Download and install Git Bush on…
A brief overview of the secret codes that allow you to unlock hidden features on Android. You may not have suspected it, but your Android smartphone has various information, functions…
The Dutch software quality specialist, Tiobe, has just published its annual list of the most popular programming languages and Python is named “programming language of the year”. The C…
1 - About Generic Views (Class Based Views) Django adopt the DRY philosophy and so is designed to have to write only the minimum , so the framework includes a…
Content Simple menu with QMenuBar PyQt5 QMenuBar according to the object approach PyQt5 Add an action to a menu item using the QAction class 1. Simple menu with QMenuBar PyQt5…
1 - Brief reminder of the previous tutorial: student management with django To achieve this paging system we will adopt the previous tutorial of student management: 1.1 - Creating a…