Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: cant able to make methods interact with each other in the class
Post: cant able to make methods interact with each other...

I am trying to work on an ATM project for practice purpose, where its checks for the pin entered and if it is correct then shows options to deposit, check balance or transfer. I am trying to implement...
jagasrik General Coding Help 2 1,783 Sep-16-2020, 05:35 PM
    Thread: tkinter get method is not accepting value when called by function
Post: tkinter get method is not accepting value when cal...

I want to call print value in a after getting the input from user, function myoptions() just take the input from the user and calls user_choice to print the input taken, if i dont use myoptions and re...
jagasrik GUI 1 2,518 Sep-16-2020, 05:22 AM
    Thread: tkinter get method is not accepting value
Post: RE: tkinter get method is not accepting value

(Sep-15-2020, 05:39 PM)ndc85430 Wrote: What type of value does option.get() return? Is it a string?Thanks a lot , i spent lot of time, i understand it now. It can be string or int , just i have to ...
jagasrik GUI 4 2,276 Sep-15-2020, 05:41 PM
    Thread: tkinter get method is not accepting value
Post: RE: tkinter get method is not accepting value

(Sep-15-2020, 05:28 PM)ndc85430 Wrote: Please explain what you mean by "it is not accepting the value". Are there errors? Does something not work as expected? More info please! I have updated my iss...
jagasrik GUI 4 2,276 Sep-15-2020, 05:33 PM
    Thread: tkinter get method is not accepting value
Post: tkinter get method is not accepting value

I am trying a mini project just for my practice purpose, here when i enter the value '1' when i run this program, the option.get() is not accepting the value from 'entry' , because it is not printing ...
jagasrik GUI 4 2,276 Sep-15-2020, 05:26 PM
    Thread: Practice problem using lambda inside the class
Post: RE: Practice problem using lambda inside the class

Thanks calling it again helps. Just wanted to see how it works inside class, i will take a note not to complicate it this way.
jagasrik General Coding Help 3 2,148 Sep-12-2020, 01:23 PM
    Thread: Practice problem using lambda inside the class
Post: Practice problem using lambda inside the class

I am trying to check if the sum of all 3 sides of triangle is equal to 180 , if it is then it should output true else false, I am using lamba function to implement it, as i want some practice. This i...
jagasrik General Coding Help 3 2,148 Sep-12-2020, 12:34 PM
    Thread: What is the better way of avoiding duplicate records after aggregation in pandas ?
Post: What is the better way of avoiding duplicate recor...

I want to know the better way of selecting the top revenue generating groups. This is the data i am using Here is my code, i want to see which are the top genre that is having high revenue. imp...
jagasrik General Coding Help 0 1,715 Aug-30-2020, 05:26 PM
    Thread: Having hard time understanding the function self-returning itself twice
Post: Having hard time understanding the function self-r...

I am trying to understand the program written here for Find all possible unique subsets from a set of distinct integers https://www.w3resource.com/python-exerci...cise-4.php here in the code i am n...
jagasrik General Coding Help 2 2,473 Aug-15-2020, 06:28 PM
    Thread: Help with implementation of the logic to convert roman numeral to integer
Post: Help with implementation of the logic to convert r...

I am trying to convert the given roman numerals to just numerals, with the following logic : Here, M - 1000, C-100, X-10, V-5, I-1 example : R_num- MCMXCVI index- 1234567 logic - 1000 + (1000-100) ...
jagasrik General Coding Help 2 2,291 Aug-14-2020, 03:21 PM
    Thread: Converting number to roman numerals
Post: RE: Converting number to roman numerals

(Aug-09-2020, 04:31 AM)deanhystad Wrote: Your Roman Numerals are in the wrong order. You provided a great example for how to solve the problem, then you wrote code that completely ignores the examp...
jagasrik General Coding Help 6 3,574 Aug-10-2020, 04:23 PM
    Thread: Converting number to roman numerals
Post: Converting number to roman numerals

Hi i have been trying to convert number to roman numerals all day but no luck, i know there is a readily available codes on internet with different algorithm, but i am trying a different approach(algo...
jagasrik General Coding Help 6 3,574 Aug-08-2020, 08:54 PM

User Panel Messages

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