Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: how do i save my all my edits performed in adminpanel with one button
Post: RE: how do i save my all my edits performed in adm...

(Apr-28-2017, 09:27 PM)nilamo Wrote: I'm confused then.  The issue is that changes aren't getting saved back to the original json file.  But you're purposefully not saving changes back to that file....
Rashi GUI 4 4,133 Apr-28-2017, 09:33 PM
    Thread: how do i save my all my edits performed in adminpanel with one button
Post: RE: how do i save my all my edits performed in adm...

(Apr-26-2017, 05:38 AM)nilamo Wrote: Quote:def finished():    new_list = []    for i in range(len(user_data)):        new_list.append({}) # add a empty dictionary to the new list        new_list...
Rashi GUI 4 4,133 Apr-28-2017, 09:15 PM
    Thread: Not Getting The desired output on my system
Post: RE: Not Getting The desired output on my system

(Apr-12-2017, 05:11 PM)Larz60+ Wrote: I already did, but you couldn't make perfectly good code run. What errors did you get? here is my new thread regarding my program where i am stuck https://pyth...
Rashi General Coding Help 12 8,006 Apr-24-2017, 06:33 AM
    Thread: how do i save my all my edits performed in adminpanel with one button
Post: how do i save my all my edits performed in adminpa...

first of all i am new to tkinter i tried to understand as much as i could and tried making the program accordingly now here is my current status i have 3 files -userfile,json(database) and admin file ...
Rashi GUI 4 4,133 Apr-23-2017, 06:42 PM
    Thread: Not Getting The desired output on my system
Post: RE: Not Getting The desired output on my system

(Apr-12-2017, 05:11 PM)Larz60+ Wrote: I already did, but you couldn't make perfectly good code run. What errors did you get? i have ditched that code and starting making new one already
Rashi General Coding Help 12 8,006 Apr-23-2017, 05:53 PM
    Thread: how exactly do i get my question and answer to work in my program
Post: RE: how exactly do i get my question and answer to...

(Apr-12-2017, 03:18 PM)Ofnuts Wrote: If there were a trivial way you would have found it out all by yourself:) atleast some example or somthing ? so i get the idea as to how do i create a function a...
Rashi Homework 5 5,121 Apr-12-2017, 04:04 PM
    Thread: Not Getting The desired output on my system
Post: RE: Not Getting The desired output on my system

(Apr-12-2017, 12:01 PM)Larz60+ Wrote: Quote:it was getting complex every minute for me Code has a way of doing that. Keep your methods and functions simple, so only one thing in eachwell i tried to ...
Rashi General Coding Help 12 8,006 Apr-12-2017, 04:03 PM
    Thread: how exactly do i get my question and answer to work in my program
Post: RE: how exactly do i get my question and answer to...

(Apr-12-2017, 07:48 AM)Ofnuts Wrote: 1) You need to keep a list of all the Radiobutton (possibly a list of lists) that you create 2) You can derive the Radiobutton class to add a "correct answer" at...
Rashi Homework 5 5,121 Apr-12-2017, 11:50 AM
    Thread: how exactly do i get my question and answer to work in my program
Post: how exactly do i get my question and answer to wor...

ok so i need to create a program in tkinter with upto 50 question and 4 options respective to each question now for testing i have added loops but now i need to add the actual quiz questions and optio...
Rashi Homework 5 5,121 Apr-12-2017, 07:26 AM
    Thread: Not Getting The desired output on my system
Post: RE: Not Getting The desired output on my system

(Apr-08-2017, 09:29 PM)Larz60+ Wrote: Please post all traceback code. If you are not getting an error,  it wouldn't hurt to add some print statements here and there to see where faililg nevermind i ...
Rashi General Coding Help 12 8,006 Apr-12-2017, 07:24 AM
    Thread: Not Getting The desired output on my system
Post: RE: Not Getting The desired output on my system

(Apr-03-2017, 06:35 PM)Larz60+ Wrote: The instructions I gave you are valid. Lat me have a look' try: from tkinter import * import random   class ExamGuru:     def _init_(self, parent, title='None'...
Rashi General Coding Help 12 8,006 Apr-08-2017, 05:44 PM
    Thread: Not Getting The desired output on my system
Post: RE: Not Getting The desired output on my system

(Apr-01-2017, 03:27 PM)Larz60+ Wrote: You haven't instantiated any classes, so the only code that's going to execute is the code in your if __name__ ... clause This probably means the window will be...
Rashi General Coding Help 12 8,006 Apr-03-2017, 03:52 PM
    Thread: Not Getting The desired output on my system
Post: Not Getting The desired output on my system

from tkinter import * import random class ExamGuru:     def _init_(self, parent):         self.parent=parent         self.index=0         self.question_num=1         self.score=0         self.questio...
Rashi General Coding Help 12 8,006 Apr-01-2017, 02:44 PM
    Thread: Need To Create Simple Mutiple Choice Quiz In Tkinter
Post: RE: Need To Create Simple Mutiple Choice Quiz In T...

(Apr-01-2017, 03:50 AM)Larz60+ Wrote: For a reference, download the following: http://infohost.nmt.edu/tcc/help/pubs/tk...index.html a good place to find sample code is here: http://nullege.com/ The...
Rashi Homework 5 15,535 Apr-01-2017, 04:03 AM
    Thread: Need To Create Simple Mutiple Choice Quiz In Tkinter
Post: Need To Create Simple Mutiple Choice Quiz In Tkint...

import sys from tkinter import * root=Tk() name=StringVar(value='Enter Name Here') cn=StringVar(value='Enter CN Here') def random():     mlabel=Label(root,text="U CLicked Me").pack()     return def...
Rashi Homework 5 15,535 Apr-01-2017, 03:31 AM
    Thread: Need To Create Simple Mutiple Choice Quiz In Tkinter
Post: RE: Need To Create Simple Mutiple Choice Quiz In T...

yes i do have i'll make new thread to do it alone with code
Rashi Homework 5 15,535 Apr-01-2017, 03:08 AM
    Thread: Need To Create Simple Mutiple Choice Quiz In Tkinter
Post: Need To Create Simple Mutiple Choice Quiz In Tkint...

i am trying to create a simple quiz in tkinter but i have no proper reference how to get it done properly i researched alot on google but as i am new to python i am confused as to how exactly show i g...
Rashi Homework 5 15,535 Apr-01-2017, 01:02 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020