Python Java C C++ HTML/CSS Java Script PHP SQL C Programs Introduction to python Introduction to Python History of Python How To Install Software Variables in Python Comments in Python Input/Output If else in Python While Loop For Loop Collection in Python Numbers in Python List Tuple Set Dictionary Array String Object Oriented python Function Exception OOPS (class/object) Object Pass & Return Constructor Function Overloading Module in Python Inheritance File Handling Python With MYSQL And Excel Connect MySql & Python Insert Data MySQL Delete/Update MySQL Select Data From MySQL Working With Excel in Python Python GUI GUI using Turtle Introduction to Tkinter Login Page using Tkinter Data Grid Example Tkinter Connect Multiple Forms Database with GUI Python Programs in Python Swap two number Calculate the area Even Odd or Zero Largest ,Middle and Smallest Number Calculate Telephone Bill Print Table of The given Number Factorial of the number Reverse and check number is palindrome check number is prime , armstrong Program to Print the given patterns Guess A Number Game using Random Click Here Tutorials × C is a very powerful and widely used language. It is used in many scientific programming situations. It forms (or is the basis for) the core of the modern languages Java and C++. It allows you access to the bare bones of your computer.C++ is used for operating systems, games, embedded software, autonomous cars and medical technology, as well as many other applications. Don’t forget to visit this section… Login Page Tkinter In python GUI window may be created as login Page using Tkinter widgets as Label, Button , EditText etc. Widgets used to create Tkinter: Watch Video Solution (a) Label(b) EditText(Entry)(c) PasswordField(Entry show=”*”)(d) Button To Design The login page using tkinter from tkinter import *def LoginPage() login_screen=Tk() login_screen.title(“Login”) login_screen.geometry(“300×250″) Label(login_screen, text=”Please enter login details”).pack() Label(login_screen, text=””).pack() Label(login_screen, text=”Username”).pack() username_login_entry = Entry(login_screen, textvariable=”username”) username_login_entry.pack() Label(login_screen, text=””).pack() Label(login_screen, text=”Password”).pack() password__login_entry = Entry(login_screen, textvariable=”password”, show= ‘*’) password__login_entry.pack() Label(login_screen, text=””).pack() Button(login_screen, text=”Login”, width=10, height=1).pack() login_screen.mainloop()LoginPage() Enquiry about Course Enquiry about Course × Please enable JavaScript in your browser to complete this form.Your Name *Interested Course * C Programming C++ Java Python Web Designing Select the choice of course/s you are interested to joinMode *OnlinePersonal ClassChoose your mode for learning.MobileEmail *Our responses to your enquiry would be provided on your e-mail addressComments/Enquiry Submit Ask a Question Ask your Question × Ask a Question Name * Phone Email * Query Type C++ C Language Java Python Web Designing Query Submit Click Here Tutorials × C is a very powerful and widely used language. It is used in many scientific programming situations. It forms (or is the basis for) the core of the modern languages Java and C++. It allows you access to the bare bones of your computer.C++ is used for operating systems, games, embedded software, autonomous cars and medical technology, as well as many other applications. Don’t forget to visit this section… Video/ C Introduction Watch video in full size Video tutorial ×
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed