Re: [Tutor] Good Text Editor/IDE for Python

2014-08-31 Thread Derek Jenkins
Juan, Besides Kwrite, I actually use the tools that the others mentioned so far, although I don't use Emacs often at all (perhaps I have just not found an advantageous use for it yet). So no real added info here, but I will say that I've not personally ran into any problems with Sublime. For Wind

Re: [Tutor] Printing a list count - Help

2014-08-29 Thread Derek Jenkins
Alex, Thanks for taking this one step further! I do appreciate it... +1 On Fri, Aug 29, 2014 at 3:48 PM, Alex Kleider wrote: > On 2014-08-29 12:17, Derek Jenkins wrote: >> >> Hi everybody, >> >> I have a list that I want to go through and finally print a total >&

Re: [Tutor] Printing a list count - Help

2014-08-29 Thread Derek Jenkins
uot;B": honor_roll_count = honor_roll_count + 1 print honor_roll_count That works more to my liking. Thanks a million, Danny and Bob! On Fri, Aug 29, 2014 at 3:42 PM, boB Stepp wrote: > On Fri, Aug 29, 2014 at 2:17 PM, Derek Jenkins > wrote: >> Hi everybody, >>

[Tutor] Printing a list count - Help

2014-08-29 Thread Derek Jenkins
Hi everybody, I have a list that I want to go through and finally print a total count of particular items. In this case, I want to print the result of how many A's and B's are in the list. honor_roll_count = 0 student_grades = ["A", "C", "B", "B", "C", "A", "F", "B", "B", "B", "C", "A"] for grad

Re: [Tutor] Simple guessing game - need help with the math

2014-08-15 Thread Derek Jenkins
handle the variables h, l, or c. Clearly my statements do not directly relate to math, but I do not see how your program would be able to handle the input of H, L, or C. On Fri, Aug 15, 2014 at 12:49 PM, Derek Jenkins wrote: > I am a newbie (please correct me if I am wrong), but I happen

[Tutor] I'm new here, just saying hi

2013-12-12 Thread Derek Jenkins
My recent inclusion into this mailing-list behooves me to give a greeting. In that vein, hi to all! Happy coding, .:Derek ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tuto