Django Signup and Login ,Logout built in features
Django signup and login and Logout Code step by step guidance :- Step 1:- Models.py file code of your app folder:- from django.db i...
Read More
Django custom login and logout code
How can you create custom login and logout using session of django framework ? First of install python and django to your system. Then f...
Read More
GUI of a Calculator Which will help to add, subtract , Multiply and divide
# pip install tkinter import tkinter as tk import tkinter . messagebox from tkinter . constants import SUNKEN window = tk . Tk () wi...
Read More
Simple Calculator by Using Functions
# This function adds two numbers def add(x, y): return x + y # This function subtracts two numbers def subtract(x, y): return x - y...
Read More
Python Class example with Function
Example 1:- Write code for file ok.py class Person : def myfunc ( self , a , b ): print ( a + b ) def myage ( self , age )...
Read More
Subscribe to:
Posts (Atom)